Skip to content

Commit b23b848

Browse files
committed
Document additional scripts in README.md
Signed-off-by: Stu Gott <[email protected]>
1 parent 81566b7 commit b23b848

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ to libvirt domains based on the state of those resources.
2121

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

2531
### Makefile Commands
2632

0 commit comments

Comments
 (0)