kubesphere / kubesphere/website

在华为云CCE上无法启用devops以及其他组件,如何离线安装这些组件呢

Open
#2,838 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
SCSS
Stars
97
Forks
418
PR merge metrics
No merged PRs in 30d

Description

从log里看不出什么有效信息。感觉像是块存储的问题,导致minio卡住了,后面的组件都没有继续下去了,包括日志组件也是一样卡住在下面的日志输出地方。
devops和logging的namespace里都是空的,没有任何k8s对象。

```shell
TASK [common : debug] **********************************************************
ok: [localhost] => {
"msg": [
"1. check the storage configuration and storage server",
"2. make sure the DNS address in /etc/resolv.conf is available",
"3. execute 'kubectl logs -n kubesphere-system -l job-name=minio-make-bucket-job' to watch logs",
"4. execute 'helm -n kubesphere-system uninstall ks-minio && kubectl -n kubesphere-system delete job minio-make-bucket-job'",
"5. Restart the installer pod in kubesphere-system namespace"
]
}

TASK [common : fail] ***********************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "It is suggested to refer to the above methods for troubleshooting problems ."}

PLAY RECAP *********************************************************************
localhost : ok=34 changed=26 unreachable=0 failed=1 skipped=76 rescued=0 ignored=0

```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the provided installer output and inspect the kubesphere-system MinIO job logs, storage configuration, and DNS availability. The issue is resolved when the offline installation path or the storage-related failure is identified and the devops and logging namespaces contain their expected Kubernetes objects.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.