calm-parrot-72437
10/30/2019, 4:38 PMwhite-balloon-205
how can i get more information to debug this further?You could go into
node_modules/@pulumi/eks/cni.js
and put a console.log()
in applyVpcCniYaml
to see what cniYamlText
and kubeconfig
are being created.calm-parrot-72437
10/30/2019, 5:22 PMwhite-balloon-205
kubeconfig
? I don't see it in the output here?
I'd suggest trying to store the kubeconfig
and cniYamlText
in files manually and see if the kubectl apply
command works when run manually. I'm not sure exactly what would cause it to fail in this way - but I assume it should fail if you do this yourself with the same inputs as well.calm-parrot-72437
10/30/2019, 6:18 PMwhite-balloon-205