ansible_role_microk8s
ansible_role_microk8s copied to clipboard
Inventory example
Hi, can you share an example of your inventory please to better understand the HA section. Good job👍
Hi,
@eshikhov Do you think you could add an example section to the README how you set up your own HA?
btw: Thanks for adding that feature!
enable the parameter
microk8s_enable_HA: true
add a group with hosts to the inventory file
[microk8s_HA] node1 node2 node3
if you don't like the name of the group microk8s_HA, you can redefine it in the variable microk8s_group_HA for example microk8s_group_HA: "k8s_HA" [k8s_HA] node1 node2 node3
Would be great to support pod code, service cidr custom. Using an external load balancer. Etc...
Thanks for adding your example
@metabsd Do you think you could add something like that?