From 9dfedfd3171a23f8471900bb3f79a359b639ac8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 9 Feb 2019 14:57:12 +0100 Subject: [PATCH] ReadWriteOnce cannot scale the backend This kind of voume access apparently does not scale on a multi node setup. Last time I tried, it worked, but last time was on just one node. So I assume that's why I see the following error: ``` Multi-attach error for volume XY volume is already used by pod XZ ``` --- human-connection/deployment-backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/human-connection/deployment-backend.yaml b/human-connection/deployment-backend.yaml index 00e08f1e7..8f8c6bf51 100644 --- a/human-connection/deployment-backend.yaml +++ b/human-connection/deployment-backend.yaml @@ -5,7 +5,7 @@ name: nitro-backend namespace: human-connection spec: - replicas: 2 + replicas: 1 minReadySeconds: 15 progressDeadlineSeconds: 60 selector: