Skip to content

Commit

Permalink
增加1.20及以上版本验证 (openyurtio#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyhui authored May 31, 2021
1 parent 8d2cc68 commit ede1158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/yurtctl/util/kubernetes/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ede1158

Please # to comment.