Skip to content

Commit bc83e07

Browse files
authored
Merge pull request #1662 from FloatXD/e2e-24
[Test]upgrade kube_version to 1.32.9
2 parents 167f017 + 1e5bd1c commit bc83e07

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/verify-kubespray.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo ${{ runner.os }}
8181
echo ${{ runner.arch }}
8282
echo ${{ github.workspace }}
83-
export KUBE_VERSION=1.31.6
83+
export KUBE_VERSION=1.32.9
8484
bash hack/e2e.sh "${HELM_CHART_VERSION}" "${CONTAINER_TAG}" ${{ runner.name }} "${VSPHERE_USER}" "${VSPHERE_PASSWD}" "${AMD_ROOT_PASSWORD}" "${KYLIN_VM_PASSWORD}" "PR"
8585
8686
print_kubespray_commit_sha:

examples/install/2.mirror/VarsConfCM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
data:
1010
group_vars.yml: |
1111
kube_owner: root
12-
kube_version: "1.31.6"
12+
kube_version: "1.32.9"
1313
container_manager: containerd
1414
k8s_image_pull_policy: IfNotPresent
1515
kube_network_plugin: calico

examples/install/3.airgap/VarsConfCM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
data:
1010
group_vars.yml: |
1111
kube_owner: root
12-
kube_version: "1.31.6"
12+
kube_version: "1.32.9"
1313
1414
registry_host: "<REGISTRY_HOST>:<REGISTRY_PORT>"
1515
minio_address: "http://<MINIO_API_HOST>:<MINIO_API_PORT>"

hack/run-nightly-cluster-e2e.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func_prepare_config_yaml "${SOURCE_CONFIG_PATH}" "${dest_config_path}"
146146
CLUSTER_OPERATION_NAME1="cluster1-install-"`date "+%H-%M-%S"`
147147

148148
# set vars-conf-cm.yml
149-
sed -i "s/1.31.6/1.31.6/" "${dest_config_path}"/vars-conf-cm.yml
149+
sed -i "s/1.32.9/1.32.0/" "${dest_config_path}"/vars-conf-cm.yml
150150

151151
sed -i "s/e2e-cluster1-install/${CLUSTER_OPERATION_NAME1}/" "${dest_config_path}"/kubeanClusterOps.yml
152152

@@ -157,15 +157,15 @@ func_prepare_config_yaml "${SOURCE_CONFIG_PATH}" "${dest_config_path}"
157157
CLUSTER_OPERATION_NAME2="cluster1-upgrade-y"
158158
sed -i "s/e2e-cluster1-install/${CLUSTER_OPERATION_NAME2}/" "${dest_config_path}"/kubeanClusterOps.yml
159159
sed -i "s/cluster.yml/upgrade-cluster.yml/" "${dest_config_path}"/kubeanClusterOps.yml
160-
sed -i "s/1.31.6/1.31.9/" "${dest_config_path}"/vars-conf-cm.yml
160+
sed -i "s/1.32.9/1.32.9/" "${dest_config_path}"/vars-conf-cm.yml
161161

162162
## prepare cluster upgrade job yml --> upgrade from v1.31.9 to v1.32.1
163163
dest_config_path="${REPO_ROOT}"/test/kubean_sonobouy_nightlye2e/e2e-upgrade-cluster-z/
164164
func_prepare_config_yaml "${SOURCE_CONFIG_PATH}" "${dest_config_path}"
165165
CLUSTER_OPERATION_NAME3="cluster1-upgrade-z"
166166
sed -i "s/e2e-cluster1-install/${CLUSTER_OPERATION_NAME3}/" "${dest_config_path}"/kubeanClusterOps.yml
167167
sed -i "s/cluster.yml/upgrade-cluster.yml/" "${dest_config_path}"/kubeanClusterOps.yml
168-
sed -i "s/1.31.6/1.32.1/" "${dest_config_path}"/vars-conf-cm.yml
168+
sed -i "s/1.32.9/1.33.0/" "${dest_config_path}"/vars-conf-cm.yml
169169

170170
ginkgo -v -race -timeout=6h --fail-fast ./test/kubean_sonobouy_nightlye2e/ -- --kubeconfig="${KUBECONFIG_FILE}" \
171171
--clusterOperationName="${CLUSTER_OPERATION_NAME1}" --vmipaddr="${vm_ip_addr1}" --vmipaddr2="${vm_ip_addr2}" \

hack/yml_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function yamlUtil::abstract_groupVars() {
7777
yq -i '.metrics_server_enabled = "true"' $groupVarYml
7878
yq -i '.local_path_provisioner_enabled = "true"' $groupVarYml
7979
yq -i '.kubeadm_init_timeout = "600s"' $groupVarYml
80-
yq -i '.kube_version = "1.31.6"' $groupVarYml
80+
yq -i '.kube_version = "1.32.9"' $groupVarYml
8181
}
8282

8383
function yamlUtil::update_groupVars() {

test/common/vars-conf-cm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
# k8s-cluster
99
kube_owner: root
1010
unsafe_show_logs: true
11-
kube_version: "1.31.6"
11+
kube_version: "1.32.9"
1212
container_manager: containerd
1313
k8s_image_pull_policy: IfNotPresent
1414
kube_network_plugin: calico

test/offline-common/vars-conf-cm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data:
4141
# github image repo define (ex multus only use that)
4242
github_image_repo: "{{registry_host}}/ghcr.io"
4343
# k8s-cluster
44-
kube_version: "1.31.6"
44+
kube_version: "1.32.9"
4545
container_manager: containerd
4646
k8s_image_pull_policy: IfNotPresent
4747
kube_network_plugin: calico

test/tools/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const (
3232
)
3333

3434
const (
35-
OriginK8Version = "v1.31.6"
36-
UpgradeK8Version_Y = "v1.31.9"
37-
UpgradeK8Version_Z = "v1.32.1"
35+
OriginK8Version = "v1.32.0"
36+
UpgradeK8Version_Y = "v1.32.9"
37+
UpgradeK8Version_Z = "v1.33.0"
3838
NginxAlpha = "release-ci.daocloud.io/kubean/nginx:alpine"
3939
E2eInstallClusterYamlFolder = "e2e-install-cluster"
4040
)

0 commit comments

Comments
 (0)