diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 98c187e7bd..a75964f477 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -8,6 +8,8 @@ weight: 20 --- +{{% 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 diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index 1cf54e6a09..6c57982f9b 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -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 Dockershim Removal FAQ for further details.""" + [docs_label_browse] other = "Browse Docs" diff --git a/layouts/shortcodes/dockershim-removal.html b/layouts/shortcodes/dockershim-removal.html new file mode 100644 index 0000000000..6ccd07f35e --- /dev/null +++ b/layouts/shortcodes/dockershim-removal.html @@ -0,0 +1,3 @@ +