Ronan Bourlier

Results 5 comments of Ronan Bourlier

Hi, I have the same issue. I created a whole new IBM Cloud account to make sure I don't have any impact from other installations. The deploy stage is not...

The other override is working fine with ``` - match: - label: node-role.kubernetes.io/worker ``` Can you use the same kind of selector?

The issue comes from the haproxy configuration. Here is the configuration working. ``` backend wrkhttp mode http balance roundrobin option forwardfor server master-1 10.99.92.62:80 check server master-2 10.99.92.63:80 check server...

My inventory configuration ``` [all:children] masters workers ... [masters] 192.168.1.101 host="master-1" mac="00:50:52:54:60:04" 192.168.1.102 host="master-2" mac="00:50:52:54:60:05" 192.168.1.103 host="master-3" mac="00:50:52:54:60:06" [workers] ``` If I remove workers totally there is an error in...

I have the same issue and it seems it's linked to the way Putty behaves and don't take into account the way it scales the font when the window scales....