Commit Graph

2521 Commits

Author SHA1 Message Date
pixiake f9d473060e update go version to v1.23 in Makefile
Some checks failed
CI / Build (push) Has been cancelled
Signed-off-by: pixiake <guofeng@yunify.com>
2025-08-19 01:03:17 +08:00
pixiake 09b27769eb
refactor: consider node as master if either admin.conf or kube-apiserver.yaml exists (#2708)
Some checks are pending
CI / Build (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
Signed-off-by: pixiake <guofeng@yunify.com>
2025-08-18 15:54:40 +08:00
pixiake d7dac556c0
update helm to v3.18.5 (#2707)
Signed-off-by: pixiake <guofeng@yunify.com>
2025-08-18 13:15:43 +08:00
github-actions[bot] 0cacdaf1c9
Add new kubernetes version (#2701)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2025-08-14 14:16:24 +08:00
github-actions[bot] 2b732f4460
Sync feature branch to master/feature directory (#2683)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-05 10:17:43 +08:00
liujian 03726f3171
Update dependabot.yml
Some checks are pending
CI / Build (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
2025-08-04 14:56:57 +08:00
liujian f7cb9e98fd
Update dependabot.yml 2025-08-04 14:55:31 +08:00
github-actions[bot] a267388103
Add new kubernetes version (#2659)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2025-08-01 10:55:24 +08:00
yjqg6666 6291641fc9
feat: Add support for building Debian 12 Bookworm repository iso (#2663)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* feat: Add support for building Debian 12 Bookworm repository iso

* readme, add Debian 12 Bookworm to the supported list
2025-07-23 16:33:48 +08:00
Liang Zheng f56a0002a1
fix: replace 'which' with 'command -v' (#2620)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2025-07-03 12:46:03 +08:00
pixiake 91979ab818 update go version to 1.23
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Signed-off-by: pixiake <guofeng@yunify.com>
2025-06-27 14:18:15 +08:00
Liang Zheng 9cf08b6aef
feat: support custom IP_AUTODETECTION_METHOD (#2630)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2025-06-20 02:13:33 +00:00
Liang Zheng c51e6f71dd
fix: umount /run/calico/cgroup first before clear cluster (#2621)
fix: #2539

Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2025-06-20 02:12:33 +00:00
github-actions[bot] 45a2662a8d
Add new kubernetes version (#2628)
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2025-06-20 10:01:22 +08:00
allcontributors[bot] b9279f04c7
add yhan219 as a contributor for code (#2613)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-06-12 02:09:27 +00:00
allcontributors[bot] 059d0f1627
add zmoon460 as a contributor for code (#2612)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-06-12 02:08:27 +00:00
Kevin e9a8ad5dd5
feat: LimitMEMLOCK=infinity configuration to the containerd systemd service (#2609)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: Kevinz <ruoshuidba@gmail.com>
2025-06-11 06:38:26 +00:00
allcontributors[bot] acf1c51ea3
add Kevinz857 as a contributor for code (#2592)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-05-27 04:40:13 +00:00
Kevin ff74cea165
feat: parallel node initialization and enhanced containerd registry mirrors (#2575)
This commit combines the following features:
1. Support parallel node initialization in add nodes pipeline
2. Add NVIDIA container runtime support
3. Rename DockerMirrorURL to ContainerdMirrorURL
4. Add --skip-etcd flag for improved efficiency
5. Enhance containerd registry mirror support with multiple mirrors
6. Translate Chinese comments to English

Signed-off-by: Kevinz <ruoshuidba@gmail.com>
2025-05-27 04:38:13 +00:00
github-actions[bot] 7318ca545d
Add new kubernetes version (#2570)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2025-05-19 10:03:32 +08:00
yhan219 c4301c0d75
Update DefaultTimeout to 5h (#2562)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Signed-off-by: yhan219 <yhan219@sina.com>
2025-05-13 06:49:01 +00:00
KubeSphere CI Bot abd3f3aab8
[master] Fix(connector): gracefully handle LANG environment setup failures-Update ssh.go (#2554)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
* Update ssh.go

setenv 会导致在kk 3.1.8/3.1.9 在centos/rockey linux 9.x下ssh fail ,无法部署; 经过验证,不设置语言对在centos/rockey linux 9.x部署没有影响,建议setenv改为尽力而为方式更合适,,设置失败产生Warn即可。

Signed-off-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>

* Update ssh.go

修改Setenv告警日志显示 Localization warning  为Warning ,更符合一般习惯

Signed-off-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>

* Fix: no sudo env export fail

Check chown operator

Signed-off-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>

* Update ssh.go

部署测试模拟发现,如果设置失败会大量产生这种Warning,可能因为部署过程kk有大量ssh连接操作的缘故,故降到Debug级别

Co-Authored-By: zmoon460 <42328751+zmoon460@users.noreply.github.com>
Signed-off-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>

---------

Signed-off-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>
Co-authored-by: zmoon460 <42328751+zmoon460@users.noreply.github.com>
2025-05-06 05:52:55 +00:00
pixiake d575facbed
Supported upgrade k8s to v1.33 (#2544)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: pixiake <guofeng@yunify.com>
2025-04-25 11:12:43 +08:00
github-actions[bot] 16ee423be0
Add new kubernetes version (#2542)
Some checks are pending
CI / Build (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2025-04-24 14:54:06 +08:00
YunShiHang 63d81438f5
fix: Fixed kubelet's cgroup configuration always using the default systemd (#2534)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: yunshihang <yunn2386@163.com>
2025-04-16 13:56:31 +08:00
YunShiHang 49e0c8c9e1
fix: Disabling ufw clears ipvs rules, and drop cache affects stability (#2525)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Signed-off-by: yunshihang <yunn2386@163.com>
Co-authored-by: yunshihang <yunshihang@163.com>
2025-04-14 16:34:28 +08:00
github-actions[bot] caa5fdceb6
Add new kubernetes version (#2515)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Co-authored-by: pixiake <22290449+pixiake@users.noreply.github.com>
2025-03-26 12:16:00 +08:00
pixiake 414231fe6f
Supported upgrade k8s to v1.32 (#2514)
Signed-off-by: pixiake <guofeng@yunify.com>
2025-03-26 10:24:05 +08:00
jojotong c33f87ce2e
fix: uncompleted skip-install-addons flag (#2501)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: jojotong <sunlintongshuai@gmail.com>
2025-03-12 08:57:23 +00:00
jojotong e03ba0abf2
Feat support config docker contaninerd data dir (#2500)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
* feat: split dataRoot to containerdDataDir and dockerDataDir

Signed-off-by: jojotong <sunlintongshuai@gmail.com>

* fix: config docker data dir when install harbor

Signed-off-by: jojotong <sunlintongshuai@gmail.com>

---------

Signed-off-by: jojotong <sunlintongshuai@gmail.com>
Co-authored-by: liujian <54946465+redscholar@users.noreply.github.com>
2025-02-26 07:17:10 +00:00
jojotong 897880f982
feat: support config registry data dir (#2499)
Signed-off-by: jojotong <sunlintongshuai@gmail.com>
Co-authored-by: liujian <54946465+redscholar@users.noreply.github.com>
2025-02-26 06:36:10 +00:00
jojotong b49d121656
feat(addon): add yaml values to render yaml files, like helm values (#2498)
Signed-off-by: jojotong <sunlintongshuai@gmail.com>
2025-02-26 06:26:10 +00:00
jojotong 3ae03fe28a
feat: add registry namespace rewrite policy (#2494)
* feat: add registry namespace rewrite policy

Signed-off-by: jojotong <sunlintongshuai@gmail.com>

* fix: NamespaceRewritePolicy add tag

Signed-off-by: jojotong <sunlintongshuai@gmail.com>

---------

Signed-off-by: jojotong <sunlintongshuai@gmail.com>
2025-02-26 06:22:11 +00:00
jojotong eefc756d47
fix: containerd config tls module (#2495)
Signed-off-by: jojotong <sunlintongshuai@gmail.com>
2025-02-26 06:09:10 +00:00
pixiake b3b4931b65
Refine IPv6 Supported (#2488)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: pixiake <guofeng@yunify.com>
2025-01-24 02:39:40 +00:00
allcontributors[bot] 344b996bb3
add endlesstravel as a contributor for code (#2491)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-24 02:31:40 +00:00
Yx 646930271f
add set env to en_US.UTF-8. make sure work with en language (#2489)
Signed-off-by: endlesstravel <yx33355555@163.com>
2025-01-24 10:30:55 +08:00
allcontributors[bot] c72820dda6
add LazyBusyYang as a contributor for code (#2490)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-24 02:28:40 +00:00
LazyBusyYang a51f4e1684
Refactor image pulling logic to support different pull commands (#2485)
- Updated the image pulling mechanism to conditionally format the pull command based on the command type (e.g., crictl).
- Improved code readability by reducing redundancy in command construction.

This change enhances flexibility in handling image pulls across different environments.

Signed-off-by: LazyBusyYang <gaoyang_cn@outlook.com>
2025-01-24 02:26:40 +00:00
pixiake 5f8c6cf8d5
support only etcd (#2487)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
(cherry picked from commit ea259db913)

Signed-off-by: pixiake <guofeng@yunify.com>
2025-01-14 14:12:29 +08:00
github-actions[bot] 22971d7397
Add new kubernetes version (#2476)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2024-12-18 03:10:36 +00:00
github-actions[bot] d7da905b6d
Add new kubernetes version (#2463)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2024-11-26 06:42:13 +00:00
github-actions[bot] 51e8a47301
Add new kubernetes version (#2461)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Co-authored-by: ks-ci-bot <47586280+ks-ci-bot@users.noreply.github.com>
2024-11-21 04:24:07 +00:00
allcontributors[bot] 3240b5f3b7
add xLexih as a contributor for doc (#2459)
* update README.md [skip ci]

* update CONTRIBUTORS.md [skip ci]

* update README_zh-CN.md [skip ci]

* update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-11-21 04:19:07 +00:00
os14 1a0360dab4
support changing root dir (#2407)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
2024-11-19 07:25:06 +00:00
liujian 58d5893d68
Update OWNERS 2024-11-19 15:20:42 +08:00
Lexih e3cfa8ab61
Update config-example.md (#2458) 2024-11-19 15:16:28 +08:00
pixiake ee1cf9b6d4
support upgrade kubernetes to v1.31 (#2440)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled
Signed-off-by: pixiake <guofeng@yunify.com>
2024-10-30 09:00:47 +00:00
github-actions[bot] f08bfe8457
Add new kubernetes version (#2439)
Co-authored-by: pixiake <22290449+pixiake@users.noreply.github.com>
2024-10-30 06:34:46 +00:00
pixiake e1941d0286
Update sync images command
Some checks are pending
CI / Build (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
2024-10-30 12:27:24 +08:00