Andrew
Andrew
I am also running into this exact issue. If I compare the YAML from running when the function is first created and when the rolebindings stopped working it look like...
> /hold > > If you don't mind, @atsai1220, let's include this change in the next version of the Chart > > Our CI is blocking on the fact that...
Closing this in favor of: https://github.com/kubernetes-sigs/cloud-provider-azure/pull/2602
Perhaps it was resolved with this? It looks like it's merged in but the latest releast does not seem to capture that. https://github.com/ansible-collections/azure/pull/854
Running into this issue as well when taking rke2 etcd snapshots. I have tried setting `S3PROXY_IGNORE_UNKNOWN_HEADERS=true` to no avail. rke2 uses `minio-go/v7.0.33`. I found my issue higher up in logs...
For some unknown reason the Deployment args became the following (see multiple single quotes): ``` spec: containers: - args: - '--dns01-recursive-nameservers=''8.8.8.8:53''' ``` I updated the flag to the following and...
Could be related to: - https://github.com/rancher/rke2/issues/5866 - https://github.com/k3s-io/k3s/pull/10047 Our one-liner to patch each cluster until fix is available: ``` shell kubectl get lease -n kube-system rke2-etcd -o jsonpath='{.spec.holderIdentity}' | xargs...
In case anyone runs into this from the Internet, restarting Cilium operator got the ball rolling. We got stuck configuring `CiliumLocalRedirectPolicy`. In our environment with Cilium 1.14.4, we had to...
Running into this issue as well from our Rancher environment in: ``` ❯ tilt version v0.31.2, built 2023-02-10 ``` We downgraded to the following version to continue to use tilt....
> @atsai1220 how do you downgrade tilt? currently facing the same issue Navigate to the Release page of this repository and download from the Assets menu of your desired version....