美文网首页
k8s拉取私有仓库镜像

k8s拉取私有仓库镜像

作者: 运维经理 | 来源:发表于2018-05-16 14:02 被阅读0次

    首先配置私有仓库harbor的secret:

    # kubectl create secret docker-registry registry-secret --namespace=default \

    --docker-server=https://private-registry.domain.com --docker-username=username \

    --docker-password=password --docker-email=username@abcd.com

    相关文章

      网友评论

          本文标题:k8s拉取私有仓库镜像

          本文链接:https://www.haomeiwen.com/subject/pgypdftx.html