add --no-provision to `vagrant snapshot restore`

This commit is contained in:
Mark Burnett 2017-05-24 08:14:50 -05:00
parent d01897a820
commit 28763f7f27
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ watch kubectl --insecure-skip-tls-verify --kubeconfig <(sed 's/kubernetes:443/19
To test changes, you can safely reset single or multiple nodes: To test changes, you can safely reset single or multiple nodes:
```bash ```bash
vagrant snapshot resotre n2 clean vagrant snapshot resotre n2 clean --no-provision
vagrant snapshot restore clean vagrant snapshot restore clean --no-provision
``` ```
## Detailed Deployment ## Detailed Deployment