From 561b2caf12c8fcdf9d39edfca002270f3c45bee0 Mon Sep 17 00:00:00 2001 From: diandian Date: Wed, 5 Jul 2023 19:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Yaml=E6=96=87=E4=BB=B6/a'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yaml文件/a | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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