nwcdheap / kops-cn

AWS中国宁夏区域/北京区域,快速Kops部署K8S集群
Apache License 2.0
121 stars 74 forks source link

failed to pull "ottoyiu/k8s-ec2-srcdst:v0.2.0-3-gc0c26eca" with amazon-vpc-routed-eni networking #15

Closed alyanli closed 5 years ago

alyanli commented 5 years ago

failed to pull "ottoyiu/k8s-ec2-srcdst:v0.2.0-3-gc0c26eca"

pahud commented 5 years ago

looking into this issue. Looks like it only occurs with --networking amazon-vpc-routed-eni

$ kubectl -n kube-system get po | grep -v Running NAME READY STATUS RESTARTS AGE k8s-ec2-srcdst-76bcfd7896-2q9q7 0/1 ImagePullBackOff 0 10m

Warning Failed 9m (x4 over 11m) kubelet, ip-10-0-71-38.cn-northwest-1.compute.internal Failed to pull image "937788672844.dkr.ecr.cn-north-1.amazonaws.com.cn/ottoyiu-k8s-ec2-srcdst:v0.2.0-3-gc0c26eca": rpc error: code = Unknown desc = Error response from daemon: repository 937788672844.dkr.ecr.cn-north-1.amazonaws.com.cn/ottoyiu-k8s-ec2-srcdst not found

pahud commented 5 years ago

merged. Will check it up later.

pahud commented 5 years ago

@alyanli I can confirm it's working now.

image