Skip to content

Commit

Permalink
Use Kube 1.18.14 (hashicorp#769)
Browse files Browse the repository at this point in the history
AKS seems to have a bug with 1.19+ and hostPorts: Azure/AKS#2070
  • Loading branch information
lkysow authored Jan 19, 2021
1 parent e38981f commit 5321326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
terraform destroy -var project=${CLOUDSDK_CORE_PROJECT} -auto-approve
when: always

acceptance-aks-1-19:
acceptance-aks-1-18:
environment:
- TEST_RESULTS: /tmp/test-results
docker:
Expand Down Expand Up @@ -605,7 +605,7 @@ workflows:
- acceptance-openshift
- acceptance-gke-1-16
- acceptance-eks-1-17
# - acceptance-aks-1-19
- acceptance-aks-1-18
update-helm-charts-index:
jobs:
- update-helm-charts-index:
Expand Down
2 changes: 1 addition & 1 deletion test/terraform/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "azurerm_kubernetes_cluster" "default" {
location = azurerm_resource_group.default[count.index].location
resource_group_name = azurerm_resource_group.default[count.index].name
dns_prefix = "consul-k8s-${random_id.suffix[count.index].dec}"
kubernetes_version = "1.19.3"
kubernetes_version = "1.18.14"

default_node_pool {
name = "default"
Expand Down

0 comments on commit 5321326

Please sign in to comment.