Erik Sundell
Erik Sundell
This PR makes a `usr-host` Volume be conditionally added, side by side with the conditionally added VolumeMount entry referencing it. I think the current behavior of declaring a volume that...
I think I've run into an issue where headers are installed, but the kernel version has changed over time. Could this make sense? If so, I think there is a...
Visiting this repos mybinder example, both using the old stable branch as in the README, or the current master branch, gives us:   This is because mybinder.org won't automatically...
I read [in the docs](https://helm.sh/docs/chart_template_guide/builtin_objects/) about the .Chart built in object.  I concluded that if the above statement were true, I could by using `.Chart.dependencies` draw conclusions if a...
## Reproduction and symptom 1. `helm upgrade` with a helm pre-upgrade hook that times out. 2. `Error: UPGRADE FAILED: timed out waiting for the condition`. 3. `helm history my-release-name` ```bash...
I experienced a downstream issue in Helm v3 that worked well in Helm v2. This issue relates to a change of masterminds/semver v2 to v3. The downstream issue is described...
This issue represents the following comments from another PR, so we can mark them as resolved without forgetting them. ~https://github.com/jupyter/docker-stacks/pull/1512#discussion_r745520508~ fixed https://github.com/jupyter/docker-stacks/pull/1512#discussion_r745526275
It is my understand that if we would not override /home/jovyan we probably would end up with a default .bashrc copied from /etc/skel/.bashrc, but that this is wiped in general...
@dhirschfeld previously wrote the following in the gitter chat of jupyterlab, and I'd love to learn more about it! > @consideRatio - I use docker multi-stage builds, build the extensions...
This command will silently ignore the `--output` flag and its passed value. ``` sops -d encrypted_secret.json --output decrypted_secret.json ``` I think it would make sense to let this error instead,...