From 7c58f057392dd2fcf972b0459f0331b340d9a7bc Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Fri, 11 Sep 2020 18:32:58 +0200 Subject: [PATCH] Adding metrics server manually --- bootstrap/prod.ini | 2 +- k8s/README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bootstrap/prod.ini b/bootstrap/prod.ini index 284113f..0fd5875 100644 --- a/bootstrap/prod.ini +++ b/bootstrap/prod.ini @@ -2,7 +2,7 @@ # ## different ip than the default iface # ## We should set etcd_member_name for etcd cluster. The node that is not a etcd member do not need to set the value, or can set the empty string value. [all] -ns3032787.ip-91-121-84.eu ansible_host=91.121.84.190 etcd_member_name=etcd1 ansible_become=yes ansible_become_method=sudo ansible_python_interpreter=/usr/bin/python3 +ns3032787.ip-91-121-84.eu ansible_host=91.121.84.190 etcd_member_name=etcd1 ansible_become=yes ansible_become_method=sudo ansible_python_interpreter=/usr/bin/python3 metrics_server_enabled=false #ns3088070.ip-37-59-40.eu ansible_host=37.59.40.95 ansible_become=yes ansible_become_method=sudo ansible_python_interpreter=/usr/bin/python3 #ns3100058.ip-37-59-61.eu ansible_host=37.59.61.198 ansible_become=yes ansible_become_method=sudo ansible_python_interpreter=/usr/bin/python3 # node1 ansible_host=95.54.0.12 # ip=10.3.0.1 etcd_member_name=etcd1 diff --git a/k8s/README.md b/k8s/README.md index bb4a9b1..46df114 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -156,6 +156,12 @@ EOF ``` +## metrics-server + +```sh +helm upgrade --install metrics-server -n kube-system stable/metrics-server +``` + ## rstudio Currently only for one user: