mirror of https://github.com/docker/docs.git
Typo fix in ECI FAQ doc. (#21965)
<!--Delete sections as needed --> ## Description Typo fix in the ECI FAQ doc. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [X] Editorial review - [ ] Product review Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
This commit is contained in:
parent
9778b1de42
commit
f084d83d61
|
@ -93,7 +93,7 @@ platforms supported by Docker Desktop except Windows with WSL 2.
|
|||
Prior to Docker Desktop 4.38, ECI did not protect the Kubernetes cluster
|
||||
integrated in Docker Desktop.
|
||||
|
||||
Since Docker Desktop 4.38, ECI protects the integreated Kubernetes cluster
|
||||
Since Docker Desktop 4.38, ECI protects the integrated Kubernetes cluster
|
||||
when using the new **kind** provisioner (see [Deploy On Kubernetes](/manuals/desktop/features/kubernetes.md)).
|
||||
In this case, each node in the multi-node Kubernetes cluster is actually an ECI
|
||||
protected container. With ECI disabled, each node in the Kubernetes cluster is
|
||||
|
|
Loading…
Reference in New Issue