Skip to content

Commit 22d8641

Browse files
authored
Merge pull request #32826 from chrisnegus/dockershim-shortcode
Create dockershim shortcode
2 parents a8b1be1 + ee36e09 commit 22d8641

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ weight: 20
88
---
99
<!-- overview -->
1010

11+
{{% dockershim-removal %}}
12+
1113
You need to install a
1214
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}
1315
into each node in the cluster so that Pods can run there. This page outlines

data/i18n/en/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ other = " documentation is no longer actively maintained. The version you are cu
3636
[deprecation_file_warning]
3737
other = "Deprecated"
3838

39+
[dockershim_message]
40+
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."""
41+
3942
[docs_label_browse]
4043
other = "Browse Docs"
4144

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="alert alert-secondary callout note" role="alert">
2+
<strong>{{ T "note" | safeHTML }}</strong> {{ T "dockershim_message" | safeHTML }}
3+
</div>

0 commit comments

Comments
 (0)