This commit is contained in:
Billy Tat
2023-06-22 13:36:06 -07:00
committed by GitHub
parent d5977164c0
commit 3c7b6b0e4f
+1 -1
View File
@@ -18,7 +18,7 @@ It provides essential protection for Rancher-managed clusters, preventing securi
### EKS Cluster with Calico CNI
Users running an EKS cluster with Calico CNI may run into errors when the Kubernetes API server attempts to contact the Rancher-Webhook.
One workaround for this issue [documented by calico](https://docs.tigera.io/calico/latest/getting-started/kubernetes/managed-public-cloud/eks#install-eks-with-calico-networking) involves setting `hostNetwork=true` for the webhook deployment. Users can change this using the Helm commands below on the affected clusters.
One workaround for this issue [documented by Calico](https://docs.tigera.io/calico/latest/getting-started/kubernetes/managed-public-cloud/eks#install-eks-with-calico-networking) involves setting `hostNetwork=true` for the webhook deployment. Users can change this using the Helm commands below on the affected clusters.
``` bash
helm repo add rancher-charts https://charts.rancher.io