Skip to content

Commit

Permalink
Merge pull request #324 from wawa0210/master
Browse files Browse the repository at this point in the history
[Trival] replace beta label beta.kubernetes.io/os to GA label for kubernetes
  • Loading branch information
feiskyer authored Mar 27, 2020
2 parents 3e13122 + afc324b commit 9211028
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 9211028

Please sign in to comment.