mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Automatically infer bootstrap_os (#3498)
* Automatically infer bootstrap_os * Rename bootstrap os to os_family
This commit is contained in:
committed by
k8s-ci-robot
parent
e813b26963
commit
3f786542d3
@@ -1,9 +1,3 @@
|
||||
## Valid bootstrap options (required): ubuntu, coreos, centos, none
|
||||
## If the OS is not listed here, it means it doesn't require extra/bootstrap steps.
|
||||
## In example, python is not available on 'coreos' so it must be installed before
|
||||
## anything else. In the opposite, Debian has already all its dependencies fullfiled, then bootstrap_os should be set to `none`.
|
||||
bootstrap_os: none
|
||||
|
||||
## Directory where etcd data stored
|
||||
etcd_data_dir: /var/lib/etcd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user