请问该怎么处理呢?

[root@k8s-node1 ~]# kubectl get sc
NAME                         PROVISIONER                                                RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
openebs-device               openebs.io/local                                           Delete          WaitForFirstConsumer   false                  19h
openebs-hostpath (default)   openebs.io/local                                           Delete          WaitForFirstConsumer   false                  19h
openebs-jiva-default         openebs.io/provisioner-iscsi                               Delete          Immediate              false                  19h
openebs-snapshot-promoter    volumesnapshot.external-storage.k8s.io/snapshot-promoter   Delete          Immediate              false                  19h
[root@k8s-node1 ~]# kubectl get pods --all-namespaces
NAMESPACE           NAME                                           READY   STATUS    RESTARTS   AGE
kube-system         coredns-7f9c544f75-277zv                       1/1     Running   2          28h
kube-system         coredns-7f9c544f75-wfpj6                       1/1     Running   2          28h
kube-system         etcd-k8s-node1                                 1/1     Running   2          28h
kube-system         kube-apiserver-k8s-node1                       1/1     Running   2          28h
kube-system         kube-controller-manager-k8s-node1              1/1     Running   2          28h
kube-system         kube-flannel-ds-amd64-4z6fd                    1/1     Running   2          23h
kube-system         kube-flannel-ds-amd64-brmsp                    1/1     Running   1          20h
kube-system         kube-flannel-ds-amd64-pbxnp                    1/1     Running   1          20h
kube-system         kube-proxy-94t7t                               1/1     Running   2          28h
kube-system         kube-proxy-rj82b                               1/1     Running   1          20h
kube-system         kube-proxy-shh7k                               1/1     Running   1          20h
kube-system         kube-scheduler-k8s-node1                       1/1     Running   2          28h
kube-system         tiller-deploy-6997657f6-pscq7                  1/1     Running   1          20h
kubesphere-system   ks-installer-76b9558dd6-ttqkt                  1/1     Running   1          20h
openebs             maya-apiserver-7f664b95bb-4k8sj                1/1     Running   1          19h
openebs             openebs-admission-server-889d78f96-q6lcw       1/1     Running   1          19h
openebs             openebs-localpv-provisioner-67bddc8568-wnmc7   1/1     Running   1          19h
openebs             openebs-ndm-2ctlf                              1/1     Running   1          19h
openebs             openebs-ndm-4szdq                              1/1     Running   1          19h
openebs             openebs-ndm-kldc2                              1/1     Running   1          19h
openebs             openebs-ndm-operator-5db67cd5bb-gztk4          1/1     Running   1          19h
openebs             openebs-provisioner-c68bfd6d4-lst9w            1/1     Running   1          19h
openebs             openebs-snapshot-operator-7ffd685677-q9j5x     2/2     Running   2          19h
[root@k8s-node1 ~]# kubectl apply -f kubesphere-installer.yaml
customresourcedefinition.apiextensions.k8s.io/clusterconfigurations.installer.kubesphere.io unchanged
namespace/kubesphere-system unchanged
serviceaccount/ks-installer unchanged
clusterrole.rbac.authorization.k8s.io/ks-installer unchanged
clusterrolebinding.rbac.authorization.k8s.io/ks-installer unchanged
deployment.apps/ks-installer unchanged
[root@k8s-node1 ~]# kubectl delete pod ks-installer-76b9558dd6-ttqkt -n kubesphere-system
pod "ks-installer-76b9558dd6-ttqkt" deleted
[root@k8s-node1 ~]# kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
Error from server (BadRequest): container "installer" in pod "ks-installer-76b9558dd6-wtqbv" is waiting to start: ContainerCreating
[root@k8s-node1 ~]# kubectl get pods --all-namespaces
NAMESPACE           NAME                                           READY   STATUS    RESTARTS   AGE
kube-system         coredns-7f9c544f75-277zv                       1/1     Running   2          28h
kube-system         coredns-7f9c544f75-wfpj6                       1/1     Running   2          28h
kube-system         etcd-k8s-node1                                 1/1     Running   2          28h
kube-system         kube-apiserver-k8s-node1                       1/1     Running   2          28h
kube-system         kube-controller-manager-k8s-node1              1/1     Running   2          28h
kube-system         kube-flannel-ds-amd64-4z6fd                    1/1     Running   2          23h
kube-system         kube-flannel-ds-amd64-brmsp                    1/1     Running   1          20h
kube-system         kube-flannel-ds-amd64-pbxnp                    1/1     Running   1          20h
kube-system         kube-proxy-94t7t                               1/1     Running   2          28h
kube-system         kube-proxy-rj82b                               1/1     Running   1          20h
kube-system         kube-proxy-shh7k                               1/1     Running   1          20h
kube-system         kube-scheduler-k8s-node1                       1/1     Running   2          28h
kube-system         tiller-deploy-6997657f6-pscq7                  1/1     Running   1          20h
kubesphere-system   ks-installer-76b9558dd6-wtqbv                  1/1     Running   0          29s
openebs             maya-apiserver-7f664b95bb-4k8sj                1/1     Running   1          19h
openebs             openebs-admission-server-889d78f96-q6lcw       1/1     Running   1          19h
openebs             openebs-localpv-provisioner-67bddc8568-wnmc7   1/1     Running   1          19h
openebs             openebs-ndm-2ctlf                              1/1     Running   1          19h
openebs             openebs-ndm-4szdq                              1/1     Running   1          19h
openebs             openebs-ndm-kldc2                              1/1     Running   1          19h
openebs             openebs-ndm-operator-5db67cd5bb-gztk4          1/1     Running   1          19h
openebs             openebs-provisioner-c68bfd6d4-lst9w            1/1     Running   1          19h
openebs             openebs-snapshot-operator-7ffd685677-q9j5x     2/2     Running   2          19h
[root@k8s-node1 ~]# kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
2021-08-12T05:48:29Z INFO     : shell-operator latest
2021-08-12T05:48:29Z INFO     : Use temporary dir: /tmp/shell-operator
2021-08-12T05:48:29Z INFO     : Initialize hooks manager ...
2021-08-12T05:48:29Z INFO     : Search and load hooks ...
2021-08-12T05:48:29Z INFO     : Load hook config from '/hooks/kubesphere/installRunner.py'
2021-08-12T05:48:29Z INFO     : HTTP SERVER Listening on 0.0.0.0:9115
2021-08-12T05:48:29Z INFO     : Load hook config from '/hooks/kubesphere/schedule.sh'
2021-08-12T05:48:29Z INFO     : Initializing schedule manager ...
2021-08-12T05:48:29Z INFO     : KUBE Init Kubernetes client
2021-08-12T05:48:29Z INFO     : KUBE-INIT Kubernetes client is configured successfully
2021-08-12T05:48:29Z INFO     : MAIN: run main loop
2021-08-12T05:48:29Z INFO     : MAIN: add onStartup tasks
2021-08-12T05:48:29Z INFO     : Running schedule manager ...
2021-08-12T05:48:29Z INFO     : QUEUE add all HookRun@OnStartup
2021-08-12T05:48:29Z INFO     : MSTOR Create new metric shell_operator_live_ticks
2021-08-12T05:48:29Z INFO     : MSTOR Create new metric shell_operator_tasks_queue_length
2021-08-12T05:48:29Z INFO     : GVR for kind 'ClusterConfiguration' is installer.kubesphere.io/v1alpha1, Resource=clusterconfigurations
^C
[root@k8s-node1 ~]# kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
2021-08-12T05:48:29Z INFO     : shell-operator latest
2021-08-12T05:48:29Z INFO     : Use temporary dir: /tmp/shell-operator
2021-08-12T05:48:29Z INFO     : Initialize hooks manager ...
2021-08-12T05:48:29Z INFO     : Search and load hooks ...
2021-08-12T05:48:29Z INFO     : Load hook config from '/hooks/kubesphere/installRunner.py'
2021-08-12T05:48:29Z INFO     : HTTP SERVER Listening on 0.0.0.0:9115
2021-08-12T05:48:29Z INFO     : Load hook config from '/hooks/kubesphere/schedule.sh'
2021-08-12T05:48:29Z INFO     : Initializing schedule manager ...
2021-08-12T05:48:29Z INFO     : KUBE Init Kubernetes client
2021-08-12T05:48:29Z INFO     : KUBE-INIT Kubernetes client is configured successfully
2021-08-12T05:48:29Z INFO     : MAIN: run main loop
2021-08-12T05:48:29Z INFO     : MAIN: add onStartup tasks
2021-08-12T05:48:29Z INFO     : Running schedule manager ...
2021-08-12T05:48:29Z INFO     : QUEUE add all HookRun@OnStartup
2021-08-12T05:48:29Z INFO     : MSTOR Create new metric shell_operator_live_ticks
2021-08-12T05:48:29Z INFO     : MSTOR Create new metric shell_operator_tasks_queue_length
2021-08-12T05:48:29Z INFO     : GVR for kind 'ClusterConfiguration' is installer.kubesphere.io/v1alpha1, Resource=clusterconfigurations
    7 天 后