update readme.md with csi driver instructions

This commit is contained in:
vcerenu 2023-06-05 16:52:15 -03:00
parent 50e6345d6c
commit c76eb7c5ab
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -15,7 +15,15 @@ Deploy a Wazuh cluster with a basic indexer and dashboard stack on Kubernetes.
## Documentation
The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kubernetes.
## Amazon EKS development
To deploy a cluster on Amazon EKS cluster read the instructions on [local-environment.md](local-environment.md).
Note: For Kubernetes version 1.23 or higher, the assignment of an IAM Role is necessary for the csi driver to function correctly. Within the AWS documentation you can find the instructions for the assignment: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html
The installation of the csi driver is mandatory for new and old deployments if you are going to use Kubernetes 1.23 or you need to upgrade the cluster.
## Local development
To deploy a cluster on your local environment (like Minikube, Kind or Microk8s) read the instructions on [local-environment.md](local-environment.md).
## Directory structure
@ -86,12 +94,6 @@ The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kub
* `master` branch contains the latest code, be aware of possible bugs on this branch.
* `stable` branch on correspond to the last Wazuh stable version.
## Local development
To deploy a cluster on your local environment (like Minikube, Kind or Microk8s) read the instructions on [local-environment.md](local-environment.md).
## Contribute
If you want to contribute to our project please don't hesitate to send a pull request. You can also join our users [mailing list](https://groups.google.com/d/forum/wazuh) or the [Wazuh Slack community channel](https://wazuh.com/community/join-us-on-slack/) to ask questions and participate in discussions.