Viktor Bogdanov
Viktor Bogdanov
In addition to `flux build helmrelease`, it would be nice to have `flux diff helmrelease`. While the former is handy during the local development stage, the latter could be used...
@MrMarkW If It is not too late, here is the process: 1. Build Flux Kustomization: ```shell flux build kustomization --path dev > out/kustomization_out.yaml ``` In my case `kustomization_out.yaml` contains 2...
Does the MCS controller work only when pods in both clusters are in routable networks? Eg workers in both clusters are in routable subnets with non-overlapping address spaces. For pods,...
I have a similar problem. In my organization splunk url looks like this `/observability/splunk`. I get the error: ``` Error: parse "https://%2Fobservability%2Fsplunk/servicesNS/": invalid URL escape "%2F" ``` I looked into...