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

Add warning about 4.8.0 upgrade #7135

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

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.

^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Our Kubernetes deployment uses our Wazuh images from Docker. If we look at the f

Any modification related to these files will also be made in the associated volume. When the replica pod is created, it will get those files from the volume, keeping the previous changes.


Recreate certificates
vcerenu marked this conversation as resolved.
Show resolved Hide resolved
---------------------
vcerenu marked this conversation as resolved.
Show resolved Hide resolved

Due to changes made in version v4.8.0 of Wazuh, it is mandatory to recreate the SSL certificates before applying the changes of the new version, so any update from a version prior to Wazuh v4.8.0 to an equal or later version must :ref:`recreate your certificates. <kubernetes_ssl_certificates>`
vcerenu marked this conversation as resolved.
Show resolved Hide resolved


vcerenu marked this conversation as resolved.
Show resolved Hide resolved
Configuring the upgrade
-----------------------

Expand Down
Loading