Skip to content

Commit

Permalink
Update minimum version in k8s version check (nginxinc#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 authored and coolbry95 committed Nov 18, 2022
1 parent 1421bed commit 6c4e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nginx-ingress/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func kubernetesVersionInfo(kubeClient kubernetes.Interface) {
}
glog.Infof("Kubernetes version: %v", k8sVersion)

minK8sVersion, err := util_version.ParseGeneric("1.19.0")
minK8sVersion, err := util_version.ParseGeneric("1.21.0")
if err != nil {
glog.Fatalf("unexpected error parsing minimum supported version: %v", err)
}
Expand Down

0 comments on commit 6c4e87b

Please sign in to comment.