Browse Source

Fix broken link to Consul Dataplane index (#15660)

The `/index` appears to result in a 404.
pull/14436/head^2
Evan Culver 2 years ago committed by GitHub
parent
commit
692a6fdecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/content/docs/k8s/architecture.mdx

2
website/content/docs/k8s/architecture.mdx

@ -43,6 +43,6 @@ By default, Consul on Kubernetes uses an alternate service mesh configuration th
![Diagram of Consul Dataplanes in Kubernetes deployment](/img/k8s-dataplanes-architecture.png) ![Diagram of Consul Dataplanes in Kubernetes deployment](/img/k8s-dataplanes-architecture.png)
Refer to [Simplified Service Mesh with Consul Dataplanes](/docs/connect/dataplane/index) for more information. Refer to [Simplified Service Mesh with Consul Dataplanes](/docs/connect/dataplane) for more information.
Consul Dataplane is the default proxy manager in Consul on Kubernetes 1.14 and later. If you are on Consul 1.13 or older, refer to [upgrading to Consul Dataplane](/docs/k8s/upgrade#upgrading-to-consul-dataplanes) for specific upgrade instructions. Consul Dataplane is the default proxy manager in Consul on Kubernetes 1.14 and later. If you are on Consul 1.13 or older, refer to [upgrading to Consul Dataplane](/docs/k8s/upgrade#upgrading-to-consul-dataplanes) for specific upgrade instructions.

Loading…
Cancel
Save