From c999393bf8958fd358b6ee9aa0c9979facf5f557 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 12 Sep 2019 23:20:33 -0700 Subject: [PATCH] Update window storage driver list with EBS (#16300) --- .../windows/intro-windows-in-kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md b/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md index bfb91f3a87..ca94c81abe 100644 --- a/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md +++ b/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md @@ -109,6 +109,7 @@ Kubernetes [volumes](/docs/concepts/storage/volumes/) enable complex application ##### In-tree Volume Plugins Code associated with in-tree volume plugins ship as part of the core Kubernetes code base. Deployment of in-tree volume plugins do not require installation of additional scripts or deployment of separate containerized plugin components. These plugins can handle: provisioning/de-provisioning and resizing of volumes in the storage backend, attaching/detaching of volumes to/from a Kubernetes node and mounting/dismounting a volume to/from individual containers in a pod. The following in-tree plugins support Windows nodes: +* [awsElasticBlockStore](/docs/concepts/storage/volumes/#awselasticblockstore) * [azureDisk](/docs/concepts/storage/volumes/#azuredisk) * [azureFile](/docs/concepts/storage/volumes/#azurefile) * [gcePersistentDisk](/docs/concepts/storage/volumes/#gcepersistentdisk)