Skip to content

Commit

Permalink
replace beta label to GA label for kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
wawa0210 committed Mar 26, 2020
1 parent bc6ebd1 commit afc324b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/out-of-tree/cloud-node-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
serviceAccountName: cloud-node-manager
hostNetwork: true # required to fetch correct hostname
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
priorityClassName: system-node-critical
serviceAccountName: cloud-node-manager
nodeSelector:
beta.kubernetes.io/os: windows
kubernetes.io/os: windows
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand Down
2 changes: 1 addition & 1 deletion hack/log-dump/log-dump-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
mountPath: /etc
readOnly: true
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
Expand Down

0 comments on commit afc324b

Please sign in to comment.