liujian

Results 103 comments of liujian

The First Version UI Page # Main Page The main page is divided into two configuration types: **Resource Inventory** and **Task Workflow** # Resource Inventory The resource inventory currently includes...

# CAPKK ![image](https://github.com/user-attachments/assets/b62d9ed4-1966-494b-a1dd-fb7d82264925) Use pipeline to perform tasks

The KubeKey UI should provide a way to customize offline installation packages. One idea is to offer a visual interface where users can input relevant information, such as the GPU...

Done, there is the offline installation documentation: https://www.kubesphere.io/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/04-offline-installation/

will fix in 4.x https://github.com/kubesphere/kubekey/blob/dc8717479b564102adcc6758e3f7dae072a72179/builtin/core/roles/init/init-artifact/defaults/main.yaml#L8-L222 In version 4.x, you can redefine these values by either: 1. Using the command: ```shell kk create cluster --set artifact.artifact_url.etcd.amd64=xxx ``` 2. Or specifying them...

https://github.com/kubesphere/kubekey?tab=readme-ov-file#command 有没有设置`export KKZONE=cn`

得看etcd的日志,具体报啥错

maybe same as https://github.com/kubesphere/kubekey/issues/2449

This issue will be fixed in 4.x. The 4.x version provides this configuration: [Config Example](https://github.com/kubesphere/kubekey/blob/feature-gitops/builtin/core/defaults/config/v1.23.15.yaml). such as helm: https://github.com/kubesphere/kubekey/blob/e40c57fb9f09695ec7d57ded72f0f652415ba892/builtin/core/defaults/config/v1.23.15.yaml#L12 if set helm_version to empty, Helm will not be installed again.