We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81566b7 commit b23b848Copy full SHA for b23b848
docs/README.md
@@ -21,6 +21,12 @@ to libvirt domains based on the state of those resources.
21
22
* `cluster/kubectl.sh`: This is a wrapper around Kubernetes' kubectl command so
23
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`.
30
31
### Makefile Commands
32
0 commit comments