Skip to content

Commit

Permalink
Document basic spice usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Jan 19, 2017
1 parent c9bc201 commit f36aff2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,25 @@ $ ./cluster/kubectl.sh get vms -o json
"spec": {
...
```
### Accessing the VM via Spice
First make sure you have `remote-viewer` installed. On Fedora run
```bash
dnf install virt-viewer
```
Then, after you made sure that the VM `testvm` is running, type
```
cluster/kubectl.sh spice testvm
```
to start a remote session with `remote-viewer`.
To print the connection details to stdout, run
```bash
cluster/kubectl.sh spice testvm --details
```

0 comments on commit f36aff2

Please sign in to comment.