diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst index 4c1da4968f..a4a7269d3b 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst index 09c86299a8..2d5ff6a79d 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst @@ -36,6 +36,12 @@ 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. + +Recreating certificates +----------------------- + +Upgrading from a version earlier than v4.8.0 requires that you recreate the SSL certificates. Follow instructions in :ref:`kubernetes_ssl_certificates` for this. + Configuring the upgrade -----------------------