更新 'Yaml文件/a'
This commit is contained in:
parent
40a0bb49c8
commit
561b2caf12
5
Yaml文件/a
5
Yaml文件/a
|
@ -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
|
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
|
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"
|
Loading…
Reference in New Issue