From b0101e8c66c44624f27655a834bcd7419d5fa679 Mon Sep 17 00:00:00 2001 From: larntz-tbc <60480713+larntz-tbc@users.noreply.github.com> Date: Wed, 12 Feb 2020 13:56:51 -0500 Subject: [PATCH] cri-o version must match the k8 version (#19092) * cri-o version must match the k8 version It's not clear from the doc that the cri-o version must match the k8 version as shown in the cri-o compatibility matrix. * changed to note shortcode for cri-o compat matrix - fix author --- .../docs/setup/production-environment/container-runtimes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 704a2728c5e86..493e2ae5efe6e 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -162,6 +162,11 @@ This section contains the necessary steps to install `CRI-O` as CRI runtime. Use the following commands to install CRI-O on your system: +{{< note >}} +The CRI-O major and minor versions must match the Kubernetes major and minor versions. +For more information, see the [CRI-O compatiblity matrix](https://github.com/cri-o/cri-o). +{{< /note >}} + ### Prerequisites ```shell