Anyone got any idea how I can fix `Could not set V...
# aws
t
Anyone got any idea how I can fix
Could not set VPC CNI options: kubectl is missing
with EKS?
b
install
kubectl
🙂
t
I have a different stack that works that doesn't have kubectl either though
would
"@pulumi/kubernetes"
as a dependency cover that?
b
nope, you need the
kubectl
binary installed on your machine
t
odd, no idea how it works on my other CI setup, fair enough, i'll install it, thanks
Or is this only needed for the initial setup? Because previously i ran it locally then ran it in CI after it all worked (which would explain the dependency not being listed)
b
yeah the CNI serup is only done on initial creation of the cluster
t
Ah that makes sense
Guess i should go back and fix my other CI steps to make sure they won't cause problems on rebuilds, thanks
Thanks, that worked
🙌 1