摘要:
1. 安装helm $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 $ chmod 700 get_helm.sh $ ./get_helm.sh 2. 添 阅读全文
posted @ 2024-03-25 15:45
虾仁记得猪心
阅读(638)
评论(0)
推荐(0)
-- 拉取官方模版 wget https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml -- 打开模版 -- 将image换成阿里云镜像: image: registry.al 阅读全文
集群配置 节点名称内存硬盘处理器内核总数ip master 6GB 40GB 6 192.168.67.166 node1 6GB 40GB 6 192.168.67.167 node2 6GB 40GB 6 192.168.67.168 前期准备(搭建3台虚拟机) 此部分内容为后续补充,故3台虚拟 阅读全文