You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the BINDER_REF_URL environment variable accessible to a hub singleuser initContainers.
Although this env is accessible to the singleuser server pod, its init containers does not have it.
Here is an example of a singleuser pod in our cluster:
Proposed change
Adding the
BINDER_REF_URL
environment variable accessible to a hub singleuser initContainers.Although this env is accessible to the singleuser server pod, its init containers does not have it.
Here is an example of a singleuser pod in our cluster:
As you can see,
BINDER_REF_URL
is in the scope ofContainers
but not in scopeInit Containers
.Who would use this feature?
Administrators of a binderhub cluster, to further increase the customization (like pulling the user github repo and doing work).
(Optional): Suggest a solution
Adding
BINDER_REF_URL
in the list of pod labels (Labels
field), to be able to create a new env using:(k8s limits pod fields exposition to just few metadata: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#envvarsource-v1-core)
The text was updated successfully, but these errors were encountered: