Create dockershim shortcode

This commit is contained in:
Christopher Negus 2022-04-08 20:50:28 +00:00
parent d8dfd81d0c
commit 6d560379a8
3 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,8 @@ weight: 20
--- ---
<!-- overview --> <!-- overview -->
{{% dockershim-removal %}}
You need to install a You need to install a
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
into each node in the cluster so that Pods can run there. This page outlines into each node in the cluster so that Pods can run there. This page outlines

View File

@ -36,6 +36,9 @@ other = " documentation is no longer actively maintained. The version you are cu
[deprecation_file_warning] [deprecation_file_warning]
other = "Deprecated" other = "Deprecated"
[dockershim_message]
other = """The dockershim code required to run Docker Engine 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] [docs_label_browse]
other = "Browse Docs" other = "Browse Docs"

View File

@ -0,0 +1,3 @@
<div class="alert alert-secondary callout note" role="alert">
<strong>{{ T "note" | safeHTML }}</strong> {{ T "dockershim_message" | safeHTML }}
</div>