diff --git a/docs/instructions.md b/docs/instructions.md index 05049f09..96fa39c6 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -543,7 +543,7 @@ This section allows you to configure some other settings | Parameter | Description | Values | | --- | --- | --- | -| `agorakube_populate_etc_hosts` | Add to all hostname/IPs of AGORAKUBE Cluster to /etc/hosts file of all hosts. Use it only if you don't have DNS server. | **False** *(default)* | +| `agorakube_populate_etc_hosts` | Add to all hostname/IPs of AGORAKUBE Cluster to /etc/hosts file of all hosts. | **True** *(default)* | | `agorakube_encrypt_etcd_keys` | Array of keys/algorith used to crypt/decrypt data in etcd? Generate with : `head -c 32 /dev/urandom | base64` | **changeME !** *(default)* | | `restoration_snapshot_file` | ETCD backup path to be restored | **none** *(default)* | | `master_custom_alt_name` | Optional DNS alt name to be added to kube-apiserver certificate | **""** *(default)* |