Frank Filippone
Frank Filippone
One of my client's runs Hyper-V and I'm seeing the same issue with a Rocky Linux 8 VM running the Docker version. Interestingly that VM has [Processor Compatibility Mode](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/processor-compatibility-mode-hyper-v) (PCM)...
Had an opportunity to test Running the Docker version of 6.3.4 on a Rocky Linux 9 VM under Proxmox 8.1.3 and it does work for me with the CPU type...
Just jumping on to say I am seeing the same issue for one of my clients, in 3 different K8S clusters. Sometimes I give up waiting after seeing this error...
/remove-lifecycle stale
Apologies for the delay I did say I was going to update this issue after some upgrades. I've seen this same issue on a v1.11.5 install of cert-manager, but it...
I enabled `--v=6` logging on one of my installations to try and see if I could catch one of these in the wild and see if anything additional was logged...
Small update: Still seeing this issue from time to time. Today I saw this issue where cert-manager had been waiting for over 2 days with the same error. Needless to...
I have an almost identical setup for one of my clients that I mentioned back in this comment: https://github.com/Snapchat/KeyDB/issues/643#issuecomment-1551166263 Does that help you?
> Do you set ansible_python_interpreter in the all group or the k8s_cluster group ? I had originally set it in the `all` group. Setting it in the `k8s_cluster` group fails...
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 : Copy kubectl binary to ansible...