Adding metrics server manually
This commit is contained in:
parent
9e984d6588
commit
7c58f05739
|
|
@ -2,7 +2,7 @@
|
||||||
# ## different ip than the default iface
|
# ## 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.
|
# ## 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]
|
[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
|
#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
|
#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
|
# node1 ansible_host=95.54.0.12 # ip=10.3.0.1 etcd_member_name=etcd1
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,12 @@ EOF
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## metrics-server
|
||||||
|
|
||||||
|
```sh
|
||||||
|
helm upgrade --install metrics-server -n kube-system stable/metrics-server
|
||||||
|
```
|
||||||
|
|
||||||
## rstudio
|
## rstudio
|
||||||
|
|
||||||
Currently only for one user:
|
Currently only for one user:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue