tke-extend-network-controller: bump to 2.4.3#233
Merged
Conversation
pavlelee
reviewed
Jul 9, 2026
pavlelee
left a comment
Collaborator
There was a problem hiding this comment.
本地评审没有发现代码层阻塞,但当前还不能 LGTM/合并:
- PR 只修改
incubator/tke-extend-network-controller/Chart.yaml,将version/appVersion从2.4.2升到2.4.3。 - 本地验证通过:
helm lint incubator/tke-extend-network-controller、helm lint incubator/tke-extend-network-controller --strict均通过;带必填 dummy values 的helm template能正常渲染2.4.3镜像与标签。 - 已与上游
tkestack/tke-extend-network-controller的v2.4.3tag 对比,templates 目录一致;Chart metadata 和 values 中镜像仓库差异为应用市场既有差异。 - 但 GitHub Actions
Lint and Test Charts最新 run 原始结果是 cancelled/failure。我已触发 rerun,目前 attempt 2 的lint-test仍是 queued,尚未拿到 success 结论。
等 CI 跑到 success 后可以再确认并合并。
Collaborator
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
将 tke-extend-network-controller chart 版本从 2.4.2 升级到 2.4.3。
仅更新 Chart.yaml 中的
version和appVersion,templates 和 values.yaml 无变化(与组件仓库 v2.4.3 tag 对齐,chart diff 仅版本号)。v2.4.3 Release Notes
make e2e),基于 Ginkgo 在真实 TKE 集群中验证 CLB 端口映射全流程,覆盖 15 个测试用例,包括多协议映射、端口段映射、LB 分配策略、黑名单、自动扩容等场景。