From f9b260088d5ec8501f196b76ea25089aa1f7a4c0 Mon Sep 17 00:00:00 2001 From: Ganesh Maharaj Mahalingam Date: Wed, 17 Mar 2021 13:26:12 -0700 Subject: [PATCH] Update README to take not of k8s-migration package (#334) Signed-off-by: Ganesh Maharaj Mahalingam --- clr-k8s-examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index 095c544..3bff704 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -3,6 +3,11 @@ ## Prerequisite This setup currently will work with Kubernetes 1.14 & above. Any version of Kubernetes before that might work, but is not guaranteed. +## QUICK NOTE +The version of Kubernetes* was bumped from 1.17.7 to 1.19.4 in Clear Linux* OS release 34090. The [guide](https://docs.01.org/clearlinux/latest/guides/clear/k8s-migration.html) and the Clear Linux OS bundle k8s-migration were created to help facilitate migration of a cluster from 1.17.x to the latest 1.19.x . + +The new Clear Linux OS bundle k8s-migration was added in Clear Linux* OS release 34270. Please follow the guide for an upgrade. + ## Sample multi-node vagrant setup To be able to test this tool, you can create a 3-node vagrant setup. In this tutorial, we will talk about using [libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt), but you can use any hypervisor that you are familiar with.