Sergio Slobodrian | c547771 | 2017-06-07 11:56:56 -0400 | [diff] [blame] | 1 | # Configure the hosts that will make up the cluster |
| 2 | # hosts="192.168.121.195 192.168.121.2 192.168.121.215" |
| 3 | # |
| 4 | # Configure the user name to initilly log into those hosts as. |
| 5 | # iUser="vagrant" |
Sergio Slobodrian | 8725ea8 | 2017-08-27 23:47:41 -0400 | [diff] [blame] | 6 | # The maximum storage allocated for the logs in GB |
| 7 | # logLimit=20 |
| 8 | # The maximum storage allocated for the local registry in GB |
| 9 | # regLimit=5 |
| 10 | # The space reserved for Consul's storage |
| 11 | # consulLimit=5 |
| 12 | |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 13 | # Specify the cluster framework type (swarm or kubernetes) |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 14 | # cluster_framework="kubernetes" |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 15 | |
| 16 | # Address range for kubernetes services |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 17 | # cluster_service_subnet="192.168.0.0\/18" |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 18 | |
| 19 | # Address range for kubernetes pods |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 20 | # cluster_pod_subnet="192.168.128.0\/18" |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 21 | |