更新 'Yaml文件/a'

This commit is contained in:
diandian 2023-07-05 19:47:47 +08:00
parent 40a0bb49c8
commit 561b2caf12
1 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@ kubectl delete --namespace=kube-system deployment kube-dns
curl -L https://mirrors.aliyun.com/docker-toolbox/linux/compose/1.21.2/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose
chmod a+x /usr/local/bin/docker-compose
https://github.com/goharbor/harbor/releases/download/v2.8.2/harbor-offline-installer-v2.8.2.tgz
https://github.com/goharbor/harbor/releases/download/v2.8.2/harbor-offline-installer-v2.8.2.tgz
latest=$(curl -s https://api.github.com/repos/kubereboot/kured/releases | jq -r '.[0].tag_name')
kubectl apply -f "https://github.com/kubereboot/kured/releases/download/$latest/kured-$latest-dockerhub.yaml"