Trying to follow this guide regard k8s and efs her...
# aws
d
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:
Copy code
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
add
-c
to your call to
kubectl
the error you're getting is from
kubectl
d
@billowy-army-68599 oh 🤦‍♂️ thank you!
unknown service csi.v0.Identity
finally an error!