摘要:
1.helm安装kubernetes-dashboard # Add kubernetes-dashboard repository helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/ # Deploy 阅读全文
摘要:
1.配置k3s kubernetes config $ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config $ chown $USER ~/.kube/config 2.安装ingress 配置ingress helm仓库 $ helm repo add ingr 阅读全文
摘要:
安装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 helm使用语 阅读全文
摘要:
1.更新系统源 apt update 2.更新系统版本 apt upgrade 3.设置主机名 hostnamectl set-hostname master.k3s.lab hostnamectl set-hostname node01.k3s.lab hostnamectl set-hostna 阅读全文