Skip to content

Commit bcd975a

Browse files
committed
Replace Beta OS/arch labels with the GA ones
Beta OS/arch labels have been deprecated since 1.14. This change replaces these labels with the GA ones.
1 parent a70e574 commit bcd975a

File tree

19 files changed

+30
-30
lines changed

19 files changed

+30
-30
lines changed

cluster/addons/dashboard/dashboard-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
emptyDir: {}
6464
serviceAccountName: kubernetes-dashboard
6565
nodeSelector:
66-
"beta.kubernetes.io/os": linux
66+
"kubernetes.io/os": linux
6767
tolerations:
6868
- key: "CriticalAddonsOnly"
6969
operator: "Exists"

cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ spec:
106106
- key: "CriticalAddonsOnly"
107107
operator: "Exists"
108108
nodeSelector:
109-
beta.kubernetes.io/os: linux
109+
kubernetes.io/os: linux
110110
serviceAccountName: kube-dns-autoscaler

cluster/addons/dns/coredns/coredns.yaml.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
- key: "CriticalAddonsOnly"
116116
operator: "Exists"
117117
nodeSelector:
118-
beta.kubernetes.io/os: linux
118+
kubernetes.io/os: linux
119119
containers:
120120
- name: coredns
121121
image: k8s.gcr.io/coredns:1.6.5

cluster/addons/dns/coredns/coredns.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
- key: "CriticalAddonsOnly"
116116
operator: "Exists"
117117
nodeSelector:
118-
beta.kubernetes.io/os: linux
118+
kubernetes.io/os: linux
119119
containers:
120120
- name: coredns
121121
image: k8s.gcr.io/coredns:1.6.5

cluster/addons/dns/coredns/coredns.yaml.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ spec:
115115
- key: "CriticalAddonsOnly"
116116
operator: "Exists"
117117
nodeSelector:
118-
beta.kubernetes.io/os: linux
118+
kubernetes.io/os: linux
119119
containers:
120120
- name: coredns
121121
image: k8s.gcr.io/coredns:1.6.5

cluster/addons/dns/kube-dns/kube-dns.yaml.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
- key: "CriticalAddonsOnly"
9595
operator: "Exists"
9696
nodeSelector:
97-
beta.kubernetes.io/os: linux
97+
kubernetes.io/os: linux
9898
volumes:
9999
- name: kube-dns-config
100100
configMap:

cluster/addons/dns/kube-dns/kube-dns.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
- key: "CriticalAddonsOnly"
9595
operator: "Exists"
9696
nodeSelector:
97-
beta.kubernetes.io/os: linux
97+
kubernetes.io/os: linux
9898
volumes:
9999
- name: kube-dns-config
100100
configMap:

cluster/addons/dns/kube-dns/kube-dns.yaml.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
- key: "CriticalAddonsOnly"
9595
operator: "Exists"
9696
nodeSelector:
97-
beta.kubernetes.io/os: linux
97+
kubernetes.io/os: linux
9898
volumes:
9999
- name: kube-dns-config
100100
configMap:

cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
fieldPath: metadata.namespace
9999
# END_PROMETHEUS_TO_SD
100100
nodeSelector:
101-
beta.kubernetes.io/os: linux
101+
kubernetes.io/os: linux
102102
terminationGracePeriodSeconds: 60
103103
tolerations:
104104
- operator: "Exists"

cluster/addons/kube-proxy/kube-proxy-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
priorityClassName: system-node-critical
2626
hostNetwork: true
2727
nodeSelector:
28-
beta.kubernetes.io/os: linux
28+
kubernetes.io/os: linux
2929
node.kubernetes.io/kube-proxy-ds-ready: "true"
3030
tolerations:
3131
- operator: "Exists"

0 commit comments

Comments
 (0)