标签: kubernetes containers
我可以在规范中使用imagePullSecret,以便我的容器部分图像能够连接到私有存储库。如果我还拥有initContainer部分,则该部分未使用imagePullSecret,并且部署失败。
答案 0 :(得分:2)
ImagePullSecret将同时适用于普通容器和initContainer,您只需在规范中定义一次imagePullSecret。