Carles-Figuerola
Carles-Figuerola
## Long story short helm 3 updates trigger `@kopf.on.create` rather than `@kopf.on.update`. ## Description After a resource has been created using helm3 (haven't tested with helm2), and the definition changes,...
## Long story short kopf is throwing 500 errors in a queuein event after the handler has finished running ## Description I have created an operator with two handlers, one...
This was created as a way to pass a specific environment variable that's inside of the docker container. The variable .Container.Config.Env is formed of an array of key=value so it's...
**PROBLEM SUMMARY** When the stdout is redirected (for example on a script), the password prompt for `vcert getcred` does not show up. **STEPS TO REPRODUCE** Normal usage ``` vcert getcred...
Add support to enable the mesos_slave.yaml file found in datadog's conf folder from the chef cookbook
**What happened**: We have a cluster of nodes running docker and managed by marathon/mesos. The containers running there are using the docker splunk logging plugin to send logs to the...
We have just found that all the logs sent to splunk are also logged to disk. ``` [root@hostname docker]# sudo docker plugin ls ID NAME DESCRIPTION ENABLED a6269368de77 splunk-logging-plugin:latest Splunk...
the current `dependsOn` implementation requires `HelmRelease` object names. A very useful and modular solution would be to allow passing a label matcher to find the requested array of `HelmRelease` objects...