Jen Basch
Jen Basch
That’s exactly why I wrote this up! I’ve actually implemented this myself (can’t share publicly due to employer policy) and built a docker image based on the rootless studio (essentially...
It’s the same image that’s pulled for the docker studio. There used to be a “non-rootless” version, but I think it was replaced a while back and now there’s only...
I think this is actually possible to accomplish with an install hook today without any rust feature development. I need to run Habitat in an environment with an on-prem builder,...
+1 On leader election status. It'd be great to set up a Service with a selector that selects for only the leader of a group. I was just wishing for...
Updated original issue to remove StatefulSet `updateStrategy` from consideration. This is used internally by the operator to manage deleting pods and probably shouldn't be overridden.
I've implemented this in my (company internal) fork of the operator that I'm working on getting permission to share. I opted for the implicit method described above. This works really...
This would be a welcome change!! In the Kubernetes world, pods can define a gid to own the volume directory, but this requires prior knowledge of the hab (or other...
Please don't close this
How would `hab svc config edit/show ...` handle the different layers of config? Would they only include gossiped config? Or would it include a combination of gossiped+user.toml+default.toml? How would this...
@jgonggrijp I got curious how the conditional files work as well. After a little playing around, it's actually super simple: just use an `{% if %}` statement in the filename....