Browse Source

Update README.md

pull/1790/head
Chris Lu 4 years ago
parent
commit
a6e8d606b4
  1. 5
      k8s/README.md

5
k8s/README.md

@ -12,9 +12,12 @@ with ENV.
### current instances config (AIO): ### current instances config (AIO):
1 instance for each type (master/filer/volume/s3) 1 instance for each type (master/filer/volume/s3)
instances need node labels:
To avoid multiple volume servers on the same node, apply these node labels:
* sw-volume: true (for volume instance, specific tag) * sw-volume: true (for volume instance, specific tag)
* sw-backend: true (for all others, as they less resource demanding) * sw-backend: true (for all others, as they less resource demanding)
```
kubectl label node YOUR_NODE_NAME sw-volume=true,sw-backend=true
```
you can update the replicas count for each node type in values.yaml, you can update the replicas count for each node type in values.yaml,
need to add more nodes with the corresponding label. need to add more nodes with the corresponding label.

Loading…
Cancel
Save