From 9770f9a63ea9926755ef8d3a2415aef64048beb6 Mon Sep 17 00:00:00 2001 From: Krunal Jain Date: Wed, 15 Aug 2018 16:58:20 -0700 Subject: [PATCH] Update README.md table --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e4502d0f..148aa9ea2 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ This plugin can be used beginning with Kubernetes v1.10.5 This version of the driver creates a new Cloud Filestore instance per volume. Customizable parameters for volume creation include: -| Parameter | Values | Default | Description | -| ------------------| ----------------------- |----------- | ----------- --------------------------------------------------------------------------------------------------------------------------- | -| tier | "standard"
"premium" | "standard" | storage performance tier | -| network | string | "default" | VPC name | -| location | string | zone where the plugin
is running in | zone | -| reserved-ipv4-cidr| string | "" | CIDR range to allocate Filestore IP Ranges from. The CIDR must be large enough to accommodate multiple Filestore IP Ranges of /29 each | +| Parameter | Values | Default | Description | +| --------------- | ----------------------- |----------- | ----------- | +| tier | "standard"
"premium" | "standard" | storage performance tier | +| network | string | "default" | VPC name | +| location | string | zone where the plugin
is running in | zone | +| reserved-ipv4-cidr| string | "" | CIDR range to allocate Filestore IP Ranges from.
The CIDR must be large enough to accommodate multiple Filestore IP Ranges of /29 each | For Kubernetes clusters, these parameters are specified in the StorageClass.