Skip to content

Commit

Permalink
Add custom configuration of the apiserver endpoint for HA mode
Browse files Browse the repository at this point in the history
This replaces the `master_ip` var by `apiserver_endpoint` for genericity. The
init service is deployed only when k3s.service is not present on the machine to
ensure idempotence.

Signed-off-by: Julien DOCHE <[email protected]>
  • Loading branch information
St0rmingBr4in authored and dereknola committed Nov 7, 2023
1 parent 38b8426 commit 0121d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventory/sample/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ apiserver_port: 6443

extra_server_args: ""
extra_agent_args: ""
k3s_token: ""

0 comments on commit 0121d4f

Please sign in to comment.