mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
diagrams
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Deploy and upgrade guide
|
||||
|
||||

|
||||

|
||||
|
||||
### Setup Helm
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Auto-scaling guide
|
||||
|
||||

|
||||

|
||||
|
||||
### Deploy Frontend and Backend services
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
Running StatefulSet with with local persistent volumes for bare-metal Kubernetes 1.9 clusters.
|
||||
|
||||

|
||||
|
||||
### 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 |
Reference in New Issue
Block a user