Fixing openebs & metrics-server
This commit is contained in:
parent
7c58f05739
commit
1366298b0a
|
|
@ -108,10 +108,12 @@ done
|
||||||
|
|
||||||
## openebs
|
## 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
|
```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
|
## networking with calico
|
||||||
|
|
@ -159,7 +161,7 @@ EOF
|
||||||
## metrics-server
|
## metrics-server
|
||||||
|
|
||||||
```sh
|
```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
|
## rstudio
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
args:
|
||||||
|
- "--v=2"
|
||||||
|
- "--kubelet-insecure-tls"
|
||||||
|
- "--kubelet-preferred-address-types=InternalIP"
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
|
||||||
analytics:
|
analytics:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
ndmOperator:
|
||||||
|
enabled: false
|
||||||
|
ndm:
|
||||||
|
enabled: false
|
||||||
|
snapshotOperator:
|
||||||
|
enabled: false
|
||||||
Loading…
Reference in New Issue