Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrevillard authored Aug 27, 2021
1 parent 8c48105 commit 33e6488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)* |
Expand Down

0 comments on commit 33e6488

Please sign in to comment.