Skip to content

Commit

Permalink
Merge pull request #15 from akrejcir/update-docs
Browse files Browse the repository at this point in the history
doc: Update documentation
  • Loading branch information
kubevirt-bot authored Mar 24, 2023
2 parents 4581286 + a841ee8 commit 855ee9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Proxy that provides access to the VNC console of a Kubevirt VM.

It can generate time limited tokens that are then used to access VNC.

## Installation

### With SSP operator
The [SSP operator](https://github.com/kubevirt/ssp-operator) can be configured to install the VM Console Proxy together with
a Route to expose it to the external network.

### Without SSP operator
VM Console Proxy needs to be deployed in the same namespace as KubeVirt.
To deploy the latest version, use the following command:
```bash
kubectl apply -n ${KUBEVIRT_NAMESPACE} -f "https://github.com/kubevirt/vm-console-proxy/releases/latest/download/vm-console-proxy.yaml"
```

## API
See the [API documentation](docs/api.md).

Expand Down
5 changes: 4 additions & 1 deletion example-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ The client page takes these URL parameters:
For example, the following URL will point the client to a VM after substituting variables:
```
http://localhost:8000/?host=vm-console-kubevirt.apps-crc.testing&namespace=${VM_NAMESPACE}&name=${VM_NAME}&token=${TOKEN}
```
```

**Note:** If the browser does not trust the TLS certificate from the cluster, only a generic
error message will be shown, that does not contain any reason for the failure.

0 comments on commit 855ee9d

Please sign in to comment.