Skip to content

Commit

Permalink
Update to Kubernetes 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Sep 21, 2019
1 parent 69fe4aa commit 3c07133
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 321 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AWS Kubernetes is a Kubernetes cluster deployed using [Kubeadm](https://kubernet

## Updates

* *21.9.2019* Update to Kubernetes 1.16, update addons and Calico
* *24.8.2019* Update to Kubernetes 1.15.3, fix Ingress RBAC
* *7.8.2019* Update to Kubernetes 1.15.2
* *27.7.2019* Update to Kubernetes 1.15.1, upgrade addons and move to Terraform 0.12
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "kubernetes" {

addons = [
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/storage-class.yaml",
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/heapster.yaml",
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/metrics-server.yaml",
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/dashboard.yaml",
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/external-dns.yaml",
"https://raw.githubusercontent.com/scholzj/terraform-aws-kubernetes/master/addons/autoscaler.yaml",
Expand Down
Loading

0 comments on commit 3c07133

Please sign in to comment.