-
Notifications
You must be signed in to change notification settings - Fork 357
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
Add warning about 4.8.0 upgrade #7135
Conversation
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 if we add a step to recreate SSL ceritificates rather than warning the user about it?
I can see we currently have the following steps:
- Checking which files are exported to the volume
- Configuring the upgrade
- Apply the new configuration
Maybe adding a new step with specific instructions on recreating the certificates would help. Or alternatively a step with the reference to the section on how to do this.
I don't think we should worry the user with a warning, just instruct them on how to proceed as part of the upgrade workflow.
The change was made with a warning because the only way to explain it is to refer to the code and internal configurations of Wazuh, so instead of carrying out the step explaining it seemed more correct to add a warning so that they take it into account. I have already modified the warning and added it as an additional step to the upgrade process, clarifying that any update from a version prior of |
source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst
Outdated
Show resolved
Hide resolved
source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst
Outdated
Show resolved
Hide resolved
source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst
Show resolved
Hide resolved
source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst
Outdated
Show resolved
Hide resolved
@@ -15,6 +15,7 @@ Clone this repository to deploy the necessary services and pods. | |||
$ git clone https://github.com/wazuh/wazuh-kubernetes.git -b v|WAZUH_CURRENT_KUBERNETES| --depth=1 | |||
$ cd wazuh-kubernetes | |||
|
|||
.. _kubernetes_ssl_certificates: | |||
|
|||
Setup SSL certificates |
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.
First lines below are duplicated. We could fix this.
Description
This PR adds a warning into the Wazuh Kubernetes upgrade.
Related Issue #7122 wazuh/wazuh-kubernetes#589
First change
Last change
Checks
Docs building
Code formatting and web optimization
redirects.js
script if necessary (check this guide).Writing style
code
font for Bash commands, file names, REST paths, and code.