Move external control plane doc to install section (#9727)

* Move external control plane doc to install section

* lint

* fix feature-stages broken link
This commit is contained in:
Frank Budinsky 2021-05-12 17:16:42 -04:00 committed by GitHub
parent 403f371e4f
commit 5921dd0994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,9 @@
---
title: Install Istio with an External Control Plane
description: Install an external control plane and remote cluster.
weight: 80
weight: 50
aliases:
- /docs/setup/additional-setup/external-controlplane/
keywords: [external,control,istiod,remote]
owner: istio/wg-environments-maintainers
test: yes
@ -144,7 +146,7 @@ and installing the sidecar injector webhook configuration on the remote cluster
#### Set up the remote config cluster
1. Create the remote Istio install configuration, which installs the injection webhook that uses the
1. Create the remote cluster's Istio install configuration, which installs the injection webhook that uses the
external control plane's injector, instead of a locally deployed one. Because this cluster
also serves as the config cluster, the Istio CRDs and `istio` configmap (i.e., global mesh config)
are also installed by setting `base.enabled` and `pilot.configMap` to `true`:

View File

@ -17,7 +17,7 @@
####################################################################################################
# WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL MARKDOWN FILE:
# docs/setup/additional-setup/external-controlplane/index.md
# docs/setup/install/external-controlplane/index.md
####################################################################################################
snip_set_up_a_gateway_in_the_external_cluster_1() {

View File

@ -2,7 +2,7 @@
title: Install with Helm
linktitle: Install with Helm
description: Install and configure Istio for in-depth evaluation.
weight: 27
weight: 30
keywords: [kubernetes,helm]
owner: istio/wg-environments-maintainers
icon: helm

View File

@ -1,7 +1,7 @@
---
title: Istio Operator Install
description: Instructions to install Istio in a Kubernetes cluster using the Istio operator.
weight: 25
weight: 20
keywords: [kubernetes, operator]
aliases:
- /docs/setup/install/standalone-operator

View File

@ -1,7 +1,7 @@
---
title: Virtual Machine Installation
description: Deploy Istio and connect a workload running within a virtual machine to it.
weight: 40
weight: 60
keywords:
- kubernetes
- virtual-machine

View File

@ -141,7 +141,7 @@ Mixer-focused CRDs and component and related functionality.
## Installation
- **Promoted** [external control plane](/docs/setup/additional-setup/external-controlplane/) to alpha.
- **Promoted** [external control plane](/docs/setup/install/external-controlplane/) to alpha.
([Issue #11](https://github.com/istio/enhancements/issues/11))
- **Updated** Kiali addon to version 1.26.

View File

@ -234,7 +234,7 @@ features:
nextExpectedPromotion: ""
area: Core
- name: "External Control Plane"
link: "/docs/setup/additional-setup/external-controlplane/"
link: "/docs/setup/install/external-controlplane/"
level:
checklist: features/external_istiod.md
maturity: Alpha