-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deploy EFS CSI in cn-north-1 and cn-northwest-1 #348
Comments
similar error messages. |
I think it is related to this #274. Comment those lines in apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../../../base
images:
# - name: amazon/aws-efs-csi-driver
# newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efs-csi-driver
# newTag: master
- name: quay.io/k8scsi/livenessprobe
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/livenessprobe
newTag: v2.0.0
- name: quay.io/k8scsi/csi-node-driver-registrar
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-node-driver-registrar
newTag: v1.3.0 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What happened?
according to the public document below, I should use
kubectl apply -k "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.0"
to deploy efs csi controller to eks clusterhttps://docs.amazonaws.cn/en_us/eks/latest/userguide/efs-csi.html
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
run
kubectl apply -k "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.0"
to EKS cluster in China regionAnything else we need to know?:
Because we cannot access k8s.gcr.io
2. I changed the image url to
048912060910.dkr.ecr.cn-northwest-1.amazonaws.com.cn/gcr/google_containers/sig-storage/csi-provisioner:v2.0.2
, then the status of pod changes to CrashLoopBackOffEnvironment
kubectl version
): 1.18The text was updated successfully, but these errors were encountered: