Update k8s dependencies to v1.36 (main) (#979)

* Update k3s version in test suites to v1.36.2-k3s1

- Updated the k3sVersion and k3sOldVersion constants in both cli and e2e test suites to reflect the new version v1.36.2-k3s1 and the previous version v1.36.0-k3s1.

* updated README.md
This commit is contained in:
Enrico Candino
2026-07-08 15:58:06 +02:00
committed by GitHub
parent 9c82b68440
commit 3d0438edc9
14 changed files with 137 additions and 139 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
# K3k: Kubernetes in Kubernetes
[![Go Report Card](https://goreportcard.com/badge/github.com/rancher/k3k)](https://goreportcard.com/report/github.com/rancher/k3k)
![Tests](https://github.com/rancher/k3k/actions/workflows/test.yaml/badge.svg)
![Build](https://github.com/rancher/k3k/actions/workflows/build.yml/badge.svg)
[![Conformance Tests - Virtual Mode](https://github.com/rancher/k3k/actions/workflows/test-conformance-virtual.yaml/badge.svg)](https://github.com/rancher/k3k/actions/workflows/test-conformance-virtual.yaml)
![Build](https://github.com/rancher/k3k/actions/workflows/build.yml/badge.svg)
![GitHub Release](https://img.shields.io/github/v/release/rancher/k3k)
[![Go Reference](https://pkg.go.dev/badge/github.com/rancher/k3k/.svg)](https://pkg.go.dev/github.com/rancher/k3k/)
![GitHub Repo stars](https://img.shields.io/github/stars/rancher/k3k)
[![Conformance Tests - Virtual Mode](https://github.com/rancher/k3k/actions/workflows/test-conformance-virtual.yaml/badge.svg)](https://github.com/rancher/k3k/actions/workflows/test-conformance-virtual.yaml) [![Conformance Tests - HCP Mode](https://github.com/rancher/k3k/actions/workflows/test-conformance-hcp.yaml/badge.svg)](https://github.com/rancher/k3k/actions/workflows/test-conformance-hcp.yaml)
K3k, Kubernetes in Kubernetes, is a tool that empowers you to create and manage isolated K3s clusters within your existing Kubernetes environment. It enables efficient multi-tenancy, streamlined experimentation, and robust resource isolation, minimizing infrastructure costs by allowing you to run multiple lightweight Kubernetes clusters on the same physical host. K3k offers both "shared" mode, optimizing resource utilization, and "virtual" mode, providing complete isolation with dedicated K3s server pods. This allows you to access a full Kubernetes experience without the overhead of managing separate physical resources.