Closed
Conversation
update controllerManager.extraArgs.cluster-signing-duration support
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files@@ Coverage Diff @@
## main #2314 +/- ##
==========================================
- Coverage 20.50% 1.73% -18.78%
==========================================
Files 96 165 +69
Lines 9128 13843 +4715
==========================================
- Hits 1872 240 -1632
- Misses 7001 13584 +6583
+ Partials 255 19 -236
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
disable save clusterfile
- 将 LvsCareRepoAndTag 从完整路径修改为相对路径 "/lvscare:latest" - 在 localConfigurator 和 Runtime 中配置 Lvs 时,使用 EnvExternalRegistryDomain 组合完整路径 - 优化 HostFileConfig 结构体格式
delete ssl auth
- 更新 LvsCareRepoAndTag 常量,使用完整的镜像地址 - 移除 path 包的冗余导入和使用 - 简化 lvsImageURL 的构建过程 - 统一配置流程,减少不必要的复杂性
- 检查本地注册表配置是否存在 - 改进主机列表获取逻辑,优先使用 NODE 角色 - 增加错误处理和日志记录 - 优化非 HA 模式下的处理逻辑
- 在 AppInstaller 和 Installer 中,当没有 worker 节点时,使用 master 节点作为部署主机 - 在 registry 配置中,确保至少有一个部署主机存在 - 修改 localConfigurator 中的网络配置,使用所有节点而不是仅限 master 节点
- 增加节点列表获取逻辑,
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.
update controllerManager.extraArgs.cluster-signing-duration support
Describe what this PR does / why we need it
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews