Skip to content

Commit

Permalink
Merge pull request #74 from getamis/feat/v1.27.4
Browse files Browse the repository at this point in the history
FEATURE: upgrade k8s to 1.27.4 and cilium to 1.14.2
  • Loading branch information
imo-ininder authored Sep 19, 2023
2 parents 27faa70 + ef2a472 commit 6b43884
Show file tree
Hide file tree
Showing 6 changed files with 868 additions and 166 deletions.
2 changes: 1 addition & 1 deletion modules/kubelet/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "kubernetes_version" {
description = "Desired Kubernetes version."
type = string
default = "v1.27.2"
default = "v1.27.4"
}

variable "binaries" {
Expand Down
2 changes: 1 addition & 1 deletion templates/network-plugins/cilium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

1. `helm repo add cilium https://helm.cilium.io/`
2. Update ["vxlan-values.yaml"]
3. `helm template cilium cilium/cilium --version 1.13.4 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl`
3. `helm template cilium cilium/cilium --version 1.14.2 -n kube-system -f vxlan-values.yaml | sed 's/{BIN_PATH}/BIN_PATH/g' > cilium-vxlan.yaml.tpl`
Loading

0 comments on commit 6b43884

Please sign in to comment.