This commit is contained in:
Stefan Prodan
2018-02-19 02:09:41 +02:00
parent aac387f280
commit 2e1dd333c3
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Deploy and upgrade guide
![OpenFaaS](diagrams/deploy.png)
![Deploy](diagrams/deploy.png)
### Setup Helm
+1 -1
View File
@@ -1,6 +1,6 @@
# Auto-scaling guide
![OpenFaaS](diagrams/auto-scaling.png)
![HPA](diagrams/auto-scaling.png)
### Deploy Frontend and Backend services
+3 -1
View File
@@ -2,6 +2,8 @@
Running StatefulSet with with local persistent volumes for bare-metal Kubernetes 1.9 clusters.
![StatefulSets](diagrams/statefulset.png)
### Cluster provisioning
I'm assuming you have three hosts:
@@ -43,7 +45,7 @@ Add the `role` label to the worker nodes:
```bash
kubectl --kubeconfig ./admin.conf label nodes kube-node-0 role=local-ssd
kubectl --kubeconfig ./admin.conf label nodes kube-node-0 role=local-ssd
kubectl --kubeconfig ./admin.conf label nodes kube-node-1 role=local-ssd
```
### Persistent volumes provisioning
Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB