使用 kubeadm 安裝部署 kubernetes 1.9-部署heapster插件
阿新 • • 發佈:2018-08-22
master aml con inf uber kubectl net raw 重新
1.先到外網下載好鏡像倒進各個節點
2.下載yaml文件和創建應用
mkdir -p ~/k8s/heapster cd ~/k8s/heapster
wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/grafana.yaml
wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/rbac/heapster-rbac.yaml
wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/heapster.yaml
wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/influxdb.yaml kubectl create -f ./
3.重新登錄dashboard可以看到相關監控
使用 kubeadm 安裝部署 kubernetes 1.9-部署heapster插件