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

Fix bug with updating an existing deployment. #1475

Merged
merged 1 commit into from
Sep 4, 2018

Commits on Sep 4, 2018

  1. Fix bug with updating an existing deployment.

    * 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
    jlewi committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    6dab6ad View commit details
    Browse the repository at this point in the history