1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Drop support for Kubernetes <1.16

This commit is contained in:
stefanprodan
2020-07-20 14:37:50 +03:00
parent dcec8007d4
commit 670070a879
2 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ func runCheckCmd(cmd *cobra.Command, args []string) error {
checkFailed = true
}
if !kubernetesCheck(">=1.14.0") {
if !kubernetesCheck(">=1.16.0") {
checkFailed = true
}