mirror of https://github.com/hashicorp/consul
Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>pull/5528/head
parent
3f230aeb48
commit
0f52a3ec80
|
@ -59,7 +59,7 @@ allow you to have a fixed disk location for the Consul data. This ensures that
|
||||||
if a Consul server is lost, the data will not be lost. This is an important
|
if a Consul server is lost, the data will not be lost. This is an important
|
||||||
feature of Kubernetes, but may take some additional configuration. If you are
|
feature of Kubernetes, but may take some additional configuration. If you are
|
||||||
running Kubernetes on one of the major cloud platforms, persistent volumes
|
running Kubernetes on one of the major cloud platforms, persistent volumes
|
||||||
should already be configured, be sure to read their documentation for more
|
should already be configured; be sure to read their documentation for more
|
||||||
details. In addition to setting up the PV resource in Kubernetes, you will need
|
details. In addition to setting up the PV resource in Kubernetes, you will need
|
||||||
to map the Consul server to that volume with the [storage class
|
to map the Consul server to that volume with the [storage class
|
||||||
parameter](https://www.consul.io/docs/platform/k8s/helm.html#v-server-storageclass).
|
parameter](https://www.consul.io/docs/platform/k8s/helm.html#v-server-storageclass).
|
||||||
|
|
Loading…
Reference in New Issue