Skip to content

Commit

Permalink
Use stable os and arch label for node
Browse files Browse the repository at this point in the history
  • Loading branch information
wawa0210 committed Apr 3, 2020
1 parent 4ff77dc commit 0806642
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- amd64
Expand Down Expand Up @@ -248,11 +248,11 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- arm64
Expand Down Expand Up @@ -342,11 +342,11 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- arm
Expand Down Expand Up @@ -436,11 +436,11 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- ppc64le
Expand Down Expand Up @@ -530,11 +530,11 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
- key: kubernetes.io/arch
operator: In
values:
- s390x
Expand Down

0 comments on commit 0806642

Please sign in to comment.