From eac9aa2f96a83d2ca4951bba471b1c68daeae4b6 Mon Sep 17 00:00:00 2001 From: Ankit Kinra <1037624+ankitkinra@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:20:32 +0000 Subject: [PATCH] Add non gpu system pool --- community/examples/xpk-gke-a3-megagpu.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/community/examples/xpk-gke-a3-megagpu.yaml b/community/examples/xpk-gke-a3-megagpu.yaml index 58abe29f6d..add01fef5f 100644 --- a/community/examples/xpk-gke-a3-megagpu.yaml +++ b/community/examples/xpk-gke-a3-megagpu.yaml @@ -59,7 +59,6 @@ deployment_groups: - cidr_block: $(vars.authorized_cidr) # Allows your machine run kubectl command. It's required for the multi-network setup. display_name: "kubectl-access-network" system_node_pool_machine_type: "e2-standard-32" - system_node_pool_taints: [] outputs: [instructions] - id: group_placement_0 @@ -74,6 +73,19 @@ deployment_groups: name: $(vars.deployment_name)-gp-np-1 group_placement_max_distance: 2 + - id: system_pool + source: modules/compute/gke-node-pool + use: [gke_cluster] + settings: + name: system-pool + machine_type: "e2-standard-16" + autoscaling_total_min_nodes: 2 + autoscaling_total_max_nodes: 8 + initial_node_count: 2 + zones: [$(vars.zone)] + host_maintenance_interval: PERIODIC + outputs: [instructions] + - id: a3_megagpu_pool_np_0 source: modules/compute/gke-node-pool use: [gke_cluster, gpunets, group_placement_0]