mirror of https://github.com/istio/istio.io.git
Update supported platforms pages (#8737)
* Add warnings to platform setup for infrastructure not recently tested * Docker has been tested; remove banner * Use a boilerplate * Add date back to oci * Update content/en/boilerplates/untested-platform.md Co-authored-by: Eric Van Norman <ericvn@us.ibm.com> Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
parent
e061ce61d1
commit
ef1777b1cd
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
---
|
||||
{{< warning >}}
|
||||
This document has never been tested on Istio Community Testing days for an Istio release.
|
||||
It is not known if the documentation provided is still relevant. If you find any issues, then
|
||||
please submit PRs to update this document.
|
||||
{{< /warning >}}
|
|
@ -11,6 +11,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: no
|
||||
---
|
||||
|
||||
This page was last updated August 28, 2019.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
Follow these instructions to prepare MicroK8s for using Istio.
|
||||
|
||||
{{< warning >}}
|
||||
|
|
|
@ -11,6 +11,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: n/a
|
||||
---
|
||||
|
||||
This page was last updated August 8, 2018.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
Follow these instructions to prepare an
|
||||
[Alibaba Cloud Kubernetes Container Service](https://www.alibabacloud.com/product/kubernetes)
|
||||
cluster for Istio.
|
||||
|
|
|
@ -11,6 +11,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: no
|
||||
---
|
||||
|
||||
This page was last updated September 12, 2019.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
Follow these instructions to prepare an Azure cluster for Istio.
|
||||
|
||||
You can deploy a Kubernetes cluster to Azure via [AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/) or [AKS-Engine](https://github.com/azure/aks-engine) which fully supports Istio.
|
||||
|
|
|
@ -10,6 +10,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: no
|
||||
---
|
||||
|
||||
This page was last updated June 28, 2019.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
## Bootstrapping Gardener
|
||||
|
||||
To set up your own [Gardener](https://gardener.cloud), see the
|
||||
|
|
|
@ -8,6 +8,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: no
|
||||
---
|
||||
|
||||
This page was last updated February 17, 2018.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
Follow these instructions to prepare the [KubeSphere Container Platform](https://github.com/kubesphere/kubesphere) for Istio. You can download KubeSphere to easily install a Kubernetes cluster on your Linux machines.
|
||||
|
||||
{{< tip >}}
|
||||
|
|
|
@ -11,6 +11,10 @@ owner: istio/wg-environments-maintainers
|
|||
test: no
|
||||
---
|
||||
|
||||
This page was last updated January 4, 2019.
|
||||
|
||||
{{< boilerplate untested-platform >}}
|
||||
|
||||
Follow these instructions to prepare an OKE cluster for Istio.
|
||||
|
||||
1. Create a new OKE cluster within your OCI tenancy. The simplest way to do this is by using the 'Quick Cluster' option within the [web console](https://docs.cloud.oracle.com/iaas/Content/ContEng/Tasks/contengcreatingclusterusingoke.htm). You may also use the [OCI cli](https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/cliinstall.htm) as shown below.
|
||||
|
|
Loading…
Reference in New Issue