Skip to content

Commit

Permalink
remove metadata.clusterName entirely from cluster.yaml (#426)
Browse files Browse the repository at this point in the history
This line is just causing problems in the GCP deployment. It is no longer needed in this release at all. Removing it:

clusterName: "PROJECT/LOCATION/KUBEFLOW-NAME" # kpt-set: ${gcloud.core.project}/${location}/${name}
  • Loading branch information
bconsolvo authored Jun 28, 2023
1 parent 7262241 commit 108e421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubeflow/common/cluster/upstream/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
apiVersion: container.cnrm.cloud.google.com/v1beta1
kind: ContainerCluster
metadata:
clusterName: "PROJECT/LOCATION/KUBEFLOW-NAME" # kpt-set: ${gcloud.core.project}/${location}/${name}
labels:
mesh_id: "proj-PROJECT_NUMBER" # kpt-set: proj-${gcloud.project.projectNumber}
name: KUBEFLOW-NAME # kpt-set: ${name}
Expand Down

0 comments on commit 108e421

Please sign in to comment.