From 5865204e72a60d484560895913b1502de48a7060 Mon Sep 17 00:00:00 2001 From: Carlisia Date: Mon, 10 Feb 2020 17:37:26 -0800 Subject: [PATCH] Small flag deprecation fix Signed-off-by: Carlisia --- design/cli-install-changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/design/cli-install-changes.md b/design/cli-install-changes.md index 08760cebe4..9e7dc1a6e5 100644 --- a/design/cli-install-changes.md +++ b/design/cli-install-changes.md @@ -217,6 +217,7 @@ Flags moved to... --backup-location-config mapStringString configuration to use for the backup storage location. Format is key1=value1,key2=value2 --bucket string name of the object storage bucket where backups should be stored --prefix string prefix under which all Velero data should be stored within the bucket. Optional. + --dry-run generate resources, but don't send them to the cluster. Use with -o. Optional. ``` ...`snapshot-location create` @@ -229,6 +230,7 @@ Flags moved to... --provider string provider name for backup and volume storage --no-secret flag indicating if a secret should be created. Must be used as confirmation if --secret-file is not provided. Optional. --secret-file string file containing credentials for backup and volume provider. If not specified, --no-secret must be used for confirmation. Optional. + --dry-run generate resources, but don't send them to the cluster. Use with -o. Optional. ``` ...`restic`