https://pulumi.com logo
Title
b

bumpy-businessperson-79451

07/19/2021, 8:12 PM
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

billowy-army-68599

07/19/2021, 8:15 PM
which feature gate in particular?
b

bumpy-businessperson-79451

07/19/2021, 8:17 PM
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

bored-table-20691

07/19/2021, 8:22 PM
EKS in general does not allow you to set these I believe beyond very specific ones.
b

billowy-army-68599

07/19/2021, 8:26 PM
yeah Itay is right, you can't set any server side feature gates. You can set some node ones via user data
b

bumpy-businessperson-79451

07/19/2021, 8:28 PM
ok, that's the confirmation I wanted to have, thx for your support!