grafana+promethues部署k8s集群监控
git:https://github.com/coreos/kube-prometheus/tree/release-0.4
sed -i "" 's/quay\.azk8s\.cn/quay\.io/g' ./manifests/*
kubectl create -f manifests/setup
until kubectl get servicemonitors --all-namespaces ; do date; sleep 1; echo ""; done
kubectl create -f manifests/

留言板
留言提交后需管理员审核通过才会显示