File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $ KUBECONFIG=secrets/admin.conf kubectl expose deploy nginx --port=80 --type Nod
40
40
| ` ssh_private_key ` | ` ~/.ssh/id_ed25519 ` | Private Key to access the machines |
41
41
| ` ssh_public_key ` | ` ~/.ssh/id_ed25519.pub ` | Public Key to authorized the access for the machines | No |
42
42
| ` docker_version ` | ` 18.06 ` | Docker CE version that will be installed | No |
43
- | ` kubernetes_version ` | ` 1.12.0 ` | Kubernetes version that will be installed | No |
43
+ | ` kubernetes_version ` | ` 1.12.2 ` | Kubernetes version that will be installed | No |
44
44
| ` core_dns ` | ` false ` | Enables CoreDNS as Service Discovery | No |
45
45
46
46
All variables cloud be passed through ` environment variables ` or a ` tfvars ` file.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ variable "docker_version" {
39
39
}
40
40
41
41
variable "kubernetes_version" {
42
- default = " 1.12.0 "
42
+ default = " 1.12.2 "
43
43
}
44
44
45
45
variable "core_dns" {
You can’t perform that action at this time.
0 commit comments