-
Notifications
You must be signed in to change notification settings - Fork 29
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
SFTP enabled by default, a pvc claimName is required #24
Comments
We should definitely disable SFTP by default! The PVC is usually the same PVC used by JupyterHub - so it needs to be ReadWriteMany. As such, I think Deployment is more appropriate. What do you think? This definitely needs some, any documentation :'( |
Hi @yuvipanda and @consideRatio Just wondering if either of you found a solution to the issue with the error message:
I'm really keen to be able to use the tool, but I know very little about K8s so struggling to work around the issues I'm having with this. Thanks! |
I know the feeling @glsdown, when I started learning about k8s I was a high school teacher trying to make JupyterHub available to my students :) @glsdown using # my-config.yaml, passed to "helm upgrade" as "--values my-config.yaml"
sftp:
enabled: false Note that if you want to use the |
Thanks @consideRatio I’ve jumped in at the deep end rather with all this, so very grateful for you taking the time to respond. |
The SFTP part of the Helm chart is enabled by default.
jupyterhub-ssh/helm-chart/jupyterhub-ssh/values.yaml
Lines 50 to 57 in 69a5bb0
Also, it requires a PVC claimName to be explicitly set by default, otherwise, a user will experience the following error during
helm install
when the rendered Helm templates fail validation with the k8s api-server because of a empty string as a PVC claimName.Suggestions
The text was updated successfully, but these errors were encountered: