我kubectl
对客户端和服务器版本都使用 1.18.1。我imagePullSecrets
在我的 StatefulSet 清单中指定并创建了一个 docker-registry 密码,其中包含以下内容:
{
"auths": {
"registryserver.com": {
"username": "foo",
"password": "password",
"auth": "base64string"
}
}
}
但是,pod 仍然无法从注册表中拉取镜像。任何建议和见解都值得赞赏。