From 7262241d1d6f430820816801add3a0b05bfa6ded Mon Sep 17 00:00:00 2001 From: Benjamin Consolvo Date: Wed, 28 Jun 2023 18:45:43 -0500 Subject: [PATCH] Remove clusterName from nodepool.yaml (#427) The clusterName is no longer required here and just causes errors when trying to deploy Kubeflow on GCP. Remove this line: ```clusterName: "PROJECT/LOCATION/KUBEFLOW-NAME" # kpt-set: ${gcloud.core.project}/${location}/${name}``` --- kubeflow/common/cluster/upstream/nodepool.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubeflow/common/cluster/upstream/nodepool.yaml b/kubeflow/common/cluster/upstream/nodepool.yaml index 3487d343..446a38fc 100755 --- a/kubeflow/common/cluster/upstream/nodepool.yaml +++ b/kubeflow/common/cluster/upstream/nodepool.yaml @@ -15,7 +15,6 @@ apiVersion: container.cnrm.cloud.google.com/v1beta1 kind: ContainerNodePool metadata: - clusterName: "PROJECT/LOCATION/KUBEFLOW-NAME" # kpt-set: ${gcloud.core.project}/${location}/${name} name: KUBEFLOW-NAME-cpu-pool-v1 # kpt-set: ${name}-cpu-pool-v1 spec: initialNodeCount: 2