generated from bing/readnotes
feat add sth.
This commit is contained in:
parent
5b72b7944c
commit
59015b2eb0
|
@ -2,7 +2,7 @@
|
|||
HTTPS_PROXY=$1
|
||||
IMAGE_REGISTRY=$2
|
||||
IMAGE_REGISTRY_USER=$3
|
||||
IMAGES=$(kubeadm config images list)
|
||||
IMAGES=$(kubeadm config images list | grep k8s.gcr.io)
|
||||
for IMAGE in ${IMAGES[@]}
|
||||
do
|
||||
echo "pull image ${IMAGE}"
|
||||
|
|
|
@ -13,5 +13,5 @@ kubectl create secret docker-registry myregistrykey --docker-server=registry.bin
|
|||
|
||||
```bash
|
||||
|
||||
kubectl -n soulma-k8s-system create secret docker-registry txcloud --docker-server=ccr.ccs.tencentyun.com --docker-username=100004225373 --docker-password=Hello2022 --docker-email=766619031@qq.com
|
||||
kubectl -n soulma create secret docker-registry txcloud --docker-server=ccr.ccs.tencentyun.com --docker-username=100004225373 --docker-password=Hello2022 --docker-email=766619031@qq.com
|
||||
```
|
|
@ -0,0 +1 @@
|
|||
#
|
Loading…
Reference in New Issue