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
Create a configmap in kubernetes containing the qhub-config.yaml
Value/benefit
An extension I am writing needs to know all available jupyterlab profile names, i.e. within a pod. The qhub-config.yaml could be stored in a configmap and mounted on the pod.
I only really need profiles if we don't want everything in the yaml to be available - or we could mask certain secrets etc.
The text was updated successfully, but these errors were encountered:
I wonder if this could be beneficial to the backup/restore solution. I like having this on k8s because it's sometimes possible for the deployed state to differ from what is in the qhub-config.yaml file (GitOps fails, if you aren't using GitOps, the state of the cluster while a redeploy is happening, etc.). I hadn't thought about potential secrets in the qhub config file much, but assumed we could use a configmap to store the qhub-config file in.
I believe our prefect integration requires a secret, but it's stored as an environment variable rather than in qhub-config.yaml so we should be good there.
I'd prefer that this is a Kubernetes secret. Reason being is that the qhub-config.yaml could have some sensitive information inside of it. Otherwise however I love this idea 😄
Description
Create a configmap in kubernetes containing the qhub-config.yaml
Value/benefit
An extension I am writing needs to know all available jupyterlab profile names, i.e. within a pod. The qhub-config.yaml could be stored in a configmap and mounted on the pod.
I only really need profiles if we don't want everything in the yaml to be available - or we could mask certain secrets etc.
The text was updated successfully, but these errors were encountered: