Add the Ambient Profile to the Installation Configuration Profiles Table (#13719)

* add Ambient config profile

* remove extra blank line to fix lint

* created ambient alpha warning boilerplate

* swapped in ambient boilerplate & corrected ambient config profile components

* add newline to resolve lint failure
This commit is contained in:
Michael Weiner 2023-08-15 08:43:35 -05:00 committed by GitHub
parent afd3bd0eac
commit b56628e558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 14 deletions

View File

@ -0,0 +1,10 @@
---
---
{{< warning >}}
Ambient is currently in [alpha status](/docs/releases/feature-stages/#feature-phase-definitions).
Please **do not run ambient in production** and be sure to thoroughly review the [feature phase definitions](/docs/releases/feature-stages/#feature-phase-definitions) before use.
In particular, there are known performance, stability, and security issues in the `alpha` release.
There are also planned breaking changes, including some that will prevent upgrades.
These are all limitations that will be addressed before graduation to `beta`.
{{< /warning >}}

View File

@ -6,14 +6,7 @@ owner: istio/wg-networking-maintainers
test: yes
---
{{< warning >}}
Ambient is currently in [alpha status](/docs/releases/feature-stages/#feature-phase-definitions).
Please **do not run ambient in production** and be sure to thoroughly review the [feature phase definitions](/docs/releases/feature-stages/#feature-phase-definitions) before use.
In particular, there are known performance, stability, and security issues in the `alpha` release.
There are also planned breaking changes, including some that will prevent upgrades.
These are all limitations that will be addressed before graduation to `beta`.
{{< /warning >}}
{{< boilerplate ambient-alpha-warning >}}
This guide lets you quickly evaluate Istio {{< gloss "ambient" >}}ambient service mesh{{< /gloss >}}. These steps require you to have
a {{< gloss >}}cluster{{< /gloss >}} running a

View File

@ -44,6 +44,10 @@ for your specific needs. The following built-in configuration profiles are curre
1. **preview**: the preview profile contains features that are experimental. This is intended to explore new features
coming to Istio. Stability, security, and performance are not guaranteed - use at your own risk.
1. **ambient**: the ambient profile is designed to help you get started with [ambient mesh](/docs/ops/ambient).
{{< boilerplate ambient-alpha-warning >}}
{{< tip >}}
Some additional vendor-specific configuration profiles are also available.
For more information, refer to the [setup instructions](/docs/setup/platform-setup) for your platform.
@ -51,12 +55,14 @@ For more information, refer to the [setup instructions](/docs/setup/platform-set
The components marked as &#x2714; are installed within each profile:
| | default | demo | minimal | remote | empty | preview |
| --- | --- | --- | --- | --- | --- | --- |
| Core components | | | | | | | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istio-egressgateway` | | &#x2714; | | | | | | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istio-ingressgateway` | &#x2714; | &#x2714; | | | | &#x2714; |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istiod` | &#x2714; | &#x2714; | &#x2714; | | | &#x2714; |
| | default | demo | minimal | remote | empty | preview | ambient |
| --- | --- | --- | --- | --- | --- | --- | --- |
| Core components | | | | | | | | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istio-egressgateway` | | &#x2714; | | | | | | | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istio-ingressgateway` | &#x2714; | &#x2714; | | | | &#x2714; | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`istiod` | &#x2714; | &#x2714; | &#x2714; | | | &#x2714; | &#x2714; |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`CNI` | | | | | | | &#x2714; |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`Ztunnel` | | | | | | | &#x2714; |
To further customize Istio, a number of addon components can also be installed.
Refer to [integrations](/docs/ops/integrations) for more details.