You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`hcloud_token`| `` |API Token that will be generated through your hetzner cloud project https://console.hetzner.cloud/projects| Yes |
32
-
|`master_count`|`1`| Amount of masters that will be created | No |
33
-
|`master_image`|`ubuntu-16.04`| Predefined Image that will be used to spin up the machines (Currently supported: ubuntu-16.04, debian-9,centos-7,fedora-27) | No |
34
-
|`master_type`|`cx11`| Machine type for more types have a look at https://www.hetzner.de/cloud| No |
35
-
|`node_count`|`1`| Amount of nodes that will be created | No |
36
-
|`node_image`|`ubuntu-16.04`| Predefined Image that will be used to spin up the machines (Currently supported: ubuntu-16.04, debian-9,centos-7,fedora-27) |
37
-
|`node_type`|`cx11`| Machine type for more types have a look at https://www.hetzner.de/cloud| No |
38
-
|`ssh_private_key`|`~/.ssh/id_ed25519`| Private Key to access the machines |
39
-
|`ssh_public_key`|`~/.ssh/id_ed25519.pub`| Public Key to authorized the access for the machines | No |
40
-
|`docker_version`|`18.06`| Docker CE version that will be installed | No |
41
-
|`kubernetes_version`|`1.12.2`| Kubernetes version that will be installed | No |
42
-
|`core_dns`|`false`| Enables CoreDNS as Service Discovery | No |
43
-
|`calico_enabled`|`false`| Installs Calico Network Provider after the master comes up | No |
31
+
|`hcloud_token`| `` |API Token that will be generated through your hetzner cloud project https://console.hetzner.cloud/projects| Yes |
32
+
|`master_count`|`1`| Amount of masters that will be created | No |
33
+
|`master_image`|`ubuntu-16.04`| Predefined Image that will be used to spin up the machines (Currently supported: ubuntu-16.04, debian-9,centos-7,fedora-27) | No |
34
+
|`master_type`|`cx11`| Machine type for more types have a look at https://www.hetzner.de/cloud| No |
35
+
|`node_count`|`1`| Amount of nodes that will be created | No |
36
+
|`node_image`|`ubuntu-16.04`| Predefined Image that will be used to spin up the machines (Currently supported: ubuntu-16.04, debian-9,centos-7,fedora-27) | No |
37
+
|`node_type`|`cx11`| Machine type for more types have a look at https://www.hetzner.de/cloud| No |
38
+
|`ssh_private_key`|`~/.ssh/id_ed25519`| Private Key to access the machines | No |
39
+
|`ssh_public_key`|`~/.ssh/id_ed25519.pub`| Public Key to authorized the access for the machines | No |
40
+
|`docker_version`|`19.03`| Docker CE version that will be installed | No |
41
+
|`kubernetes_version`|`1.15.5`| Kubernetes version that will be installed | No |
42
+
|`feature_gates`| `` | Add your own Feature Gates for Kubeadm | No |
43
+
|`calico_enabled`|`false`| Installs Calico Network Provider after the master comes up | No |
44
+
44
45
All variables cloud be passed through `environment variables` or a `tfvars` file.
45
46
46
47
An example for a `tfvars` file would be the following `terraform.tfvars`
0 commit comments