From 9923406e5b29b1624ac9068f1be7345a0a912f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Wed, 8 Nov 2023 14:11:17 +0100 Subject: [PATCH] Revert "csi: remove deprecated feature flag" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0b7273a337a7b2c2b621751ba54f98764e9cb134. The commit mistakenly assumes that the topology feature gate is generally available and enabled by default. While it is marked "GA", it's still not enabled by default (leading to the question on why it's marked GA then). Signed-off-by: Moritz Wanzenböck --- pkg/resources/cluster/csi/csi-controller-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/resources/cluster/csi/csi-controller-deployment.yaml b/pkg/resources/cluster/csi/csi-controller-deployment.yaml index 597dacd3..a2de66e2 100644 --- a/pkg/resources/cluster/csi/csi-controller-deployment.yaml +++ b/pkg/resources/cluster/csi/csi-controller-deployment.yaml @@ -107,6 +107,7 @@ spec: - '--csi-address=$(ADDRESS)' - '--timeout=1m' - '--default-fstype=ext4' + - '--feature-gates=Topology=true' - '--leader-election=true' - '--leader-election-namespace=$(NAMESPACE)' - '--enable-capacity'