k3s_server: add missing parameter descriptions (#559)
The commit3a20500f9chas introduced argument specs in the role meta information. These two parameters were still missing there. Realted to2d0596209eSigned-off-by: Christian Berendt <berendt@osism.tech> Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
parent
2149827800
commit
d0537736de
@ -26,6 +26,16 @@ argument_specs:
|
||||
description: Name of the master group
|
||||
default: master
|
||||
|
||||
k3s_create_kubectl_symlink:
|
||||
description: Create the kubectl -> k3s symlink
|
||||
default: false
|
||||
type: bool
|
||||
|
||||
k3s_create_crictl_symlink:
|
||||
description: Create the crictl -> k3s symlink
|
||||
default: false
|
||||
type: bool
|
||||
|
||||
kube_vip_arp:
|
||||
description: Enables kube-vip ARP broadcasts
|
||||
default: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user