Moray Baruh
Moray Baruh
Hey @krzyzanowskim, thanks for the heads up. You can find a simple project that reproduces the issue here: https://github.com/moray95/natalie-bug. I'd just like to you to note that I wasn't able...
I am also seeing the same issue. In my case, I am showing the popover from a bar button item on left side of the screen. I have managed to...
@kubilaykaptanoglu I have tried this but sadly it does not work. The 10.64.0.9 is already present in `tls-san` without setting this because `rke2_api_ip` is automatically added [here](https://github.com/lablabs/ansible-role-rke2/blob/main/templates/config.yaml.j2#L18C5-L18C5).
Out of curiosity, does Kubernetes show the VIP as the node internal address?
Thanks for the info. I guess here is the problem: > 'kubectl get node -o wide' is output doesn't show VIP as the node internal address. On my setup, I...
Sure, here it is: ``` rke_master: vars: rke2_type: server hosts: master-0: ansible_host: 10.64.0.10 master-1: ansible_host: 10.64.0.11 master-2: ansible_host: 10.64.0.12 rke_worker: vars: rke2_type: agent hosts: worker-0: ansible_host: 10.64.0.100 worker-1: ansible_host: 10.64.0.101...
So, I performed a clean install on a brand new VM and here is my finding: Using 10.34.10.2 as VIP and 10.34.10.3 as node ip, the same issue still appears....