本文 紧接上一篇:详细教程 Centos8.5 基于 k8s v1.30.1 部署高可用集群 kubeadm 安装 kubernetes v1.30.1 docker集群搭建 延长证书有效期-优快云博客
1 Dashboard 从版本 7.0.0 开始,不再支持基于清单的安装。仅支持基于 Helm 的安装.
#Helm 下载安装
https://github.com/helm/helm/releases
wget https://get.helm.sh/helm-v3.15.0-linux-amd64.tar.gz
#解压
tar zxvf helm-v3.15.0-linux-amd64.tar.gz
#mv linux-amd64/helm /usr/bin/
#查看版本
[root@master11 soft]# helm version
version.BuildInfo{Version:"v3.15.0-rc.2", GitCommit:"c4e37b39dbb341cb3f716220df9f9d306d123a58", GitTreeState:"clean", GoVersion:"go1.22.3"}
#Tab 补全
vim /etc/profile
source <(helm completion bash)
source /etc/profile
2 安装Dashboard
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
#查看
[root@mast

最低0.47元/天 解锁文章
2354





