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

This PR is part of https://github.com/kubesphere/kubesphere/pull/5080 Signed-off-by: Wenhao Zhou

size/XXL
needs-rebase

This is an automated cherry-pick of #2062

size/S
cla: yes
release-notes-none

how can i configure sonarqube ?some sonarqube config file in the lastest code .but i can't open it [ks-installer](https://github.com/kubesphere/ks-installer)/[roles](https://github.com/kubesphere/ks-installer/tree/master/roles)/[ks-devops](https://github.com/kubesphere/ks-installer/tree/master/roles/ks-devops)/tasks/

I'm trying to build kubesphere on s390x. Using documentation and some details from the following [guide ](https://github.com/kubesphere/ks-installer/blob/master/docs/DeveloperGuide.md) I finally built Dockerfile.complete.Now when apply kubesphere-insaller.yaml with the new Image I get...

error: error parsing /etc/kubernetes/addons/kubesphere.yaml: error converting YAML to JSON: yaml: line 15: mapping values are not allowed in this context: Process exited with status 1

我测试了一下 ks-installer v3.3.0 版本。之前我提交过一个 pr:https://github.com/kubesphere/ks-installer/pull/1981 ,今天测试的时候,已经能够正常运行了。然后在执行过程中,发现一个新的 bug(目前 kubesphere 是能够正常跑在 oracle arm 机器上了,也是我提交上次 pr 的同一台机器)。 新 bug 是这样的,default-http-backend 启动失败,在安装完之后,我打开 yaml 文件查看,找到位置: ```yaml spec: containers: - name: default-http-backend image: 'mirrorgooglecontainers/defaultbackend-amd64:1.4' ``` 当我改成:...

bash -x offline-installation-tool.sh -s -l images-list.txt -d ./kubesphere-images ```bash + echo 'Save images: istio-images to ./kubesphere-images/istio-images.tar.gz

please add support for intermediate CA certificates. the root CA must be kept safely,use the intermediate CA certificate to issue certificates for the end-users and clusters. it's been a long...