Fixing openebs & metrics-server

This commit is contained in:
Moritz Graf 2020-09-12 11:55:29 +02:00
parent 7c58f05739
commit 1366298b0a
3 changed files with 16 additions and 3 deletions

View File

@ -108,10 +108,12 @@ done
## openebs
Formerly installed using the helm operator, may now be updated using the following command:
Update with the follwoing command. Chart can be found [here](https://github.com/openebs/charts/tree/master/charts/openebs).
```sh
helm upgrade --install -f openebs/openebs.yml --name openebs --namespace openebs stable/openebs
helm repo add openebs https://openebs.github.io/charts
helm repo update
helm upgrade --install -f openebs/openebs.yml openebs --namespace openebs openebs/openebs
```
## networking with calico
@ -159,7 +161,7 @@ EOF
## metrics-server
```sh
helm upgrade --install metrics-server -n kube-system stable/metrics-server
helm upgrade --install -f kube-system/metrics-server.yaml metrics-server -n kube-system stable/metrics-server
```
## rstudio

View File

@ -0,0 +1,4 @@
args:
- "--v=2"
- "--kubelet-insecure-tls"
- "--kubelet-preferred-address-types=InternalIP"

View File

@ -1,3 +1,10 @@
analytics:
enabled: false
ndmOperator:
enabled: false
ndm:
enabled: false
snapshotOperator:
enabled: false