Skip to content

Commit

Permalink
Remove clusterName from nodepool.yaml (#427)
Browse files Browse the repository at this point in the history
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}```
  • Loading branch information
bconsolvo committed Jun 28, 2023
1 parent 0e51434 commit 7262241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubeflow/common/cluster/upstream/nodepool.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 7262241

Please sign in to comment.