Daniel Strufe
Daniel Strufe
@grugnog due to a clustered environment we must always expect such failures. In my case the redis instance was shifted to another node and redash lost the connection without properly...
@grugnog I am currently no longer responsible for this issue. I'll let you know when I checked it in the next days/weeks.
OK, got you. Thanks for the explanation.
https://github.com/kubernetes-sigs/kubespray/pull/10867 would be nice as well
I had the same issue - my workaround was to set the flag `-e ansible_python_interpreter=python` this resolves to python on either system 😊 if you just have python3 installed create...
> Setting `-e ansible_python_interpreter=python` only partially worked for me. > > The config got copied (`Write admin kubeconfig on ansible host`) but `kubectl` didn't: > > ``` > TASK [kubernetes/client...
Also #11172 would be nice 😊
Will there be a bug fix release 1.25.1 anytime soon?
> Hello @dabeck > > Thanks for the PR. I did not check but did you check to sync https://github.com/kubernetes-sigs/cloud-provider-huaweicloud/blob/v0.26.8/manifests/huawei-cloud-controller-manager-daemonset.yaml with https://github.com/kubernetes-sigs/kubespray/blob/master/roles/kubernetes-apps/external_cloud_controller/huaweicloud/templates/external-huawei-cloud-controller-manager-ds.yml.j2 Good catch - I'll have a look and...