mirror of https://github.com/istio/istio.io.git
Use istiod as core component for profile matrix (#7481)
This commit is contained in:
parent
e8f18494dd
commit
d59e23556d
|
@ -47,13 +47,13 @@ The components marked as **X** are installed within each profile:
|
||||||
| Core components | | | | | |
|
| Core components | | | | | |
|
||||||
| `istio-egressgateway` | | X | | |
|
| `istio-egressgateway` | | X | | |
|
||||||
| `istio-ingressgateway` | X | X | | |
|
| `istio-ingressgateway` | X | X | | |
|
||||||
| `istio-pilot` | X | X | X | |
|
| `istiod` | X | X | X | |
|
||||||
| Addons | | | | | |
|
| Addons | | | | | |
|
||||||
| `grafana` | | X | | |
|
| `grafana` | | X | | |
|
||||||
| `istio-tracing` | | X | | |
|
| `istio-tracing` | | X | | |
|
||||||
| `kiali` | | X | | |
|
| `kiali` | | X | | |
|
||||||
| `prometheus` | X | X | | X |
|
| `prometheus` | X | X | | X |
|
||||||
|
|
||||||
To further customize Istio and install addons, you can add one or more `--set <key>=<value>` options in the
|
To further [customize Istio and install addons](/docs/setup/install/istioctl/#customizing-the-configuration), you can add one or more `--set <key>=<value>` options in the
|
||||||
`istioctl manifest` command that you use when installing Istio.
|
`istioctl install` command that you use when installing Istio.
|
||||||
Refer to [customizing the configuration](/docs/setup/install/istioctl/#customizing-the-configuration) for details.
|
Refer to [integration](/docs/ops/integrations) for more details.
|
||||||
|
|
|
@ -261,7 +261,7 @@ $ istioctl verify-install -f $HOME/generated-manifest.yaml
|
||||||
|
|
||||||
In addition to installing any of Istio's built-in
|
In addition to installing any of Istio's built-in
|
||||||
[configuration profiles](/docs/setup/additional-setup/config-profiles/),
|
[configuration profiles](/docs/setup/additional-setup/config-profiles/),
|
||||||
`istioctl manifest` provides a complete API for customizing the configuration.
|
`istioctl install` provides a complete API for customizing the configuration.
|
||||||
|
|
||||||
- [The `IstioOperator` API](/docs/reference/config/istio.operator.v1alpha1/)
|
- [The `IstioOperator` API](/docs/reference/config/istio.operator.v1alpha1/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue