ks-installer icon indicating copy to clipboard operation
ks-installer copied to clipboard

Install KubeSphere on existing Kubernetes cluster

Results 174 ks-installer issues
Sort by recently updated
recently updated
newest added

**KubeSphere 版本 : v3.3.2** prom/prometheus:v2.34.0 问题描述:使用一段时间后,经常发现有节点卡死失去响应,导致节点失联。一旦发生这个情况,很快其它节点接着依次出现卡死失联。在找了相关的资料后终于定位到了是 负载 [prometheus-k8s](http://101.133.137.104:30880/clusters/default/projects/kubesphere-monitoring-system/statefulsets/prometheus-k8s) 的问题,尝试限制过 它的 资源使用也还是偶而出现问题,最终停止这个负载,问题不再出现了。 **附相关资料:** 间歇性 每隔一会就把所有节点打垮,节点变得未就绪,使其完全卡死,只能在阿里控制台强制重启才能恢复。 https://blog.csdn.net/u012922005/article/details/127167188 https://blog.csdn.net/lyf0327/article/details/105868234 prometheus TSDB写错误,所以重启会疯狂攫取CPU内存资源,最后也无法读取TSDB数据,最终把节点系统资源耗尽,影响别的服务。

[root@haiheng-151 ~]# kubectl apply -f cluster-configuration-new.yaml error: unable to recognize "cluster-configuration-new.yaml": no matches for kind "ClusterConfiguration" in version "installer.kubesphere.io/v1alpha1" 百度了一下,把alpha1删去还是报错 error: unable to recognize "cluster-configuration.yaml": no matches for kind "ClusterConfiguration"...

![image](https://github.com/kubesphere/ks-installer/assets/88270981/794f6449-ffc7-4dc8-99f0-a82b2c1be6be) 如下报了404错误 ![image](https://github.com/kubesphere/ks-installer/assets/88270981/ac309ded-5682-4c83-817f-a184f789879e) ![image](https://github.com/kubesphere/ks-installer/assets/88270981/55c5424c-1f27-4d8b-8f2b-d75046173b20) 请问我这个该如何排错呢?感想

v0.4.2 only supports amd64, v0.4.5 supports more types of CPUs, including am64, amd64, ppcle64, etc.

size/XS

V3.4.0版本 W1109 01:03:10.459969 1 client_config.go:617] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. I1109 01:03:10.460616 1 server.go:169] setting up manager I1109 01:03:10.502309 1 logr.go:249] controller-runtime/metrics...

**the problem description:** ====================================== ``` 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 Error from server: Get "https://10.0.0.3:10250/containerLogs/kubesphere-system/ks-installer-fcf648dcb-hrdmb/installer?follow=true": dial tcp 10.0.0.3:10250:...

`kubectl logs ks-apiserver-69c578c574-sjmd5 -n kubesphere-system` ``` I1024 13:39:01.284035 1 interface.go:50] start helm repo informer I1024 13:39:01.615615 1 apiserver.go:428] Start cache objects W1024 13:39:01.623048 1 apiserver.go:405] group version autoscaling/v2 not exists...

https://github.com/kubesphere/ks-installer/blob/d6a5e8da6b204ec72429f6f3857ad743e77b41d4/roles/metrics-server/templates/metrics-server.yaml.j2#L167 metrics-server nodeSelector 应该去掉。使用下面定义动态生成

各位大拿: 我在试验时,发现使用arm服务器时,devops安装脚本不支持arm,主要还是引用的镜像不支持arm,比如minio的镜像是: registry.cn-beijing.aliyuncs.com/kubesphereio/minio:RELEASE.2019-08-07T01-59-21Z 但这个版本不支持arm,需要使用: minio/minio:RELEASE.2020-11-25T22-36-25Z 这个版本才开始支持x86和arm 不知道什么时候可以将这些镜像更新一下。期待

![image](https://github.com/kubesphere/ks-installer/assets/35912159/11e8c36e-335b-4a61-ba2f-650390be9842)