Skip to content
New issue

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

Approve worker nodes CSR #1

Open
kazuhisya opened this issue Jul 20, 2020 · 1 comment
Open

Approve worker nodes CSR #1

kazuhisya opened this issue Jul 20, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kazuhisya
Copy link
Owner

Currently worker nodes are not automatically approved.

  • check
# oc get csr
  • approve all
oc get csr -o go-template='{{range .items}}{{if not .status}}{{.metadata.name}}{{"\n"}}{{end}}{{end}}' | xargs oc adm certificate approve
@kazuhisya kazuhisya added help wanted Extra attention is needed enhancement New feature or request labels Jul 20, 2020
@kazuhisya
Copy link
Owner Author

This issue only occurs in 4.4 and 4.5. Not occurs in 4.2 and 4.3.

kazuhisya added a commit that referenced this issue Jul 21, 2020
ref #1

Signed-off-by: Kazuhisa Hara <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant