feat add sth.

This commit is contained in:
bing 2022-06-21 09:58:12 +08:00
parent 5b72b7944c
commit 59015b2eb0
4 changed files with 3 additions and 2 deletions

View File

@ -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}"

View File

@ -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
linux/centos/kernel.md Normal file
View File

1
linux/centos/nvidia.md Normal file
View File

@ -0,0 +1 @@
#