-
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
JupyterHub users can't create pods on GKE #1281
Comments
This is #1177. This has been fixed at head but not in 0.2.2. If you copy the contents of into vendor/kubeflow/core/kubeform_spawner and then rerun
That should fix it. |
Duplicate of #1177 |
should i try switching to head until 0.3 is released? |
That might help. I forgot we added a service account to the julyter pods to enable use of TFjob from juypyter. Deploy.sh at Head will try to setup a Google cloud filestore. This might cause problems for you every if your project is old and has a legacy network. So you might not to comment out those steps in deploy.sh. |
Closing this issue as stale. |
…#1281) * Add unit test for Experiment and Suggestion controller reconcile * Delete buildTrialMetaForRunSpec from controller * Modify condition check * Fix format * Run mock for new version * Refactor experiment reconcile test * Remove comment
My users get this error when trying to start a docker image via JupyterHub.
Error: (422) Reason: error HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b79ba010-af2f-49a6-a606-eda454bb40a5', 'Content-Type': 'application/json', 'Date': 'Fri, 27 Jul 2018 13:45:12 GMT', 'Content-Length': '972'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Pod "jupyter-accounts-2egoogle-2ecom-3auser12-2ename123-40googlemail-2ecom" is invalid: [spec.volumes[0].name: Invalid value: "volume-accounts-2egoogle-2ecom-3auser12-2ename1234-40googlemail-2ecom": must be no more than 63 characters, spec.containers[0].volumeMounts[0].name: Not found: "volume-accounts-2egoogle-2ecom-3auser12-2ename1234-40googlemail-2ecom"]","reason":"Invalid","details":{"name":"jupyter-accounts-2egoogle-2ecom-3auser12-2ename1234-40googlemail-2ecom","kind":"Pod","causes":[{"reason":"FieldValueInvalid","message":"Invalid value: "volume-accounts-2egoogle-2ecom-3auser12-2ename1234-40googlemail-2ecom": must be no more than 63 characters","field":"spec.volumes[0].name"},{"reason":"FieldValueNotFound","message":"Not found: "volume-accounts-2egoogle-2ecom-3auser12-2ename1234-40googlemail-2ecom"","field":"spec.containers[0].volumeMounts[0].name"}]},"code":422}
related: Is it documented which roles users need to create jupyter pods on gke? Is
IAP-Secured Web App User
enough?The text was updated successfully, but these errors were encountered: