mirror of https://github.com/istio/istio.io.git
Fix CNI doc wrong anchor (#15363)
This commit is contained in:
parent
cd399473c1
commit
c76d8342bb
|
@ -20,7 +20,7 @@ This guide is focused on using the Istio CNI node agent as an optional part of t
|
|||
|
||||
{{< tip >}}
|
||||
Note: The Istio CNI node agent _does not_ replace your cluster's existing {{< gloss="cni" >}}CNI{{< /gloss >}}. Among other things, it installs a _chained_ CNI plugin, which is designed to be layered on top of another, previously-installed primary interface CNI, such as [Calico](https://docs.projectcalico.org), or the cluster CNI used by your cloud provider.
|
||||
See [compatibility with CNIs](#compatibility-with-other-cni-plugins) for details.
|
||||
See [compatibility with CNIs](#compatibility-with-other-cnis) for details.
|
||||
{{< /tip >}}
|
||||
|
||||
Follow this guide to install, configure, and use the Istio CNI node agent with the sidecar data plane mode.
|
||||
|
@ -123,14 +123,14 @@ In addition to the above basic configuration there are additional configuration
|
|||
* `values.cni.cniConfFileName` configures the name of the plugin configuration file.
|
||||
* `values.cni.chained` controls whether to configure the plugin as a chained CNI plugin.
|
||||
|
||||
Normally, these do not need to be changed, but some platforms may use nonstandard paths. Please check the guidelines for your specific platform, if any, [here](/docs/ambient/install/platform-prerequisites)
|
||||
Normally, these do not need to be changed, but some platforms may use nonstandard paths. Please check the guidelines for your specific platform, if any, [here](/docs/ambient/install/platform-prerequisites).
|
||||
|
||||
{{< tip >}}
|
||||
There is a time gap between a node becomes schedulable and the Istio CNI plugin becomes ready on that node.
|
||||
If an application pod starts up during this time, it is possible that traffic redirection is not properly set up and traffic would be able to bypass the Istio sidecar.
|
||||
|
||||
This race condition is mitigated for the sidecar data plane mode by a "detect and repair" method.
|
||||
Please take a look at [race condition & mitigation](#race-condition--mitigation) section to understand the implication of this mitigation, and for configuration instructions
|
||||
Please take a look at [race condition & mitigation](#race-condition--mitigation) section to understand the implication of this mitigation, and for configuration instructions.
|
||||
{{< /tip >}}
|
||||
|
||||
### Handling init container injection for revisions
|
||||
|
|
Loading…
Reference in New Issue