diff --git a/Yaml文件/a b/Yaml文件/a index 25d6db0..0fa9d38 100644 --- a/Yaml文件/a +++ b/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 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 \ No newline at end of file +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" \ No newline at end of file