Skip to content

Commit b0c4da6

Browse files
committed
Improve k8s setup doc.
1 parent b1ad773 commit b0c4da6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

kubernetes-basics/kubernetes-setup/README.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,21 @@ node-1 Ready <none> 57m v1.18.2
4141
node-2 Ready <none> 54m v1.18.2
4242
```
4343

44+
45+
#### Vagrant Node Management
46+
```
47+
# To pause and resume
48+
$ vagrant suspend
49+
$ vagrant status
50+
Current machine states:
51+
52+
k8s-master saved (virtualbox)
53+
node-1 saved (virtualbox)
54+
node-2 saved (virtualbox)
55+
56+
This environment represents multiple VMs. The VMs are all listed
57+
above with their current state. For more information about a specific
58+
VM, run `vagrant status NAME`.
59+
60+
$ vagrant resume
61+
```

0 commit comments

Comments
 (0)