Skip to content

Commit

Permalink
increase period of deprecatd node labels until k8s v1.29 (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon-angelo authored Mar 27, 2024
1 parent 6189cee commit 1be8153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- cloud-node-manager
- --node-name=$(NODE_NAME)
- --wait-routes=true # only set to true when --configure-cloud-routes=true in cloud-controller-manager.
{{- if semverCompare ">= 1.26.0-0, < 1.28.0-0" .Capabilities.KubeVersion.Version }}
{{- if semverCompare ">= 1.26.0-0, < 1.30.0-0" .Capabilities.KubeVersion.Version }}
- --enable-deprecated-beta-topology-labels=true
{{- end }}
env:
Expand Down

0 comments on commit 1be8153

Please sign in to comment.