Skip to content

Commit

Permalink
Merge pull request #65 from timoreimann/omit-extranous-dash-with-csi-…
Browse files Browse the repository at this point in the history
…timeout-parameter

Omit extranous dash with CSI timeout parameter
  • Loading branch information
msau42 authored Dec 9, 2019
2 parents 93cdb2e + cd6daf1 commit b17c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Note that the external-resizer does not scale with more replicas. Only one exter

* `--leader-election-namespace`: Namespace where the leader election resource lives. Defaults to the pod namespace if not set.

* `---csiTimeout <duration>`: Timeout of all calls to CSI driver. It should be set to value that accommodates majority of `ControllerExpandVolume` calls. 15 seconds is used by default.
* `--csiTimeout <duration>`: Timeout of all calls to CSI driver. It should be set to value that accommodates majority of `ControllerExpandVolume` calls. 15 seconds is used by default.

* `--workers <num>`: Number of simultaneously running `ControllerExpandVolume` operations. Default value is `10`.

Expand Down

0 comments on commit b17c84a

Please sign in to comment.