kubelet_pods.go:897] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/snapshot-controller-84f7b9d567-z6d7j" secret="" err="secret \"my-app-registry\" not found" The secret is fo
minikube的逻辑是创建一个vm,在这个vm里去运行k8s需要的各种docker image 所以你需要解决的是在vm中的docker在pull镜像的时候的代理问题。 starkoverflow上很多人回答的十分不清楚,完全没有找到问题的根源。 其实这个问题有官方解答: 第一步: Minikube creates a Virtual Machine that includes Kubernetes and a Docke...
imagePullSecrets: - name: my-docker-secret controller: kind: DaemonSet podAnnotations: linkerd.io/inject: enabled containerPort: http: 80 https: 443 tohttps: 2443 service: externalTrafficPolicy: Local targetPorts: http: tohttps https: http annotations: service.beta.kubernetes.io/aws-load-balancer...
Kubernetes Version: 1.15.2 Cluster Environment: custom Host OS: CoreOS 2191.5.0 Linkerd version: 2.5.0 Possible solution Additional context To me, not knowing all details, it looks like that the proxy is not "refreshing" the endpoints for the service and eventually just runs out of ip addres...
Note that for the pod in the testspace namespace has the statusErrImageNeverPull. I used the sample project from the documentation, and followed the steps against a brand new AKS cluster. Sorry, something went wrong. Copy link Member