Skip to content

Update tks k8s version #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion aws-msa-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charts:
sshKeyName: $(sshKeyName)
cluster:
name: $(clusterName)
kubernetesVersion: v1.26.10
kubernetesVersion: v1.29.8
eksEnabled: false
multitenancyId:
kind: AWSClusterRoleIdentity
Expand All @@ -54,6 +54,8 @@ charts:
kubeadmControlPlane:
replicas: $(tksCpNode)
controlPlaneMachineType: $(tksCpNodeType)
ami:
id: ami-02e4e8f09921cfe97
machinePool:
- name: taco
machineType: $(tksInfraNodeType)
Expand All @@ -69,6 +71,8 @@ charts:
taco-ingress-gateway: enabled
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/AmazonS3FullAccess"
ami:
id: ami-02e4e8f09921cfe97
machineDeployment:
- name: normal
numberOfAZ: 3 # ap-northeast-2
Expand All @@ -80,6 +84,8 @@ charts:
rootVolume:
size: 50
type: gp2
ami:
id: ami-02e4e8f09921cfe97

- name: ingress-nginx
override:
Expand Down
8 changes: 7 additions & 1 deletion aws-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charts:
sshKeyName: $(sshKeyName)
cluster:
name: $(clusterName)
kubernetesVersion: v1.26.10
kubernetesVersion: v1.29.8
eksEnabled: false
multitenancyId:
kind: AWSClusterRoleIdentity
Expand All @@ -54,6 +54,8 @@ charts:
kubeadmControlPlane:
replicas: $(tksCpNode)
controlPlaneMachineType: $(tksCpNodeType)
ami:
id: ami-02e4e8f09921cfe97
machinePool:
- name: taco
machineType: $(tksInfraNodeType)
Expand All @@ -69,6 +71,8 @@ charts:
taco-ingress-gateway: enabled
roleAdditionalPolicies:
- "arn:aws:iam::aws:policy/AmazonS3FullAccess"
ami:
id: ami-02e4e8f09921cfe97
machineDeployment:
- name: normal
numberOfAZ: 3 # ap-northeast-2
Expand All @@ -80,6 +84,8 @@ charts:
rootVolume:
size: 50
type: gp2
ami:
id: ami-02e4e8f09921cfe97

- name: ingress-nginx
override:
Expand Down
2 changes: 1 addition & 1 deletion byoh-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charts:
override:
cluster:
name: $(clusterName)
kubernetesVersion: v1.25.11
kubernetesVersion: v1.29.8
byoCluster:
bundleLookupBaseRegistry: harbor.taco-cat.xyz/cluster_api_provider_bringyourownhost
controlPlaneEndpoint:
Expand Down
6 changes: 3 additions & 3 deletions eks-msa-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ charts:
name: $(clusterName)
region: $(clusterRegion)
eksEnabled: true
kubernetesVersion: v1.25.9
kubernetesVersion: v1.29.8
eksAddons:
- name: "aws-ebs-csi-driver"
version: "v1.18.0-eksbuild.1"
version: "v1.34.0-eksbuild.1"
conflictResolution: "overwrite"
- name: "vpc-cni"
conflictResolution: "overwrite"
version: "v1.12.6-eksbuild.2"
version: "v1.18.3-eksbuild.2"
multitenancyId:
kind: AWSClusterRoleIdentity
name: $(cloudAccountID)-account-role
Expand Down
6 changes: 3 additions & 3 deletions eks-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ charts:
name: $(clusterName)
region: $(clusterRegion)
eksEnabled: true
kubernetesVersion: v1.25.9
kubernetesVersion: v1.29.8
eksAddons:
- name: "aws-ebs-csi-driver"
version: "v1.18.0-eksbuild.1"
version: "v1.34.0-eksbuild.1"
conflictResolution: "overwrite"
- name: "vpc-cni"
conflictResolution: "overwrite"
version: "v1.12.6-eksbuild.2"
version: "v1.18.3-eksbuild.2"
multitenancyId:
kind: AWSClusterRoleIdentity
name: $(cloudAccountID)-account-role
Expand Down
Loading