-
Notifications
You must be signed in to change notification settings - Fork 31
Add docs for updating tls certs in EC installs #2995
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
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| 1. In the shell, run the following command to restore the ability to upload new TLS certificates by adding the `acceptAnonymousUploads` annotation: | ||
|
|
||
| ```bash | ||
| kubectl -n default annotate secret kotsadm-tls acceptAnonymousUploads=1 --overwrite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is -n default still accurate in ec installs? Or would this be in the kotsadm namespace?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: alex confirmed the kotsadm-tls secret is in the kotsadm ns
New topic: https://deploy-preview-2995--replicated-docs.netlify.app/enterprise/embedded-tls-certs
Background: We currently only have a topic on how to update custom tls certs in kurl installations. This PR would add a new topic to show the steps for updating tls certs in EC installs