From cca14222020d9105488a23e585def70b7f73aecc Mon Sep 17 00:00:00 2001 From: bells17 Date: Tue, 27 Aug 2019 11:58:10 +0900 Subject: [PATCH] Delete a duplicate word: "file storage storage systems" -> "file storage systems" --- book/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/introduction.md b/book/src/introduction.md index 0b4701ba..631f1e79 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -4,7 +4,7 @@ This site documents how to develop, deploy, and test a [Container Storage Interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) (CSI) driver on Kubernetes. -The [Container Storage Interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) (CSI) is a standard for exposing arbitrary block and file storage storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes. Using CSI third-party storage providers can write and deploy plugins exposing new storage systems in Kubernetes without ever having to touch the core Kubernetes code. +The [Container Storage Interface](https://github.com/container-storage-interface/spec/blob/master/spec.md) (CSI) is a standard for exposing arbitrary block and file storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes. Using CSI third-party storage providers can write and deploy plugins exposing new storage systems in Kubernetes without ever having to touch the core Kubernetes code. The target audience for this site is third-party developers interested in developing CSI drivers for Kubernetes.