Skip to content

Commit

Permalink
Document additional scripts in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Stu Gott <[email protected]>
  • Loading branch information
stu-gott committed Jun 29, 2018
1 parent 81566b7 commit b23b848
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ to libvirt domains based on the state of those resources.

* `cluster/kubectl.sh`: This is a wrapper around Kubernetes' kubectl command so
that it can be run directly from this checkout without logging into a node.
* `cluster/virtctl.sh` is a wrapper around `virtctl`. `virtctl` brings all
virtual machine specific commands with it. It is supplement to `kubectl`.
e.g. `cluster/virtctl.sh console testvm`.
* `cluster/cli.sh` helps you creating ephemeral kubernetes and openshift
clusters for testing. This is helpful when direct management or access to
cluster nodes is necessary. e.g. `cluster/cli.sh ssh node01`.

### Makefile Commands

Expand Down

0 comments on commit b23b848

Please sign in to comment.