giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)
https://www.giantswarm.io/
Apache License 2.0
131 stars 22 forks source link

Removed code that allowed switching from AWS-CNI to cilium #3677

Closed whites11 closed 10 months ago

whites11 commented 10 months ago

For some reason, after bumping to newer k8s libraries, one of the resources used for cilium switch were failing, blocking clusters from being deployed. It's just quicker to remove all those resources and accept the fact we can't jump straight from v18 clusters to a release running this version of aws-operator.

Checklist