From 529a944468f48a714ef14e3fb5bd833c66b6d987 Mon Sep 17 00:00:00 2001 From: KentoKubo Date: Mon, 12 Feb 2024 13:52:56 +0900 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0748be1..2d2a87a 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ The target audience for this tutorial is someone planning to support a productio Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication. -* [etcd](https://github.com/etcd-io/etcd) v3.5.9 -* [containerd](https://github.com/containerd/containerd) v1.7.3 - * [runc](https://github.com/opencontainers/runc) v1.1.8 - * [cni-plugins](https://github.com/containernetworking/plugins) v1.3.0 -* [kubernetes](https://github.com/kubernetes/kubernetes) v1.27.4 -* [coredns](https://github.com/coredns/coredns) v1.10.1 +* [etcd](https://github.com/etcd-io/etcd) v3.5.12 +* [containerd](https://github.com/containerd/containerd) v1.7.13 + * [runc](https://github.com/opencontainers/runc) v1.1.12 + * [cni-plugins](https://github.com/containernetworking/plugins) v1.4.0 +* [kubernetes](https://github.com/kubernetes/kubernetes) v1.29.1 +* [coredns](https://github.com/coredns/coredns) v1.11.1 ## Labs