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

Web app to redirect to latest deployed cluster #316

Closed
jlewi opened this issue Feb 27, 2019 · 2 comments
Closed

Web app to redirect to latest deployed cluster #316

jlewi opened this issue Feb 27, 2019 · 2 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Feb 27, 2019

The following scripts are used to auto deploy Kubeflow clusters from master
https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/create_kf_instance.py
https://github.com/kubeflow/testing/tree/master/test-infra/auto-deploy

These scripts create endpoints like the following
https://kf-master-n00.endpoints.kubeflow-ci.cloud.goog
...
https://kf-master-n04.endpoints.kubeflow-ci.cloud.goog

I'd like a simple web app that will

  • List the endpoints sorted by create time (newest first)
  • Let me click to redirect
  • (Eventually) provide a link to the git commit from which the code was deployed

This will be useful for letting people easily navigate to the latest version of Kubeflow to test out their changes.

Looking ahead, I think in a future issue we will want to add a button that allows users to force a push.

There is a related issue #273 to make it easy for the E2E tests to get the newest deployment so they can test on. So we might want to create a simple python library that could be used in both cases

There's a couple possibilities for how this might work

@gabrielwen can provide more information since he wrote the scripts.

/assign @avdaredevil

@stale
Copy link

stale bot commented Jul 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Aug 1, 2019

This issue has been closed due to inactivity.

@stale stale bot closed this as completed Aug 1, 2019
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

2 participants