-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Create a script to update some of the docker images in the prototypes #1063
Conversation
/approve |
/retest |
/approve |
@jlewi needs rebase |
* Add instructions to the releasing guide.
Thanks PTAL. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi, pdmack The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…kubeflow#1063) * Add instructions to the releasing guide.
* Init change * Change hyperopt suggestion * Generate new id in Trial loop * Run tpe suggest for each Trial * Move is first run
* For GCP will not be using KFDef with 1.1; instead we will be using blueprints (see kubeflow#1063) * Therefore I updated the existing example of deploying using stacks to make it non GCP specific so that it could be used as an example for platforms that still want to use KFDef. * kubeflow#1062 is tracking migrating all KFDefs to the new versions of our kustomize packages
* Per kubeflow#1063 with 1.1 GCP will no longer use KFDef to deploy Kubeflow; isntead we will be using blueprints kubeflow/gcp-blueprints * So we remove all the GCP KFDefs * Cleanup the kfdef/OWNERs; remove Googlers since there are no longer anymore GCP configs. * Fix kubeflow#818 - stop running E2E tests that deploy Kubeflow on every commit. * We now have unittests aimed at validating the manifests; so it no longer makes sense to fully deploy KF and verify its working. * E2E tests should now happen downstream. * We also need to remove the tests since we are removing GCP KFDefs on which they depend.
Related to Simplify Image Tag management for releases #1060
/assign @kunmingg
/assign @pdmack
This change is