https://pulumi.com logo
Title
t

tall-beard-99429

10/29/2021, 3:43 PM
Anyone got any idea how I can fix
Could not set VPC CNI options: kubectl is missing
with EKS?
b

billowy-army-68599

10/29/2021, 3:44 PM
install
kubectl
🙂
t

tall-beard-99429

10/29/2021, 3:45 PM
I have a different stack that works that doesn't have kubectl either though
would
"@pulumi/kubernetes"
as a dependency cover that?
b

billowy-army-68599

10/29/2021, 3:46 PM
nope, you need the
kubectl
binary installed on your machine
t

tall-beard-99429

10/29/2021, 3:46 PM
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

billowy-army-68599

10/29/2021, 3:54 PM
yeah the CNI serup is only done on initial creation of the cluster
t

tall-beard-99429

10/29/2021, 4:05 PM
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