-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to set encryption flags for Cilium #9031
Comments
Hey @cten !
I just want to make sure I have the right idea of what needs to be done here. |
Have a look at https://docs.cilium.io/en/v1.7/gettingstarted/encryption/ See what the helm template is changing when you enable/disable encryption and try to mimic this in kops. Could be you also want to try to manage the encryption key. |
Hey @olemarkus, thanks for sharing that, really helpful! 😄 |
Yep. That's about it. |
Cool. I can handle that one! |
Hey @olemarkus |
The kops way of doing tis would probably be to use the kops secret store. The |
Hey again @olemarkus 😄 |
I think it is fine to not support node encryption until we figure out why it is failing. You can enable etcd-manager for cilium (https://kops.sigs.k8s.io/networking/#using-etcd-for-agent-state-sync) to see if this helps. it is unclear to me what exactly is the problem in that issue though. There are so many cilium PRs that have gone into 1.18 though, so a PR for encryption may hold until we cut the 1.18 branch. |
Hmm, yeah that's a valid point. I'll give that a try later tonight and see if it helps. |
So no matter what I tried, enabling node encryption breaks the cluster. |
Does this require Kops 1.19? Thanks by the way for doing this!!! |
@cten correct, this is included in 1.19 release. |
When using the CNI for Cilium my team would like to enable the ipsec settings for pod-to-pod and node traffic.
The text was updated successfully, but these errors were encountered: