From dcc075fb5dfde991fc068b0cfbe08910e5980246 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 14 Aug 2025 11:27:35 +0200 Subject: 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). --- syz-cluster/overlays/gke/common/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-cluster') diff --git a/syz-cluster/overlays/gke/common/kustomization.yaml b/syz-cluster/overlays/gke/common/kustomization.yaml index 04b0f4294..80a25fc27 100644 --- a/syz-cluster/overlays/gke/common/kustomization.yaml +++ b/syz-cluster/overlays/gke/common/kustomization.yaml @@ -29,7 +29,7 @@ patches: - op: replace path: /spec/templates/0/nodeSelector value: - cloud.google.com/gke-nodepool: nested-vm-pool + amd64-nested-virtualization: "true" - target: kind: Service name: web-dashboard-service -- cgit mrf-deployment