From b145af7d485b0dda7b7acf6a30d702a5a3eb66cb Mon Sep 17 00:00:00 2001 From: Tanveer Alam Date: Tue, 26 Nov 2019 04:45:10 +0000 Subject: [PATCH] Reference link added for Flex and CSI volume (#17735) * Refernce link added for Flex and CSI volume Added reference link of Flex and CSI volume under `Components of the CCM` section. * Update content/en/docs/concepts/architecture/cloud-controller.md Co-Authored-By: Tim Bannister --- content/en/docs/concepts/architecture/cloud-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/cloud-controller.md b/content/en/docs/concepts/architecture/cloud-controller.md index 6536dc6772..e173909934 100644 --- a/content/en/docs/concepts/architecture/cloud-controller.md +++ b/content/en/docs/concepts/architecture/cloud-controller.md @@ -52,7 +52,7 @@ In version 1.9, the CCM runs the following controllers from the preceding list: Volume controller was deliberately chosen to not be a part of CCM. Due to the complexity involved and due to the existing efforts to abstract away vendor specific volume logic, it was decided that volume controller will not be moved to CCM. {{< /note >}} -The original plan to support volumes using CCM was to use Flex volumes to support pluggable volumes. However, a competing effort known as CSI is being planned to replace Flex. +The original plan to support volumes using CCM was to use [Flex](/docs/concepts/storage/volumes/#flexVolume) volumes to support pluggable volumes. However, a competing effort known as [CSI](/docs/concepts/storage/volumes/#csi) is being planned to replace Flex. Considering these dynamics, we decided to have an intermediate stop gap measure until CSI becomes ready.