diff --git a/README.md b/README.md index 9b9705d..15b911b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Deploy a Wazuh cluster with a basic indexer and dashboard stack on Kubernetes. ## Amazon EKS development To deploy a cluster on Amazon EKS cluster read the instructions on [instructions.md](instructions.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 +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 for the first time or you need to upgrade the cluster. ## Local development diff --git a/instructions.md b/instructions.md index 4563e18..fdaf1f9 100644 --- a/instructions.md +++ b/instructions.md @@ -9,7 +9,7 @@ This guide describes the necessary steps to deploy Wazuh on Kubernetes. - Create Persistent Volumes on top of AWS EBS when using a volumeClaimTemplates - Create a record set in AWS Route 53 from a Kubernetes LoadBalancer. - Having at least two Kubernetes nodes in order to meet the *podAntiAffinity* policy. -- 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 +- 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 necessary for new and old deployments, since it is a Kubernetes feature.