Skip to content

Commit

Permalink
(IAC-396) Update viya4-iac-gcp default K8s version to 1.21.x (#117) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thpang authored Jan 31, 2022
1 parent 89c4041 commit 9c37d3f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GCP_CLI_VERSION=342.0.0
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform

FROM google/cloud-sdk:$GCP_CLI_VERSION
ARG KUBECTL_VERSION=1.19.9
ARG KUBECTL_VERSION=1.21.7

WORKDIR /viya4-iac-gcp

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Operational knowledge of
- Terraform or Docker
- #### Terraform
- [Terraform](https://www.terraform.io/downloads.html) - v1.0.0
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.19.9
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.21.7
- [jq](https://stedolan.github.io/jq/) - v1.6
- [gcloud CLI](https://cloud.google.com/sdk/gcloud) - (optional - useful as an alternative to the Google Cloud Platform Portal) - v342.0.0
- #### Docker
Expand Down
1 change: 1 addition & 0 deletions examples/sample-input-byo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ postgres_servers = {
}

# GKE config
kubernetes_version = "1.21.6-gke.1500"
default_nodepool_min_nodes = 2
default_nodepool_vm_type = "e2-standard-8"

Expand Down
1 change: 1 addition & 0 deletions examples/sample-input-ha.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ postgres_servers = {
}

# GKE config
kubernetes_version = "1.21.6-gke.1500"
default_nodepool_min_nodes = 2
default_nodepool_vm_type = "e2-standard-8"

Expand Down
1 change: 1 addition & 0 deletions examples/sample-input-minimal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tags = {} # e.g., { "key1" = "value1", "key2" = "value2" }
# }

# GKE config
kubernetes_version = "1.21.6-gke.1500"
default_nodepool_min_nodes = 1
default_nodepool_vm_type = "n2-standard-2"

Expand Down
1 change: 1 addition & 0 deletions examples/sample-input.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ postgres_servers = {
}

# GKE config
kubernetes_version = "1.21.6-gke.1500"
default_nodepool_min_nodes = 2
default_nodepool_vm_type = "e2-standard-8"

Expand Down

0 comments on commit 9c37d3f

Please sign in to comment.