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

On GCP trigger bootstrapper with deployment manager #802

Closed
jlewi opened this issue May 14, 2018 · 2 comments
Closed

On GCP trigger bootstrapper with deployment manager #802

jlewi opened this issue May 14, 2018 · 2 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented May 14, 2018

Background: #241 Recommended Kubeflow setup on GCP.

On GCP we'd like to recommend using deployment manager to provision GKE clusters and setup Kubeflow.

As part of that we'd like to trigger the bootstrapper from deployment manager.

@jlewi
Copy link
Contributor Author

jlewi commented May 14, 2018

I have a prototype of creating a K8s resource after the cluster here
https://github.com/jlewi/kubeflow/blob/gke_deploy_bootstrapper/docs/gke/configs/cluster.jinja#L156

It looks like deployment manager doesn't support dependsOn to reference a template type. I believe a template type is something like cluster.jinja. But within a template type (cluster.jinja) we can depend on the type provider.

So I think the net net is in the short term we need to have a single cluster.jinja as opposed to splitting it into cluster.jinja and bootstrapper.jinja

@jlewi
Copy link
Contributor Author

jlewi commented Jun 5, 2018

Fixed.

@jlewi jlewi closed this as completed Jun 5, 2018
yanniszark pushed a commit to arrikto/kubeflow that referenced this issue Feb 15, 2021
Signed-off-by: Ce Gao <gaoce@caicloud.io>
surajkota pushed a commit to surajkota/kubeflow that referenced this issue Jun 13, 2022
* Update pipeline images to the 0.2.0 release.

related to kubeflow/manifests#796

* * Port over additional updates to KFP manifest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant