Philipp B.

Results 37 comments of Philipp B.

Done. Opened #1485 and removed the commit from and rebased this one.

Hmm. But how far to go with templating? We could then either template really every value, or (just as an example) take each map within `.Values.configs.ipaddresspools` and throw each into...

Please provide a parameter, to pass address-pools along through Helm values and throw an error if `configInline` is set (to prevent destroying existing deployments).

What about ``` {{- if .Values.configInline }} {{- fail "configInline no longer supported" }} {{- end }} ``` ? Just with a more descriptive error?

And at least for `IPAddressPool` objects I'd like to leave this one here. Saves me from having to open a PR :) That could at least be an easy fix,...

As a workaround, I'd recommend deploying `kube-prometheus-stack-crds` from https://wiremind.github.io/wiremind-helm-charts. Works pretty well for us :)

The VM operator can do the translation for you. Just put ``` operator: disable_prometheus_converter: false enable_converter_ownership: true ``` into your values.yaml. (No clue why the converter is disabled by default,...

One potential use case would be to attach a Tailscale sidecar container to it. Sure I could wrap kustomize around the helm output or fork the chart, but just having...

I assume you're not running in AWS? Then, for cloning to work, you'll also have to set - `STANDBY_AWS_REGION` - `STANDBY_AWS_ENDPOINT` - `STANDBY_WAL_S3_BUCKET` - `STANDBY_AWS_ACCESS_KEY_ID` - `STANDBY_AWS_SECRET_ACCESS_KEY` . Then it...

Maybe it would help if PDroid Core, etc would write it's logs to a different 'buffer'. Changing stuff like `System.err.println(....);` to something like `Log.d("PDroid", ...);` would allow it to use...