kubectl create secret docker-registry registry-secret --namespace=相应的命名空间\
--docker-server=私有仓库地址 --docker-username=用户名\
--docker-password=密码 --docker-email=邮件地址
spec:
# 必须 harbor认证
imagePullSecrets:
– name: registry-key
containers:
kubectl create secret docker-registry registry-secret --namespace=相应的命名空间\
--docker-server=私有仓库地址 --docker-username=用户名\
--docker-password=密码 --docker-email=邮件地址
spec:
# 必须 harbor认证
imagePullSecrets:
– name: registry-key
containers: