minikube
minikube copied to clipboard
minikube addon registry-aliases 中image digest错误导致无法拉取镜像
重现问题所需的命令: minikube addons enable registry-aliases
失败的命令的完整输出: 注意虽然minikube显示addon registry-aliases enabled但是实际上image没有被拉取下来,无法启动。原版minikube无此问题。 *** registry-aliases-patch-core-dns
Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
***
registry-aliases-hosts-update
Failed to pull image "registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f": rpc error: code = Unknown desc = Error response from daemon: pull access denied for registry.cn-hangzhou.aliyuncs.com/google_containers/alpine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
docker pull registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11
Error response from daemon: pull access denied for registry.cn-hangzhou.aliyuncs.com/google_containers/alpine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
minikube logs命令的输出:
Sep 23 15:11:18 minikube kubelet[3081]: ],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{EnvVar{Name:REGISTRY_ALIASES,Value:,ValueFrom:&EnvVarSource{FieldRef:nil,ResourceFieldRef:nil,ConfigMapKeyRef:&ConfigMapKeySelector{LocalObjectReference:LocalObjectReference{Name:registry-aliases,},Key:registryAliases,Optional:nil,},SecretKeyRef:nil,},},},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:etchosts,ReadOnly:false,MountPath:/host-etc/hosts,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-lsvzw,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-hosts-update-8hhtn_kube-system(a69c9e2f-c598-45d7-a826-b4ef09605a86): ErrImagePull: rpc error: code = Unknown desc = Error response from daemon: pull access denied for registry.cn-hangzhou.aliyuncs.com/google_containers/alpine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Sep 23 15:11:18 minikube kubelet[3081]: E0923 15:11:18.080417 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ErrImagePull: \"rpc error: code = Unknown desc = Error response from daemon: pull access denied for registry.cn-hangzhou.aliyuncs.com/google_containers/alpine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:11:29 minikube kubelet[3081]: E0923 15:11:29.790123 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:11:29 minikube kubelet[3081]: E0923 15:11:29.790272 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:11:29 minikube kubelet[3081]: E0923 15:11:29.792566 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:11:40 minikube kubelet[3081]: E0923 15:11:40.790221 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:11:43 minikube kubelet[3081]: E0923 15:11:43.788772 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:11:43 minikube kubelet[3081]: E0923 15:11:43.788956 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:11:48 minikube kubelet[3081]: W0923 15:11:48.026322 3081 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Sep 23 15:11:55 minikube kubelet[3081]: E0923 15:11:55.792045 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:11:56 minikube kubelet[3081]: E0923 15:11:56.788154 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:11:56 minikube kubelet[3081]: E0923 15:11:56.788328 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:12:09 minikube kubelet[3081]: E0923 15:12:09.773448 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:12:10 minikube kubelet[3081]: E0923 15:12:10.768485 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:12:10 minikube kubelet[3081]: E0923 15:12:10.768670 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:12:20 minikube kubelet[3081]: E0923 15:12:20.771658 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:12:24 minikube kubelet[3081]: E0923 15:12:24.768805 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:12:24 minikube kubelet[3081]: E0923 15:12:24.769291 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:12:31 minikube kubelet[3081]: E0923 15:12:31.750138 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:12:37 minikube kubelet[3081]: E0923 15:12:37.747352 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:12:37 minikube kubelet[3081]: E0923 15:12:37.747432 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:12:45 minikube kubelet[3081]: E0923 15:12:45.750551 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:12:50 minikube kubelet[3081]: E0923 15:12:50.748005 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:12:50 minikube kubelet[3081]: E0923 15:12:50.748174 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:12:59 minikube kubelet[3081]: E0923 15:12:59.728387 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:13:01 minikube kubelet[3081]: E0923 15:13:01.726308 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:13:01 minikube kubelet[3081]: E0923 15:13:01.726445 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:13:12 minikube kubelet[3081]: E0923 15:13:12.727243 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:13:16 minikube kubelet[3081]: E0923 15:13:16.727074 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:13:16 minikube kubelet[3081]: E0923 15:13:16.728475 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:13:24 minikube kubelet[3081]: E0923 15:13:24.731664 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:13:29 minikube kubelet[3081]: E0923 15:13:29.706344 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:13:29 minikube kubelet[3081]: E0923 15:13:29.707226 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:13:37 minikube kubelet[3081]: E0923 15:13:37.707959 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
Sep 23 15:13:43 minikube kubelet[3081]: E0923 15:13:43.706395 3081 kuberuntime_manager.go:895] container &Container{Name:core-dns-patcher,Image:registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:minikube,ReadOnly:true,MountPath:/var/lib/minikube/binaries,SubPath:,MountPropagation:nil,SubPathExpr:,},VolumeMount{Name:kube-api-access-7jjx9,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,} start failed in pod registry-aliases-patch-core-dns--1-vjd5f_kube-system(6b264922-b3e5-4997-be10-7d83489b95ff): InvalidImageName: Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format
Sep 23 15:13:43 minikube kubelet[3081]: E0923 15:13:43.706521 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"core-dns-patcher\" with InvalidImageName: \"Failed to apply default image tag \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": couldn't parse image reference \\\"registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9\\\": invalid reference format\"" pod="kube-system/registry-aliases-patch-core-dns--1-vjd5f" podUID=6b264922-b3e5-4997-be10-7d83489b95ff
Sep 23 15:13:52 minikube kubelet[3081]: E0923 15:13:52.709052 3081 pod_workers.go:747] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"update\" with ImagePullBackOff: \"Back-off pulling image \\\"registry.cn-hangzhou.aliyuncs.com/google_containers/alpine:3.11@sha256:0bd0e9e03a022c3b0226667621da84fc9bf562a9056130424b5bfbd8bcb0397f\\\"\"" pod="kube-system/registry-aliases-hosts-update-8hhtn" podUID=a69c9e2f-c598-45d7-a826-b4ef09605a86
使用的操作系统版本: MacOS 11.6