From 0488b7ab38191717eff1e623e29b21ece51b7b0d Mon Sep 17 00:00:00 2001 From: yanjun-ios <1074675572@qq.com> Date: Wed, 19 Oct 2022 14:06:12 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=AD=A5=E9=AA=A47-=E4=BD=BF=E7=94=A8?= =?UTF-8?q?Karpenter=E5=AE=9E=E7=8E=B0EKS=E5=B7=A5=E4=BD=9C=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=BC=B9=E6=80=A7=E4=BC=B8=E7=BC=A9.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改 karpenter cloudformation 模板下载地址 --- ...\202\271\345\274\271\346\200\247\344\274\270\347\274\251.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/global/2021_GCR_MAD_Day/lab2-eks/\346\255\245\351\252\2447-\344\275\277\347\224\250Karpenter\345\256\236\347\216\260EKS\345\267\245\344\275\234\350\212\202\347\202\271\345\274\271\346\200\247\344\274\270\347\274\251.md" "b/global/2021_GCR_MAD_Day/lab2-eks/\346\255\245\351\252\2447-\344\275\277\347\224\250Karpenter\345\256\236\347\216\260EKS\345\267\245\344\275\234\350\212\202\347\202\271\345\274\271\346\200\247\344\274\270\347\274\251.md" index da10e8b..eae0df2 100644 --- "a/global/2021_GCR_MAD_Day/lab2-eks/\346\255\245\351\252\2447-\344\275\277\347\224\250Karpenter\345\256\236\347\216\260EKS\345\267\245\344\275\234\350\212\202\347\202\271\345\274\271\346\200\247\344\274\270\347\274\251.md" +++ "b/global/2021_GCR_MAD_Day/lab2-eks/\346\255\245\351\252\2447-\344\275\277\347\224\250Karpenter\345\256\236\347\216\260EKS\345\267\245\344\275\234\350\212\202\347\202\271\345\274\271\346\200\247\344\274\270\347\274\251.md" @@ -86,7 +86,7 @@ Karpenter 会自动发现含有 `kubernetes.io/cluster/$CLUSTER_NAME`标记的VP ```bash TEMPOUT=$(mktemp) - curl -fsSL https://karpenter.sh/docs/getting-started/cloudformation.yaml > $TEMPOUT \ + curl -fsSL https://karpenter.sh/v0.5.2/getting-started/cloudformation.yaml > $TEMPOUT \ && aws cloudformation deploy \ --stack-name Karpenter-${CLUSTER_NAME} \ --template-file ${TEMPOUT} \