Skip to content

Commit

Permalink
support of kubernetes v1.19 and v1.21 (openyurtio#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Congrool authored Dec 14, 2021
1 parent 3806b93 commit 4d2ab77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/yurtctl/util/kubernetes/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ var (
"1.14", "1.14+",
"1.16", "1.16+",
"1.18", "1.18+",
"1.20", "1.20+"}
"1.19", "1.19+",
"1.20", "1.20+",
"1.21", "1.21+"}
)

// CreateServiceAccountFromYaml creates the ServiceAccount from the yaml template.
Expand Down

0 comments on commit 4d2ab77

Please sign in to comment.