操作系统信息
虚拟机 Centos7 4C/4G
Kubernetes版本信息
将 kubectl version
命令执行结果贴在下方
Client Version: version.Info{Major:“1”, Minor:“20”, GitVersion:“v1.20.0”, GitCommit:“af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38”, GitTreeState:“clean”, BuildDate:“2020-12-08T17:59:43Z”, GoVersion:“go1.15.5”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“20”, GitVersion:“v1.20.0”, GitCommit:“af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38”, GitTreeState:“clean”, BuildDate:“2020-12-08T17:51:19Z”, GoVersion:“go1.15.5”, Compiler:“gc”, Platform:“linux/amd64”}
容器运行时
将 docker version
/ crictl version
/ nerdctl version
结果贴在下方
docker Version:20.10.8
KubeSphere版本信息
**KubeSphere version:**v3.2.0
安装方式:离线安装
在已有K8s上安装
问题是什么
离线安装时执行“kubectl apply -f cluster-configuration.yaml”命令后无响应 @Cauchy 大佬麻烦看下
2021-12-02T14:09:29+08:00 INFO : shell-operator latest
2021-12-02T14:09:29+08:00 INFO : HTTP SERVER Listening on 0.0.0.0:9115
2021-12-02T14:09:29+08:00 INFO : Use temporary dir: /tmp/shell-operator
2021-12-02T14:09:29+08:00 INFO : Initialize hooks manager …
2021-12-02T14:09:29+08:00 INFO : Search and load hooks …
2021-12-02T14:09:29+08:00 INFO : Load hook config from ‘/hooks/kubesphere/installRunner.py’
2021-12-02T14:09:30+08:00 INFO : Load hook config from ‘/hooks/kubesphere/schedule.sh’
2021-12-02T14:09:30+08:00 INFO : Initializing schedule manager …
2021-12-02T14:09:30+08:00 INFO : KUBE Init Kubernetes client
2021-12-02T14:09:30+08:00 INFO : KUBE-INIT Kubernetes client is configured successfully
2021-12-02T14:09:30+08:00 INFO : MAIN: run main loop
2021-12-02T14:09:30+08:00 INFO : MAIN: add onStartup tasks
2021-12-02T14:09:30+08:00 INFO : Running schedule manager …
2021-12-02T14:09:30+08:00 INFO : MSTOR Create new metric shell_operator_tasks_queue_length
2021-12-02T14:09:30+08:00 INFO : MSTOR Create new metric shell_operator_live_ticks
2021-12-02T14:09:30+08:00 INFO : QUEUE add all HookRun@OnStartup
2021-12-02T14:09:30+08:00 INFO : GVR for kind ‘ClusterConfiguration’ is installer.kubesphere.io/v1alpha1, Resource=clusterconfigurations
2021-12-02T14:10:54+08:00 INFO : EVENT Kube event ‘2d6f0d99-6ab9-43a6-aee4-25b0ee5d624b’
2021-12-02T14:10:54+08:00 INFO : QUEUE add TASK_HOOK_RUN@KUBE_EVENTS kubesphere/installRunner.py
2021-12-02T14:10:54+08:00 INFO : TASK_RUN HookRun@KUBE_EVENTS kubesphere/installRunner.py
2021-12-02T14:10:54+08:00 INFO : Running hook ‘kubesphere/installRunner.py’ binding ‘KUBE_EVENTS’ …
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match ‘all’
截图如下:

