You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are working with Cilium deployed on our EKS cluster (Version 1.21), and because we are not using the AWS VPC CNI, in order for the kuma control plane to communicate with the EKS control plane, kuma must be deployed with the HostNetwork: true property in the deployment yaml file.
Currently. to support this solution we copied the chart to our registry and made this change, but in order to stay in sync with changes to the official chart, we want to work with the official releases as much as possible.
I'll be happy to provide more info if you need it :)
Thanks!
The text was updated successfully, but these errors were encountered:
Description
Currently we are working with Cilium deployed on our EKS cluster (Version 1.21), and because we are not using the AWS VPC CNI, in order for the kuma control plane to communicate with the EKS control plane, kuma must be deployed with the
HostNetwork: true
property in the deployment yaml file.Currently. to support this solution we copied the chart to our registry and made this change, but in order to stay in sync with changes to the official chart, we want to work with the official releases as much as possible.
I'll be happy to provide more info if you need it :)
Thanks!
The text was updated successfully, but these errors were encountered: