Merge pull request #32826 from chrisnegus/dockershim-shortcode
Create dockershim shortcodepull/32941/head
commit
22d86412bf
|
@ -8,6 +8,8 @@ weight: 20
|
|||
---
|
||||
<!-- overview -->
|
||||
|
||||
{{% dockershim-removal %}}
|
||||
|
||||
You need to install a
|
||||
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
|
||||
into each node in the cluster so that Pods can run there. This page outlines
|
||||
|
|
|
@ -36,6 +36,9 @@ other = " documentation is no longer actively maintained. The version you are cu
|
|||
[deprecation_file_warning]
|
||||
other = "Deprecated"
|
||||
|
||||
[dockershim_message]
|
||||
other = """Dockershim has been removed from the Kubernetes project as of release 1.24. Read the <a href="/dockershim">Dockershim Removal FAQ</a> for further details."""
|
||||
|
||||
[docs_label_browse]
|
||||
other = "Browse Docs"
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<div class="alert alert-secondary callout note" role="alert">
|
||||
<strong>{{ T "note" | safeHTML }}</strong> {{ T "dockershim_message" | safeHTML }}
|
||||
</div>
|
Loading…
Reference in New Issue