Skip to content

Commit

Permalink
Another review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafrane committed Mar 15, 2019
1 parent d352285 commit ce2361d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ Various external-provisioner releases come with different alpha / beta features.

Following table reflects the head of this branch.

| Feature | Status | Description |
| -------- | ------ | ------------------------------------------------------------------------------------------ |
| Topology | Beta | [Topology aware dynamic provisioning](https://kubernetes-csi.github.io/docs/topology.html) |
| Feature | Status | Default | Min. K8s version | Description |
| -------- | ------ | ------- | ---------------- | ------------------------------------------------------------------------------------------ |
| Topology | Beta | Off | 1.14 | [Topology aware dynamic provisioning](https://kubernetes-csi.github.io/docs/topology.html) |

All other external-provisioner features and the external-provisioner itself is considered GA and fully supported.

## Usage

Expand Down Expand Up @@ -57,7 +59,7 @@ Note that the external-provisioner does not scale with more replicas. Only one e

* `--deletion-retry-count <num>`: Sets number of retries of failed deletion of a single volume. The external-provisioner will give up deletion of the volume after given number of retries. It should be used only with special CSI drivers whose deletion of volumes is extremely slow (e.g. hours or days) or expensive so the external-provisioner does not waste resources. Set to `0` to retry forever (which is also the default value).

* `--feature-gates <gates>`: Enables or disables alpha (disabled by default) or beta features (enabled by default). See [list of features](#feature-status) or `--help` output for list of recognized features.
* `--feature-gates <gates>`: A set of comma separated `<feature-name>=<true|false>` pairs that describe feature gates for alpha/experimental features. See [list of features](#feature-status) or `--help` output for list of recognized features. Example: `--feature-gates Topology=true`.

* `--kubeconfig <path>`: Path to Kubernetes client configuration that the external-provisioner uses to connect to Kubernetes API server. When omitted, default token provided by Kubernetes will be used. This option is useful only when the external-provisioner does not run as a Kubernetes pod, e.g. for debugging. Either this or `--master` needs to be set if the external-provisioner is being run out of cluster.

Expand Down

0 comments on commit ce2361d

Please sign in to comment.