Skip to content
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

can't deploy kubeflow on GCP #451

Open
ckhordiasma opened this issue Jul 17, 2024 · 2 comments
Open

can't deploy kubeflow on GCP #451

ckhordiasma opened this issue Jul 17, 2024 · 2 comments

Comments

@ckhordiasma
Copy link

ckhordiasma commented Jul 17, 2024

hello, I am trying to deploy kubeflow on GCP with the management cluster in a separate cluster, and I am running into an issue. The first sign of the issue is when I run make apply to deploy a kubeflow cluster. I get timeout errors for my storage and sql instantiation:

Update call failed: error fetching live state: error reading underlying resource: summary: Error when reading or editing SQL Database Instance "kf-test-kfp": googleapi: Error 403: The client is not authorized to make this request., notAuthorized

Some indications I found of potential issues was that in my management cluster, the config-connect namespace kubectl get all -n config-connector is empty, and I believe from reading the docs that it should at least have a service account called kcc-<kf-project-name>@<management-project-name>.iam.gserviceaccount.com defined in there. When I go into my management project IAM settings, I also do not see an instance of kcc-<kf-project-name>@<management-project-name>.iam.gserviceaccount.com . however I do see an instance of kcc-<management-project-name>@<management-project-name>.iam.gserviceaccount.com in there.

at which step in the install instructions is kcc-<kf-project-name>@<management-project-name>.iam.gserviceaccount.com supposed to be made?

@ckhordiasma ckhordiasma changed the title can can't deploy kubeflow on GCP Jul 17, 2024
@aarosil
Copy link

aarosil commented Jul 30, 2024

Did you happen to run make apply-kcc ? (code)

@ckhordiasma
Copy link
Author

Yes I did. I am supposed to run that from the kubeflow install directory, right? Not the management directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants