freezing-teacher-93828
09/05/2022, 9:06 AMIn a high-availability RKE2 cluster (using kube-vip and 3 servers)
should the file /etc/rancher/rke2/config.yaml
be identical on the three servers (server1, server2, server3)?
I meant identical except for the section tls-san where the files can differ. For example
server1:
tls-san:
- server1
- <http://server1.example.com|server1.example.com>
- <http://cluster.example.com|cluster.example.com>
- 12.34.56.78
server2:
tls-san:
- server2
- <http://server2.example.com|server2.example.com>
- <http://cluster.example.com|cluster.example.com>
- 12.34.56.78
creamy-pencil-82913
09/05/2022, 9:32 AMfreezing-teacher-93828
09/05/2022, 2:09 PMtls-san:
- <http://cluster.example.com|cluster.example.com>
- 12.34.56.78
(I use a virtual IP address that is handled by kube-vip for having a High Availability cluster)