From ec7c04df2c34a14ee28e646490d85d30d37760d2 Mon Sep 17 00:00:00 2001 From: Carlisia Date: Mon, 3 Feb 2020 14:28:02 -0800 Subject: [PATCH] Better instructions Signed-off-by: Carlisia --- site/docs/master/namespace.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/docs/master/namespace.md b/site/docs/master/namespace.md index b6f17a5e4..5f9d06211 100644 --- a/site/docs/master/namespace.md +++ b/site/docs/master/namespace.md @@ -4,11 +4,7 @@ The Velero installation and backups by default are run in the `velero` namespace ### 1) Customize the namespace on the cluster -During [the Velero installation][0], use the `--namespace` flag to inform Velero where to run. - -```bash -velero install --bucket --provider --namespace -``` +Use the `--namespace` flag, in conjunction with the other flags in the `velero install` command (as shown in the [the Velero install instructions][0]). This will inform Velero where to run. ### 2) Customize the namespace for operational commands