-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install JupyterHub in the cern-vre cluster via tf helm provider #21
Comments
Why did the ESCAPE team decide to go with
tag @garciagenrique |
This error is connected with the problem @goseind is stressing above: why |
The following commands where used for the deployment (helm needs to be installed, of course) $ helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
$ helm repo update To install/updated, just modify the $ helm upgrade --cleanup-on-fail \
--install z2jh jupyterhub/jupyterhub \
--namespace jupyterhub \
--create-namespace \
--version=2.0.0 \
--values config.yaml The des installation of the helm chart does not work really well. The way it's currently done is by logging into |
I have requested a quota change for the number of shares, so we can use dynamically provisioned storage. |
JupyterHub is running under http://137.138.226.35 (IP subject to change). Current status:
tf commands: terraform apply -target=kubernetes_namespace_v1.ns_jupyterhub
terraform apply -target=kubernetes_storage_class_v1.sc_manila-meyrin-cephfs # sc with Delete policy did not exist yet
terraform destroy -target=helm_release.jupyterhub-chart @garciagenrique see if you can follow my changes, the extra values I set are described in the customization docs. As I have no idea why the value does not get set, I'll have to wait for an answer in the Forum.. |
My workaround solution by setting the Also asking the SWAN team how they worked around this ref.: https://github.com/swan-cern/swan-charts/blob/master/swan/values.yaml#L22 Another idea would be to use
|
To solve the issue with the |
@goseind could we just not set up a |
Set a meeting with Diogo from SWAN for next week Monday and check their storage configuration with |
For an update see #34, the service is now reachable from within CERN but needs further configuration, as listed in the issue description. |
The base image of the ESCAPE-VRE is this one: https://gitlab.cern.ch/escape-wp2/docker-images/-/tree/master/datalake-singleuser I suggest either start with this image, either based on it. |
is there a solution to this? I've tried everything to get fsGroupChangePolicy: "OnRootMismatch" set. Nothing gets passed to the pod. Only setting the values in a yaml that is used to start the pod works. But nothing in the spawner works. |
So far we haven't found a solution either, some values get set through the YAML values, but for the ones we need not, setting them with the extra config script doesn't work either. We need to further debug this. |
|
@garciagenrique I now merged the config, from my side this looks fine. Do you want to take charge of redoing the images, also the EOS image? References can be found in the config of the images I was using/creating. |
I think this issue could be closed and the remaining tasks split up into separate tasks as they are not directly linked to the initial goal of this issue. What do you think @garciagenrique ? |
I agree @goseind, although this issue become too big and touched plenty of subjects... Could we start in this thread an interaction to summary the remaining tasks ? |
In my opinion, this topic can now be closed as all the tasks have been completed. |
Information
Questions
Tasks
The text was updated successfully, but these errors were encountered: