Merge pull request #39758 from wwalters12/patch-1
Fix grammar in check-if-dockershim-removal-affects-you page
This commit is contained in:
commit
cb6e020ece
|
@ -8,7 +8,7 @@ weight: 50
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
The `dockershim` component of Kubernetes allows to use Docker as a Kubernetes's
|
The `dockershim` component of Kubernetes allows the use of Docker as a Kubernetes's
|
||||||
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
|
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
|
||||||
Kubernetes' built-in `dockershim` component was removed in release v1.24.
|
Kubernetes' built-in `dockershim` component was removed in release v1.24.
|
||||||
|
|
||||||
|
@ -40,11 +40,11 @@ dependency on Docker:
|
||||||
1. Third-party tools that perform above mentioned privileged operations. See
|
1. Third-party tools that perform above mentioned privileged operations. See
|
||||||
[Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents)
|
[Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents)
|
||||||
for more information.
|
for more information.
|
||||||
1. Make sure there is no indirect dependencies on dockershim behavior.
|
1. Make sure there are no indirect dependencies on dockershim behavior.
|
||||||
This is an edge case and unlikely to affect your application. Some tooling may be configured
|
This is an edge case and unlikely to affect your application. Some tooling may be configured
|
||||||
to react to Docker-specific behaviors, for example, raise alert on specific metrics or search for
|
to react to Docker-specific behaviors, for example, raise alert on specific metrics or search for
|
||||||
a specific log message as part of troubleshooting instructions.
|
a specific log message as part of troubleshooting instructions.
|
||||||
If you have such tooling configured, test the behavior on test
|
If you have such tooling configured, test the behavior on a test
|
||||||
cluster before migration.
|
cluster before migration.
|
||||||
|
|
||||||
## Dependency on Docker explained {#role-of-dockershim}
|
## Dependency on Docker explained {#role-of-dockershim}
|
||||||
|
@ -74,7 +74,7 @@ before to check on these containers is no longer available.
|
||||||
|
|
||||||
You cannot get container information using `docker ps` or `docker inspect`
|
You cannot get container information using `docker ps` or `docker inspect`
|
||||||
commands. As you cannot list containers, you cannot get logs, stop containers,
|
commands. As you cannot list containers, you cannot get logs, stop containers,
|
||||||
or execute something inside container using `docker exec`.
|
or execute something inside a container using `docker exec`.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue