针对你遇到的问题“mountvolume.setup failed for volume "kubesphere-config" : configmap "kubesphere-config" not found”,我们可以按照以下步骤进行排查和解决: 确认kubesphere-config ConfigMap是否存在: 首先,我们需要检查Kubernetes集群中是否存在名为kubesphere-config的ConfigMap。可以使用以下命令进行查找: bash kubec...
: configmap "kubesphere-config" not found Warning FailedMount 76s kubelet, linux-master Unable to attach or mount volumes: unmounted volumes=[kubesphere-config], unattached volumes=[host-time kubesphere-token-kpq57 docker-sock ks-router-config kubesphere-config]: timed out waiting for the condition...
kubeadm config print init-defaults > init-config.yaml # 列出kubernetes需要pull的镜像 kubeadm config images list --config init-config.yaml # 可以根据配置文件统一拉取镜像:前提是能科学上网,否则还是手动下载镜像 kubeadm config images pull --config init-config.yaml 1. 2. 3. 4. 5. 6. 7. 8. ...
--- apiVersion: installer.kubesphere.io/v1alpha1 kind: ClusterConfiguration metadata: name: ks-installer namespace: kubesphere-system labels: version: v3.1.1 spec: persistence: storageClass: "" # If there is no default StorageClass in your cluster, you need to specify an existing StorageClass ...