-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make apply error #425
Comments
Hi @chusband, Could you please share the entire log and all steps to reproduce starting from cloning the repo? |
I managed to get around this error by removing the lines with
I'm still new to Kubeflow / GKE so I'm not sure what the implications are but it's worth a shot |
I followed all the steps in https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/deploy/project-setup/
|
We might need to consider using annotation to specify a target project: https://cloud.google.com/config-connector/docs/reference/resource-docs/container/containercluster#annotations |
Hi, I'm a student who is a newbie for Kubeflow.
It works for me too, but And now, to solve the problem, discussing a usage of annotation is required. Do I understand correctly? |
If combining all points above, I tend to think we can safely remove |
what is the preferred workaround today to run kubeflow ?
|
Verified that removing the two lines does not affect the ability to create kubeflow cluster in a different location or project. |
Version: 1.7.0
Following step: https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/deploy/deploy-cli/#deploy-kubeflow
Error:
As I understand it v1beta1 ContainerCluster spec includes metadata.name, not metadata.clusterName.
The text was updated successfully, but these errors were encountered: