Skip to content

Commit

Permalink
Upgrade version to EKS 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelr93 committed Sep 29, 2013
1 parent 40b76cb commit 533daa6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/kubevela/eks-with-kubevela.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ create_vpc_endpoints = false
# Endpoint public access: true - Your cluster API server is accessible from the internet. You can, optionally, limit the CIDR blocks that can access the public endpoint.
# Endpoint private access: true - Kubernetes API requests within your cluster's VPC (such as node to control plane communication) use the private VPC endpoint.
#---------------------------------------------------------#
kubernetes_version = "1.20"
kubernetes_version = "1.27"
endpoint_private_access = true
endpoint_public_access = true

Expand All @@ -60,13 +60,13 @@ enabled_cluster_log_types = ["api", "audit", "authenticator", "controllerMana
cluster_log_retention_period = 1

enable_vpc_cni_addon = true
vpc_cni_addon_version = "v1.8.0-eksbuild.1"
vpc_cni_addon_version = "v1.15.0-eksbuild.2"

enable_coredns_addon = true
coredns_addon_version = "v1.8.3-eksbuild.1"
coredns_addon_version = "v1.10.1-eksbuild.4"

enable_kube_proxy_addon = true
kube_proxy_addon_version = "v1.20.4-eksbuild.2"
kube_proxy_addon_version = "v1.27.4-minimal-eksbuild.2"


#---------------------------------------------------------#
Expand Down Expand Up @@ -108,15 +108,15 @@ metric_server_helm_chart_version = "2.12.1"
# ENABLE CLUSTER AUTOSCALER
#---------------------------------------------------------#
cluster_autoscaler_enable = true
cluster_autoscaler_image_tag = "v1.20.0"
cluster_autoscaler_helm_version = "9.9.2"
cluster_autoscaler_image_tag = "v1.28.0"
cluster_autoscaler_helm_version = "9.29.3"

#---------------------------------------------------------#
# ENABLE KUBEVELA
#---------------------------------------------------------#
kubevela_enable = true
kubevela_image_tag = "v1.1.6"
kubevela_helm_chart_version = "1.1.6"
kubevela_image_tag = "v1.9.6"
kubevela_helm_chart_version = "1.9.6"

//---------------------------------------------------------//
// DISABLE ALB INGRESS CONTROLLER
Expand All @@ -138,4 +138,4 @@ prometheus_image_tag = "v2.26.0"
alert_manager_image_tag = "v0.21.0"
configmap_reload_image_tag = "v0.5.0"
node_exporter_image_tag = "v1.1.2"
pushgateway_image_tag = "v1.3.1"
pushgateway_image_tag = "v1.3.1"

0 comments on commit 533daa6

Please sign in to comment.