P-n-I
P-n-I
I'm seeing the same on Rancher v2.7.9
Also Rancher v2.8.3
Same issue when argo auto-updated our gitea install which has the postgres-ha chart as a dependency. Fix was as above; scale replicas down to 1 and set upgrad repmgr to...
14.0.2 (16.2 postgres) to 14.0.3 (16.3 postgres) according to my internal slack channel history.
I've also seen this issue as described able and in a slightly different form of the handler pods not able to resolve the webhook service unless I git the NMState...
From logs when creating the cluster in Rancher: `fleet-agent` ``` W0110 08:31:07.744207 1 reflector.go:442] pkg/mod/github.com/rancher/[email protected]/tools/cache/reflector.go:167: watch of *v1alpha1.BundleDeployment ended with: an error on the server ("unable to decode an event...
Contents of the clusters mcc bundle Chart.yaml value: ``` annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.27.0-0' catalog.cattle.io/namespace: cattle-system catalog.cattle.io/os: linux catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'...
debug log output from the `fleet-controller` when creating a new downstream cluster: ``` time="2024-01-11T11:08:09Z" level=debug msg="OnBundleChange for bundle 'test-managed-system-agent', checking targets, calculating changes, building objects" time="2024-01-11T11:08:09Z" level=debug msg="shorten bundle name...
I don't know golang at all but I've been digging around trying to find out if there's something in our clusters that's wrong. tag: release/v0.8.1+security1 `controller.OnBundleChange` `controller.setResourceKey` `helmdeployer.Template` (sets Helm...
I've done some local hacking of the code to add some logging and changed the `fleet-controller` `Deployment` to use our in-house hacked version. this is the output when creating a...