mirror of https://github.com/istio/istio.io.git
add empty and preview profile to the table (#8424)
This commit is contained in:
parent
0cf2719964
commit
20537df524
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue