mirror of https://github.com/istio/istio.io.git
use right tick to indicate components installed (#8683)
This commit is contained in:
parent
09d6ae9da5
commit
0609721c8e
|
@ -48,14 +48,14 @@ Some additional vendor-specific configuration profiles are also available.
|
|||
For more information, refer to the [setup instructions](/docs/setup/platform-setup) for your platform.
|
||||
{{< /tip >}}
|
||||
|
||||
The components marked as **X** are installed within each profile:
|
||||
The components marked as ✔ are installed within each profile:
|
||||
|
||||
| | default | demo | minimal | remote | empty | preview |
|
||||
| --- | --- | --- | --- | --- | --- | --- |
|
||||
| Core components | | | | | | | |
|
||||
| `istio-egressgateway` | | X | | | | | | |
|
||||
| `istio-ingressgateway` | X | X | | | | X |
|
||||
| `istiod` | X | X | X | | | X |
|
||||
| `istio-egressgateway` | | ✔ | | | | | | |
|
||||
| `istio-ingressgateway` | ✔ | ✔ | | | | ✔ |
|
||||
| `istiod` | ✔ | ✔ | ✔ | | | ✔ |
|
||||
|
||||
To further customize Istio, a number of addon components can also be installed.
|
||||
Refer to [integrations](/docs/ops/integrations) for more details.
|
||||
|
|
Loading…
Reference in New Issue