From 95357df8dda57baba53b15dad6efcb6be9a2c123 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Thu, 23 Jan 2025 15:16:03 +0100 Subject: [PATCH] Update README.md - space for label creation (#6471) --- k8s/charts/seaweedfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,