Add descriptions to the subjects

This commit is contained in:
Thomas Eckert 2022-07-22 12:14:01 -04:00
parent a339080641
commit a1ca68a632
1 changed files with 8 additions and 8 deletions

View File

@ -23,18 +23,18 @@ Consul K8s CLI uses the following syntax:
$ consul-k8s <SUBCOMMAND> <OPTIONS> $ consul-k8s <SUBCOMMAND> <OPTIONS>
``` ```
## Subcommands ## Commands
You can use the following subcommands with `consul-k8s`. You can use the following commands with `consul-k8s`.
- [`install`](#install) installs Consul to your Kubernetes cluster. - [`install`](#install) installs Consul to your Kubernetes cluster.
- [`proxy`](#proxy) allows you to interact with proxies managed by Consul on your Kubernetes cluster. - [`proxy`](#proxy) allows you to interact with proxies managed by Consul on your Kubernetes cluster.
- [`proxy list`](#proxy-list) - [`proxy list`](#proxy-list) displays all relevant proxies.
- [`proxy read`](#proxy-read) - [`proxy read`](#proxy-read) displays the configuration of proxies on a given Pod.
- [`status`](#status) displays the - [`status`](#status) displays the status of your Consul installation along with its configuration.
- [`uninstall`](#uninstall) - [`uninstall`](#uninstall) uninstalls Consul from your Kubernetes cluster.
- [`upgrade`](#upgrade) - [`upgrade`](#upgrade) modifies your Consul installation's configuration.
- [`version`](#version) - [`version`](#version) displays the version of Consul on Kubernetes that is installed.
### `install` ### `install`