最小化安装后显示成功,但是 default-http-backend未安装成功
在安装后启用应用商店:
**定制资源定义**,在搜索栏中输入 `clusterconfiguration`点击 `ks-installer` 右侧的 三点,选择**编辑 YAML**
1.
$$
openpitrix:
store:
enabled: true # 将“false”更改为“true”。
$$
点击保存
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f
查看执行过程
卡在了
TASK [common : KubeSphere | Creating manifests] ********************************
changed: [localhost] => (item={'name': 'custom-values-minio', 'file': 'custom-values-minio.yaml'})
TASK [common : KubeSphere | Checking minio] ************************************
changed: [localhost]
TASK [common : KubeSphere | Deploying minio] ***********************************
操作系统信息
甲骨文云,Ubuntu 20.04 arm系统,配置4C24G200G
Linux version 5.15.0-1029-oracle (buildd@bos01-arm64-023) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #35~20.04.1-Ubuntu SMP Wed Jan 25 10:16:03 UTC 2023
Kubernetes版本信息
将 kubectl version
命令执行结果贴在下方
kubernetes v1.22.12和kubesphere v3.4.0
Client Version: version.Info{Major:“1”, Minor:“22”, GitVersion:“v1.22.12”, GitCommit:“b058e1760c79f46a834ba59bd7a3486ecf28237d”, GitTreeState:“clean”, BuildDate:“2022-07-13T14:59:18Z”, GoVersion:“go1.16.15”, Compiler:“gc”, Platform:“linux/arm64”}
容器运行时
将 docker version
/ crictl version
/ nerdctl version
结果贴在下方
root@k8s-master:/home# docker version
Client: Docker Engine - Community
Version: 20.10.23
API version: 1.41
Go version: go1.18.10
Git commit: 7155243
Built: Thu Jan 19 17:32:52 2023
OS/Arch: linux/arm64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.23
API version: 1.41 (minimum version 1.12)
Go version: go1.18.10
Git commit: 6051f14
Built: Thu Jan 19 17:31:11 2023
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.6.18
GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640
runc:
Version: 1.1.4
GitCommit: v1.1.4-0-g5fd4c4d
docker-init:
Version: 0.19.0
GitCommit: de40ad0
root@k8s-master:/home# crictl -version
crictl version v1.26.0
系统配置4C24G200G
最小化安装
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.0
+————+——+——+———+———-+——-+——-+———+———–+——–+———-+————+————+————-+——————+————–+
| name | sudo | curl | openssl | ebtables | socat | ipset | ipvsadm | conntrack | chrony | docker | containerd | nfs client | ceph client | glusterfs client | time |
+————+——+——+———+———-+——-+——-+———+———–+——–+———-+————+————+————-+——————+————–+
| k8s-master | y | y | y | y | y | y | y | y | | 20.10.23 | 1.6.18 | y | | | UTC 03:36:39 |
+————+——+——+———+———-+——-+——-+———+———–+——–+———-+————+————+————-+——————+————–+
安装成功
#####################################################
### Welcome to KubeSphere! ###
#####################################################
Console: http://10.0.0.22:30880
Account: admin
Password: P@88w0rd
NOTES:
1. After you log into the console, please check the
monitoring status of service components in
"Cluster Management". If any service is not
ready, please wait patiently until all components
are up and running.
2. Please change the default password after login.
#####################################################
https://kubesphere.io 2023-10-25 03:53:39
#####################################################
03:53:42 UTC success: [k8s-master]
03:53:42 UTC Pipeline[CreateClusterPipeline] execute successfully
Installation is complete.
Please check the result using the command:
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f