Erik Sundell

Results 427 issues of 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: ![image](https://user-images.githubusercontent.com/3837114/72602142-12c2aa80-3917-11ea-9403-930f15dfc009.png) ![image](https://user-images.githubusercontent.com/3837114/72602528-b57b2900-3917-11ea-8075-ba24e9d8f2d3.png) 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. ![image](https://user-images.githubusercontent.com/3837114/125372940-8286e980-e384-11eb-9ffc-e9654139a829.png) I concluded that if the above statement were true, I could by using `.Chart.dependencies` draw conclusions if a...

question/support

## 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...

bug

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...

question

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...

type:Enhancement

@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...

type:Maintenance

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,...