From ede1158fcd3137fd264280e06bdfb06bbe10158e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=B0=B8=E6=99=96?= <33149983+yanyhui@users.noreply.github.com> Date: Mon, 31 May 2021 11:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A01.20=E5=8F=8A=E4=BB=A5?= =?UTF-8?q?=E4=B8=8A=E7=89=88=E6=9C=AC=E9=AA=8C=E8=AF=81=20(#329)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/yurtctl/util/kubernetes/util.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/yurtctl/util/kubernetes/util.go b/pkg/yurtctl/util/kubernetes/util.go index 504b40e8707..8c03d175eab 100644 --- a/pkg/yurtctl/util/kubernetes/util.go +++ b/pkg/yurtctl/util/kubernetes/util.go @@ -73,7 +73,8 @@ var ( "1.13", "1.13+", "1.14", "1.14+", "1.16", "1.16+", - "1.18", "1.18+"} + "1.18", "1.18+", + "1.20", "1.20+"} ) // CreateServiceAccountFromYaml creates the ServiceAccount from the yaml template.