From 8cd5be9cf8f5d300eec0ad9fff2fa205163009c1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 4 Aug 2017 14:54:01 -0500 Subject: [PATCH] Remove snapshot text from "No PVs" section Signed-off-by: Andrew Williams --- docs/cloud-provider-specifics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-provider-specifics.md b/docs/cloud-provider-specifics.md index 781e8b914..0a994596c 100644 --- a/docs/cloud-provider-specifics.md +++ b/docs/cloud-provider-specifics.md @@ -290,7 +290,7 @@ Start the sample nginx app: ``` kubectl apply -f examples/nginx-app/base.yaml ``` -Now create a backup with PV snapshotting: +Now create a backup: ``` ark backup create nginx-backup --selector app=nginx ```