How can I set the feature gates of a Kubernetes cl...
# general
b
How can I set the feature gates of a Kubernetes cluster from pulumi? I tried searching for the option but I couldn't find them. I just want either a confirmation that it isn't possible or the correct option to set
b
which feature gate in particular?
b
I was looking at the
ServiceTopology
one, even though it's deprecated in 1.21
its replacement is alpha in 1.21 and my cluster is 1.20
I though it would be as easy as a property on the
eks.Cluster
object
b
EKS in general does not allow you to set these I believe beyond very specific ones.
b
yeah Itay is right, you can't set any server side feature gates. You can set some node ones via user data
b
ok, that's the confirmation I wanted to have, thx for your support!