Create dockershim shortcode
This commit is contained in:
parent
d8dfd81d0c
commit
6d560379a8
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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