aboutsummaryrefslogtreecommitdiff
path: root/k8s
diff options
context:
space:
mode:
authorMarc MAURICE <mmaurice@clever-age.com>2025-01-23 15:16:03 +0100
committerGitHub <noreply@github.com>2025-01-23 06:16:03 -0800
commit95357df8dda57baba53b15dad6efcb6be9a2c123 (patch)
treef0cca59517c5e1004a3ae1b9dc44c40ad59ddcaf /k8s
parent4fe1248aa8d8b3425fd543325e8d4a30d193657e (diff)
downloadseaweedfs-95357df8dda57baba53b15dad6efcb6be9a2c123.tar.xz
seaweedfs-95357df8dda57baba53b15dad6efcb6be9a2c123.zip
Update README.md - space for label creation (#6471)
Diffstat (limited to 'k8s')
-rw-r--r--k8s/charts/seaweedfs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/README.md b/k8s/charts/seaweedfs/README.md
index 41707ba8f..70a1bedbb 100644
--- a/k8s/charts/seaweedfs/README.md
+++ b/k8s/charts/seaweedfs/README.md
@@ -57,7 +57,7 @@ Here is an example:
to label a node to be able to run all pod types in k8s:
```
-kubectl label node YOUR_NODE_NAME sw-volume=true,sw-backend=true
+kubectl label node YOUR_NODE_NAME sw-volume=true sw-backend=true
```
on production k8s deployment you will want each pod to have a different host,