-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory example #5
Comments
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] 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" |
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? |
This all:
multinode_cluster:
children:
microk8s_HA:
hosts:
node3:
node4:
node5:
microk8s_WORKERS:
hosts:
node1:
node2:
k8s:
children:
single_node_clusters:
multinode_cluster:
|
Hi, can you share an example of your inventory please to better understand the HA section.
Good job👍
The text was updated successfully, but these errors were encountered: