From d9e4b0b33bbb266f5b76397b4e902a62b6505d70 Mon Sep 17 00:00:00 2001 From: wale soyinka Date: Tue, 4 Mar 2025 15:16:29 -0500 Subject: [PATCH] Update 00-README.md --- docs/labs/kubernetes-the-hard-way/00-README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/labs/kubernetes-the-hard-way/00-README.md b/docs/labs/kubernetes-the-hard-way/00-README.md index dd1108f2b..4807dbcee 100644 --- a/docs/labs/kubernetes-the-hard-way/00-README.md +++ b/docs/labs/kubernetes-the-hard-way/00-README.md @@ -1,5 +1,5 @@ -This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by kelseyhightower +This is a fork of the original ["Kubernetes the hard way"](https://github.com/kelseyhightower/kubernetes-the-hard-way) originally written by Kelsey Hightower. . Unlike the original that is based on Debian like distros for the ARM64 architecture, this fork is targetted at Enterprise Linux distributions such as Rocky Linux running on x86_64 architecture. @@ -24,7 +24,7 @@ Kubernetes The Hard Way guides you through bootstrapping a basic Kubernetes clus Component versions: -* [kubernetes](https://github.com/kubernetes/kubernetes) v1.31.x +* [kubernetes](https://github.com/kubernetes/kubernetes) v1.32.x * [containerd](https://github.com/containerd/containerd) v2.0.x * [cni](https://github.com/containernetworking/cni) v1.6.x * [etcd](https://github.com/etcd-io/etcd) v3.4.x