Skip to content

Commit be0c442

Browse files
committed
Update k8s to 1.12.2
1 parent f92413c commit be0c442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4646
All variables cloud be passed through `environment variables` or a `tfvars` file.

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "docker_version" {
3939
}
4040

4141
variable "kubernetes_version" {
42-
default = "1.12.0"
42+
default = "1.12.2"
4343
}
4444

4545
variable "core_dns" {

0 commit comments

Comments
 (0)