Use istiod as core component for profile matrix (#7481)

This commit is contained in:
Shamsher Ansari 2020-06-05 23:25:44 +05:30 committed by GitHub
parent e8f18494dd
commit d59e23556d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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/)