feat(config): add option to prevent overriding system hostname
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
545a9cdca7
commit
b45e5ca63b
@ -135,3 +135,6 @@ unsafe_show_logs: false
|
|||||||
|
|
||||||
## If enabled it will allow kubespray to attempt setup even if the distribution is not supported. For unsupported distributions this can lead to unexpected failures in some cases.
|
## If enabled it will allow kubespray to attempt setup even if the distribution is not supported. For unsupported distributions this can lead to unexpected failures in some cases.
|
||||||
allow_unsupported_distribution_setup: false
|
allow_unsupported_distribution_setup: false
|
||||||
|
|
||||||
|
## Do not override system hostname
|
||||||
|
override_system_hostname: false
|
||||||
Loading…
Reference in New Issue
Block a user