add empty and preview profile to the table (#8424)

This commit is contained in:
Shamsher Ansari 2020-11-02 20:41:29 +05:30 committed by GitHub
parent 0cf2719964
commit 20537df524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -44,12 +44,12 @@ for your specific needs. The following built-in configuration profiles are curre
The components marked as **X** are installed within each profile:
| | default | demo | minimal | remote |
| --- | --- | --- | --- | --- |
| Core components | | | | | |
|       `istio-egressgateway` | | X | | |
|       `istio-ingressgateway` | X | X | | |
|       `istiod` | X | X | X | |
| | default | demo | minimal | remote | empty | preview |
| --- | --- | --- | --- | --- | --- | --- |
| Core components | | | | | | | |
|       `istio-egressgateway` | | X | | | | | | |
|       `istio-ingressgateway` | X | X | | | | X |
|       `istiod` | X | X | X | | | X |
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 install` command that you use when installing Istio.