We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g like below it helps to use PolicyGenerator more easily:
mkdir -p ${HOME}/.config/kustomize/plugin/policy.open-cluster-management.io/v1/policygenerator curl -L \ -o ${HOME}/.config/kustomize/plugin/policy.open-cluster-management.io/v1/policygenerator/PolicyGenerator \ https://github.com/stolostron/policy-generator-plugin/releases/download/v1.8.0/linux-amd64-PolicyGenerator chmod +x ${HOME}/.config/kustomize/plugin/policy.open-cluster-management.io/v1/policygenerator/PolicyGenerator curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash sudo chmod a+x kustomize /usr/local/sbin sudo cp kustomize /usr/local/sbin
The text was updated successfully, but these errors were encountered:
Once the files are created in the same directory, run the following command to generate the policy:
kustomize build --enable-alpha-plugins
Sorry, something went wrong.
No branches or pull requests
e.g like below it helps to use PolicyGenerator more easily:
The text was updated successfully, but these errors were encountered: