From ce1e25767be011c959a7f06cf8432435894b5c1d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 30 Oct 2020 07:24:32 +0000 Subject: [PATCH] Update docs for kubevault/csi-driver@a16bf77f Signed-off-by: 1gtm <1gtm@appscode.com> --- docs/reference/csi-driver/csi-vault_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/csi-driver/csi-vault_run.md b/docs/reference/csi-driver/csi-vault_run.md index 969fdee6..ada80ba5 100644 --- a/docs/reference/csi-driver/csi-vault_run.md +++ b/docs/reference/csi-driver/csi-vault_run.md @@ -41,7 +41,7 @@ csi-vault run [flags] -h, --help help for run --http2-max-streams-per-connection int The limit that the server gives to clients for the maximum number of streams in an HTTP/2 connection. Zero means to use golang's default. (default 1000) --kubeconfig string kubeconfig file pointing at the 'core' kubernetes server. - --node string Hostname (default "fv-az50") + --node string Hostname (default "fv-az59-194") --probe-timeout duration Probe timeout in seconds (default 1s) --profiling Enable profiling via web interface host:port/debug/pprof/ (default true) --qps float The maximum QPS to the master from this client (default 100)