kubernetes 部署-容器未启动-错误-InvalidImageName

Raj*_*mar 7 deployment containers kubernetes bluemix-app-scan ibm-cloud

下面是 Kubernetes 部署 yaml 文件-container镜像部分:

image: https://registry.ng.bluemix.net/****/test-service:test-branch-67

imagePullPolicy: Always
Run Code Online (Sandbox Code Playgroud)

下面是部署后的错误信息:

ubuntu@ip-xxxx:~$ kubectl logs test-deployment-69c6d8xxx -n test

来自服务器的错误 (BadRequest):pod“test-deployment-ccccxxx”中的容器“test-deployment”正在等待启动:InvalidImageName

另一个错误日志:

无法应用默认图像标记“ https://registry.ng.bluemix.net/test/test-service:test-branch-66 ”:无法解析图像引用“ https://registry.ng.bluemix.net /test/test-service:test-branch-66 ": 无效的参考格式

知道为什么吊舱没有出现吗?

coo*_*ugh 6

https://从映像名称中删除,如果您使用的是私有注册表,请确保使用imagePullSecrets.

  • imagePullSecrets 是什么意思? (2认同)