Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 298 Bytes

#yaml

docker 私有库

kubectl create secret docker-registry docker_ccr_secret --docker-server=ccr.ccs.tencentyun.com --docker-username=11577870 --docker-password=liqiai88

yaml配置

      imagePullSecrets:
        - name: docker-ccr-secret
      containers:
      ....