Merge pull request #41182 from JayBeale/patch-1
Retain page “Mapping from dockercli to crictl” (cancel planned removal)pull/41387/head
commit
1f626ecbb8
|
@ -6,10 +6,6 @@ weight: 10
|
|||
|
||||
{{% thirdparty-content %}}
|
||||
|
||||
{{<note>}}
|
||||
This page is deprecated and will be removed in Kubernetes 1.27.
|
||||
{{</note>}}
|
||||
|
||||
`crictl` is a command-line interface for {{<glossary_tooltip term_id="cri" text="CRI">}}-compatible container runtimes.
|
||||
You can use it to inspect and debug container runtimes and applications on a
|
||||
Kubernetes node. `crictl` and its source are hosted in the
|
||||
|
@ -74,4 +70,4 @@ crictl | Description
|
|||
`runp` | Run a new pod
|
||||
`rmp` | Remove one or more pods
|
||||
`stopp` | Stop one or more running pods
|
||||
{{< /table >}}
|
||||
{{< /table >}}
|
||||
|
|
Loading…
Reference in New Issue