Update Calico from v3.20.1 to v3.20.2

* Use Calico's iptables legacy vs nft auto-detection
This commit is contained in:
Dalton Hubble
2021-10-11 20:28:48 -07:00
parent 20ffbba4bf
commit f8162b9be3
11 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=c6fa09bda1d6328aed034223cf2a97ba74ede097"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=0b102c40895361bfe0cf7511a55bd75e8c648460"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]