Skip to content

Commit

Permalink
Add nodeSelector for Linux os (#213)
Browse files Browse the repository at this point in the history
In order to make sure that ovs-cni can be used
in mixed node environment I added Linux OS nodeSelector
Signed-off-by: Kobi Gershon
  • Loading branch information
kobi86 authored Oct 21, 2021
1 parent f187190 commit 0f25421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/ovs-cni.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
hostNetwork: true
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
Expand Down

0 comments on commit 0f25421

Please sign in to comment.