mirror of https://github.com/istio/istio.io.git
A few editorial fixes.
This commit is contained in:
parent
c3e9a7247d
commit
3e3bffac50
|
@ -2,7 +2,6 @@
|
|||
title: Alibaba Cloud
|
||||
description: Instructions to setup an Alibaba Cloud Kubernetes cluster for Istio.
|
||||
weight: 3
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,alibaba-cloud,aliyun,alicloud]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Amazon Web Services
|
||||
description: Instructions to setup an AWS cluster with Kops cluster for Istio.
|
||||
weight: 3
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,aws]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Azure
|
||||
description: Instructions to setup an Azure cluster for Istio.
|
||||
weight: 6
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,azure]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Google Kubernetes Engine
|
||||
description: Instructions to setup a Google Kubernetes Engine cluster for Istio.
|
||||
weight: 9
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,kubernetes,gke,google]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: IBM Cloud
|
||||
description: Instructions to setup an IBM Cloud cluster for Istio.
|
||||
weight: 12
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,ibm,iks]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Minikube
|
||||
description: Instructions to setup Minikube for use with Istio.
|
||||
weight: 15
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,kubernetes,minikube]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: OpenShift
|
||||
description: Instructions to setup an OpenShift cluster for Istio.
|
||||
weight: 18
|
||||
skip_toc: true
|
||||
skip_seealso: true
|
||||
keywords: [platform-setup,openshift]
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Quick Start with Alibaba Cloud Kubernetes Container Service
|
||||
description: Quick Start instructions to setup the Istio service using Alibaba Cloud Kubernetes Container Service.
|
||||
weight: 12
|
||||
description: How to quickly setup Istio using Alibaba Cloud Kubernetes Container Service.
|
||||
weight: 21
|
||||
keywords: [kubernetes,alicloud,aliyun]
|
||||
---
|
||||
|
||||
|
@ -53,7 +53,7 @@ $ helm init --service-account tiller
|
|||
|
||||
### Customize the installation with parameters
|
||||
|
||||
The following table explains the default configuration options shipped with Helm chart:
|
||||
The following table explains the default configuration options shipped with the Helm chart:
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------ | ------------------------------------------------------------ | ------------------------------------------ |
|
||||
|
@ -73,16 +73,7 @@ The following table explains the default configuration options shipped with Helm
|
|||
The Parameters tab exposes the per-service options.
|
||||
|
||||
{{< idea_icon >}} Before moving on, wait until Istio is fully deployed.
|
||||
Deployment can take up to several minutes.
|
||||
|
||||
## What's next
|
||||
|
||||
To further explore the Istio functionality, follow any of the tutorials in the
|
||||
[Guides](/docs/guides/) section. Before you do, install `istioctl` to interact
|
||||
with Istio.
|
||||
|
||||
Next, you can follow the detailed instructions on
|
||||
[how to use Istio on Alibaba Cloud Kubernetes Container Service](https://yq.aliyun.com/articles/599874).
|
||||
Deployment can take several minutes.
|
||||
|
||||
## Uninstalling
|
||||
|
||||
|
|
Loading…
Reference in New Issue