From 89403bc4de67afaab3364f0683061fb9884d97e8 Mon Sep 17 00:00:00 2001 From: Eddie Torres Date: Tue, 17 Jan 2023 13:50:21 +0000 Subject: [PATCH] Remove compatibility matrix reference Signed-off-by: Eddie Torres --- docs/install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index c181fe823c..0def836cf7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -44,7 +44,6 @@ kubectl create secret generic aws-secret \ By default, the driver controller tolerates taint `CriticalAddonsOnly` and has `tolerationSeconds` configured as `300`; and the driver node tolerates all taints. If you don't want to deploy the driver node on all nodes, please set Helm `Value.node.tolerateAllTaints` to false before deployment. Add policies to `Value.node.tolerations` to configure customized toleration for nodes. #### Deploy driver -Please see the compatibility matrix before you deploy the driver To deploy the CSI driver: ```sh