mirror of https://github.com/status-im/consul.git
Add descriptions to the subjects
This commit is contained in:
parent
73e8b3cc0d
commit
16c8563049
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue