给 Kubernetes 添加 imagePullSecrets

1. 通过 kubectl create 添加

1
kubectl create secret docker-registry mypullsecret --docker-server=harbor.chenshaowen.com --docker-username=robot-test --docker-password=xxxxxx