Seth Nickell

Results 112 comments of Seth Nickell

The curved surfaces make it hard to find a good mountpoint, I'm considering drilling into the case to mount securely, but I'd rather not

I'm interested in this too. I've used Ember for the past few years, and wanted to check out React. The React layer itself is amazing, but it seems like there's...

FYI: there's a little discussion on the skypack.dev github issues about the problems supporting ipfs on skypack: https://github.com/snowpackjs/skypack-cdn/issues/34

Interesting, we're seeing this too for about a month after upgrading z2jh and/or docker stacks versions (not sure which did it). I'm working to debug this now. `allowPrivilegeEscalation: false` did...

@consideRatio what would you think of a PR to z2jh that adds a `singleUser.sudo = true|false (default: false)` value and then the z2jh chart that in turn triggers the chart...

OK! I think my initial intuition is bearing out, you probably need the singleuser image launched to be launched (by kubespawner, see: ) with `allowPrivilegeEscalation: true` in order to use...

@Atharex any chance you're still working on this and can double verify my fix?

Currently I don't think there's a way to set the kubespawner `allow_privilege_escalation` jupyter config trait from the z2jh chart without overriding the config, I've created a PR to permit this:...

For anyone else bumping into this who's gone through @consideRatio 's checklist and still is having problems, try adding this to your values.yaml: ``` singleuser: extraConfig: allowPrivilegeEscalationForSudo: | # unbreak...

@consideRatio exactly haha: kubespawner 3 introduced the change that broke our sudo, and guessing other folks in this thread too. Here's the commit to kubespawner by @yuvipanda : https://github.com/jupyterhub/kubespawner/commit/4258795617f539229ecda2a12ce1600891b5bdf9 which...