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
Currently worker nodes are not automatically approved.
# oc get csr
oc get csr -o go-template='{{range .items}}{{if not .status}}{{.metadata.name}}{{"\n"}}{{end}}{{end}}' | xargs oc adm certificate approve
The text was updated successfully, but these errors were encountered:
This issue only occurs in 4.4 and 4.5. Not occurs in 4.2 and 4.3.
Sorry, something went wrong.
kvm: add approve-csr
aff7fad
ref #1 Signed-off-by: Kazuhisa Hara <[email protected]>
No branches or pull requests
Currently worker nodes are not automatically approved.
The text was updated successfully, but these errors were encountered: