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
4040| ` ssh_private_key ` | ` ~/.ssh/id_ed25519 ` | Private Key to access the machines |
4141| ` ssh_public_key ` | ` ~/.ssh/id_ed25519.pub ` | Public Key to authorized the access for the machines | No |
4242| ` 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 |
4444| ` core_dns ` | ` false ` | Enables CoreDNS as Service Discovery | No |
4545
4646All 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" {
3939}
4040
4141variable "kubernetes_version" {
42- default = " 1.12.0 "
42+ default = " 1.12.2 "
4343}
4444
4545variable "core_dns" {
You can’t perform that action at this time.
0 commit comments