Hanna Bledai

Results 5 comments of Hanna Bledai

Are there any updates here? we also encountered a similar error - as if some part of the RBAC was missing

Hi @oomichi We faced similar issue again - can't setup cluster when `kube_apiserver_bind_address != "0.0.0.0"` with more than one master: I don't see these changes: Why was the issue close?...

@floryut so the problem still exists or maybe this is in the new one but the same root cause. I'm testing with ``` + {%- if "127.0.0.1" in kube_apiserver_endpoint or...

@floryut @Alvaro-Campesino added ``` {%- if "127.0.0.1" in kube_apiserver_endpoint or "localhost" in kube_apiserver_endpoint or kube_apiserver_bind_address != "0.0.0.0" -%} ``` I set `kube_apiserver_bind_address` in inventory 3 different ip but as a...

@Alvaro-Campesino I know: `kube_apiserver_bind_address` the same as `ip` in my inventory as I understand this is the reason for the changes what was proposed by @D3DeFi ``` + notify: +...