您的位置:首页 > 新闻 > 会展 > 深圳物流公司网站_免费的黄冈 投放平台有哪些_合肥网站制作公司_优化设计

深圳物流公司网站_免费的黄冈 投放平台有哪些_合肥网站制作公司_优化设计

2025/6/7 9:17:24 来源:https://blog.csdn.net/qq_43527128/article/details/143053799  浏览:    关键词:深圳物流公司网站_免费的黄冈 投放平台有哪些_合肥网站制作公司_优化设计
深圳物流公司网站_免费的黄冈 投放平台有哪些_合肥网站制作公司_优化设计

初始密码
Account: admin
Password: P@88w0rd

ansible部署 选一台master 节点

---
- hosts: k8s_mastersbecome: yestasks:- name: Install Gitpackage:name: gitstate: present- name: Download Helmget_url:url: https://get.helm.sh/helm-v3.16.2-linux-amd64.tar.gzdest: /tmp/helm-v3.16.2-linux-amd64.tar.gz- name: Extract Helmunarchive:src: /tmp/helm-v3.16.2-linux-amd64.tar.gzdest: /tmp/remote_src: yes- name: Move Helm to /usr/local/bincommand: mv /tmp/linux-amd64/helm /usr/local/bin/helm- name: Add KubeSphere Helm repocommand: /usr/local/bin/helm repo add kubesphere https://charts.kubesphere.io/main- name: Update Helm reposcommand: /usr/local/bin/helm repo update- name: Install KubeSpherecommand: /usr/local/bin/helm upgrade --install ks-core kubesphere/ks-core --namespace kubesphere-system --create-namespace# - name: Install KubeSphere#   command: /usr/local/bin/helm upgrade --install ks-core kubesphere/ks-core --namespace kubesphere-system --create-namespace --set persistence.enabled=false --set auth.adminPassword=123456- name: Verify installationcommand: kubectl get pods -n kubesphere-system

手动部署

[root@master220 ~]# curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash[root@master220 ~]# helm repo add kubesphere https://charts.kubesphere.io/main[root@master220 ~]# helm repo update[root@master220 ~]# helm upgrade --install ks-core kubesphere/ks-core --namespace kubesphere-system --create-namespace

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com