Tags: baikai/kubeflow
Tags
Cherrypick kubeflow#1650; automatically set master version to support… …ed version. (kubeflow#1654) Update initial clsuter version in cluster.jinja based on what gcloud get-server-config returns (kubeflow#1650) * Update initial clsuter version in cluster.jinja based on what gcloud get-server-config returns * Fix cluster-version string for cluster.jinja * update the grep for more strict version checking and enhance the code style
GKE 1.9.7-gke.5 is no longer available for master; bump to 1.9.7-gke.6 ( kubeflow#1644) * GKE 1.9.7-gke.5 is no longer available for master; bump to 1.9.7-gke.6 Fix kubeflow#1641 * Update the test. * Update wait_for_deployment to work with the latest changes to TestHelper * Pin kubeflow/testing because otherwise we pick up changes that aren't compatible with the tests. * Comment out the v1alpha1 simple job test because its not passing and we really don't care. Related to kubeflow#1474 Tests not passing on v0.2-branch
Fix bug with updating an existing deployment. (kubeflow#1475) * We need to cd to the directory containing the deployment manager configs before issuing gcloud deployment-manager update * It works when the deployment doesn't exist because in that case we execute a code block that cd's to the directory. * Looks like previous fix kubeflow#1243 never got cherrypicked onto 0.2 branch. * Fix kubeflow#1233
Merge pull request kubeflow#1391 from richardsliu/v0.2-branch Cherry-pick: Update TFJob operator to the latest image
Merge pull request kubeflow#1391 from richardsliu/v0.2-branch Cherry-pick: Update TFJob operator to the latest image
Change the default branch used for the configs to v0.2-branch and not… … master. (kubeflow#1378) * This is better UX since we want the deploy script to be in sync with the version of the configs. Related to kubeflow#1348
Change the default branch used for the configs to v0.2-branch and not… … master. (kubeflow#1378) * This is better UX since we want the deploy script to be in sync with the version of the configs. Related to kubeflow#1348
Fix deploy.sh moving the unpacked repo. (kubeflow#1194) * Fix deploy.sh moving the unpacked repo. * It looks like GitHub is stripping out the v in the name of the top level directory. Make the scripts less brittle by not assuming the top level directory will be named a certain way. Related to 1193. * Fix indent. * * Add simple test scripts to verify that the configs are created * Add an option to gke/deploy.sh to skip deployment to facilitate testing * Add an option to gke/deploy.sh to not recreate the DM configs if they already exist; the sed commands assume we are starting from scratch.
Fix deploy.sh moving the unpacked repo. (kubeflow#1194) * Fix deploy.sh moving the unpacked repo. * It looks like GitHub is stripping out the v in the name of the top level directory. Make the scripts less brittle by not assuming the top level directory will be named a certain way. Related to 1193. * Fix indent. * * Add simple test scripts to verify that the configs are created * Add an option to gke/deploy.sh to skip deployment to facilitate testing * Add an option to gke/deploy.sh to not recreate the DM configs if they already exist; the sed commands assume we are starting from scratch.
PreviousNext