https://pulumi.com logo
Title
d

dazzling-sundown-39670

06/27/2020, 11:01 AM
Trying to follow this guide regard k8s and efs here: https://www.pulumi.com/blog/persisting-kubernetes-workloads-with-amazon-efscsi-volumes-using-pulumi-sdks/ but I'm getting these errors:
admin@ponyo ~/s/infrastructure (cleanup) [1]> kc logs efs-csi-controller-0 --namespace=kube-system
error: a container name must be specified for pod efs-csi-controller-0, choose one of: [efs-plugin csi-attacher]
admin@ponyo ~/s/infrastructure (cleanup) [1]> kc logs efs-csi-node-qt48m --namespace=kube-system
error: a container name must be specified for pod efs-csi-node-qt48m, choose one of: [efs-plugin csi-driver-registrar]
My code here: https://gist.github.com/benjick/fade82590773b89d753c3580e107a1fa How do I specify the container names?
b

billowy-army-68599

06/28/2020, 6:28 PM
add
-c
to your call to
kubectl
the error you're getting is from
kubectl
d

dazzling-sundown-39670

06/30/2020, 12:33 PM
@billowy-army-68599 oh 🤦‍♂️ thank you!
unknown service csi.v0.Identity
finally an error!