Merge pull request #8639 from hashicorp/k8s-docs-refactor

Move around k8s docs
This commit is contained in:
Luke Kysow 2020-09-09 11:33:54 -07:00 committed by GitHub
commit f74b8ed7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 7 deletions

View File

@ -89,6 +89,8 @@
/intro/vs/proxies /docs/intro/vs/proxies 301!
/intro/vs/custom /docs/intro/vs/custom 301!
/download-tools /docs/download-tools 301!
/docs/k8s/ambassador /docs/k8s/connect/ambassador 301!
/docs/k8s/installation/overview /docs/k8s/installation/install 301!
# CLI redirects
/docs/commands /commands 301!

View File

@ -93,7 +93,9 @@ export default [
content: [
{
category: 'installation',
name: 'Get Started',
content: [
'install',
{
category: 'platforms',
name: 'Platform Guides',
@ -143,11 +145,11 @@ export default [
'ingress-gateways',
'terminating-gateways',
'connect-ca-provider',
'ambassador',
],
},
'service-sync',
'dns',
'ambassador',
'upgrade',
'uninstall',
'helm',

View File

@ -1,11 +1,11 @@
---
layout: docs
page_title: Helm Chart Reference
sidebar_title: Helm Chart Reference
description: Reference for the Consul Helm chart.
page_title: Helm Chart Configuration
sidebar_title: Helm Chart Configuration
description: Configuration for the Consul Helm chart.
---
# Helm Chart Reference
# Helm Chart Configuration
## Configuration (Values)

View File

@ -1,7 +1,7 @@
---
layout: docs
page_title: Installing Consul on Kubernetes - Kubernetes
sidebar_title: Get Started
page_title: Install with Helm Chart - Kubernetes
sidebar_title: Install with Helm Chart
description: >-
Consul can run directly on Kubernetes, both in server or client mode. For
pure-Kubernetes workloads, this enables Consul to also exist purely within