Merge pull request #44408 from testwill/patch-3

fix: container not sandbox
pull/44447/head
Kubernetes Prow Robot 2023-12-20 09:40:21 +01:00 committed by GitHub
commit 74f94da59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ deleted by the Kubelet.
### Create a container
Using `crictl` to create a container is useful for debugging container runtimes.
On a running Kubernetes cluster, the sandbox will eventually be stopped and
On a running Kubernetes cluster, the container will eventually be stopped and
deleted by the Kubelet.
1. Pull a busybox image