-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[GCP] deploy.sh fails; can't create filestore because network is legacy #1282
Labels
Comments
jlewi
added a commit
to jlewi/kubeflow
that referenced
this issue
Jul 31, 2018
* Check if resources like secrets already exist and if they do don't recreate them. * Prevent users from checking in their GCP secrets 1. Store them in a directory with a .gitignore file 2. Remove the secrets as soon as we are done storing them in the cluster. * Allow GCFS_INSTANCE to be set to null; e.g. export GCFS_INSTANCE= If GCFS_INSTANCE is null don't set it to some default value; instead we interpret this as the user doesn't want GCFS to be installed. * Related to kubeflow#1282 can't create GCFS for legacy network. * Related to kubeflow#1284 support rerunning deploy.sh
k8s-ci-robot
pushed a commit
that referenced
this issue
Jul 31, 2018
* Make it easier to rerun deploy.sh * Check if resources like secrets already exist and if they do don't recreate them. * Prevent users from checking in their GCP secrets 1. Store them in a directory with a .gitignore file 2. Remove the secrets as soon as we are done storing them in the cluster. * Allow GCFS_INSTANCE to be set to null; e.g. export GCFS_INSTANCE= If GCFS_INSTANCE is null don't set it to some default value; instead we interpret this as the user doesn't want GCFS to be installed. * Related to #1282 can't create GCFS for legacy network. * Related to #1284 support rerunning deploy.sh * Fix bug.
Fixed by #1308 |
saffaalvi
pushed a commit
to StatCan/kubeflow
that referenced
this issue
Feb 11, 2021
* Make it easier to rerun deploy.sh * Check if resources like secrets already exist and if they do don't recreate them. * Prevent users from checking in their GCP secrets 1. Store them in a directory with a .gitignore file 2. Remove the secrets as soon as we are done storing them in the cluster. * Allow GCFS_INSTANCE to be set to null; e.g. export GCFS_INSTANCE= If GCFS_INSTANCE is null don't set it to some default value; instead we interpret this as the user doesn't want GCFS to be installed. * Related to kubeflow#1282 can't create GCFS for legacy network. * Related to kubeflow#1284 support rerunning deploy.sh * Fix bug.
yanniszark
pushed a commit
to arrikto/kubeflow
that referenced
this issue
Feb 15, 2021
* Init commit * Add test for deployment * Refactor suggestion config * Switch mock to 1.4.3 version * Fix empty map * Fix comments * Fix gofmt * Move package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: