mirror of https://github.com/status-im/consul.git
Instruct users to use the CLI
This commit is contained in:
parent
4d40d02c73
commit
ac129339f8
|
@ -36,9 +36,11 @@ terminatingGateways:
|
|||
|
||||
## Deploying the Helm chart
|
||||
|
||||
Ensure you have the latest consul-helm chart and install Consul via helm using the following
|
||||
[guide](/docs/k8s/installation/install#installing-consul) while being sure to provide the yaml configuration
|
||||
as previously discussed.
|
||||
The Helm chart may be deployed using the [Consul on Kubernetes CLI](/docs/k8s/k8s-cli).
|
||||
|
||||
```shell-session
|
||||
consul-k8s install -f config.yaml
|
||||
```
|
||||
|
||||
## Accessing the Consul agent
|
||||
|
||||
|
|
Loading…
Reference in New Issue