-
Notifications
You must be signed in to change notification settings - Fork 13
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
[CN-1372]: add note to TLS document about how to update TLS #251
Conversation
✅ Deploy Preview for pedantic-goldberg-f76ec1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
docs/modules/ROOT/pages/tls.adoc
Outdated
@@ -74,3 +74,5 @@ include::ROOT:example$/hazelcast-tls.yaml[] | |||
---- | |||
include::ROOT:example$/management-center-tls.yaml[] | |||
---- | |||
|
|||
NOTE: To update TLS certificates, it is required to delete and recreate the Hazelcast/Management Center custom resource. |
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: To update TLS certificates, it is required to delete and recreate the Hazelcast/Management Center custom resource. | |
NOTE: To update TLS certificates, you need to delete and recreate the appropriate custom resource in Hazelcast Platform or Management Center. |
Is it either the Hazelcast or MC resource you need to delete or both? The / is ambiguous here...
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.
TLS certificates are applicable for both CRs. So whichever you created you should delete it and recreate.
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.
What do you think of update suggestion then?
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.
I think this should be enough: NOTE: To update TLS certificates, you need to delete and recreate the appropriate custom resource
, WDYT?
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.
Yep, ship it!
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.
Approving in advance
No description provided.