Dan Bason

Results 28 comments of Dan Bason

The compose resource works out of the box (assuming you have the docker-compose binary in path on your Windows box). For most of the other stuff that is based on...

If you're using the latest version of docker you can just do: ``` docker image prune ```

Got the same thing 2 times in a row then it worked the 3rd time. @dmp42 do you want me to provide anymore information about our environment or have you...

@swoehrl-mw do you think we should invert the behaviour to run the `vm.max_map_count` initContainer by default, and allow users to explicitly disable it?

I think @prudhvigodithi has been working on the 2.0.0 support - I wonder if this has been fixed in his work

Out of interest why are you setting the initial masters manually? This is all part of the operator setting up a cluster. I'm not convinced it's causing the issue, but...

Potentially we move the crds into a separate chart that is installed as a dependency (that can be disabled in values) in the main chart?

We're currently working on the option to add volumes in to the resources. This should land pretty soon.

The operator won't manager the secrets or configmaps to be mounted. Because these are completely arbitrary we would need to basically include the entire resource definition, at which point it's...