Skip to content

Commit

Permalink
test: fix capz windows test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 10, 2023
1 parent 15b1714 commit 859e79a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/example/smb-provisioner/smb-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ spec:
spec:
nodeSelector:
"kubernetes.io/os": linux
tolerations:
- key: "node-role.kubernetes.io/controlplane"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: smb-server
image: andyzhangx/samba:win-fix
Expand Down

0 comments on commit 859e79a

Please sign in to comment.