Skip to content

Commit

Permalink
Update Calico v3.24.2 to v3.24.3
Browse files Browse the repository at this point in the history
* https://github.com/projectcalico/calico/releases/tag/v3.24.3
* Add patch to allow Kubelet kubeconfig to drain nodes if desired
in addition to just deleting them in shutdown integrations. See
poseidon/terraform-render-bootstrap#330
  • Loading branch information
dghubble committed Oct 24, 2022
1 parent 270c193 commit 36c3915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=3db4055ccfbd30d1880eaa2c79cf53f9a9d7d3f2"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8fb30b7732f360d3fe6a73a938f835762b01aa03"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down
2 changes: 1 addition & 1 deletion flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=3db4055ccfbd30d1880eaa2c79cf53f9a9d7d3f2"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8fb30b7732f360d3fe6a73a938f835762b01aa03"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down

0 comments on commit 36c3915

Please sign in to comment.