Skip to content

Commit dbc4e65

Browse files
committed
syz-cluster: select nested vm pool by label
Selecting it by a label instead of an exact vm pool name makes it possible to implement a blue/greed node pool update strategy (since pool names would be different in this case).
1 parent 22ec146 commit dbc4e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syz-cluster/overlays/gke/common/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ patches:
2929
- op: replace
3030
path: /spec/templates/0/nodeSelector
3131
value:
32-
cloud.google.com/gke-nodepool: nested-vm-pool
32+
amd64-nested-virtualization: true
3333
- target:
3434
kind: Service
3535
name: web-dashboard-service

0 commit comments

Comments
 (0)