Skip to content

Commit

Permalink
test: fix capz windows test failure
Browse files Browse the repository at this point in the history
fix capz windows test failure
  • Loading branch information
andyzhangx committed Dec 11, 2023
1 parent d04d4be commit 764b286
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/example/smb-provisioner/smb-server-lb.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
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 764b286

Please sign in to comment.