Download Latest Version yurtadm-v1.7.0-darwin-amd64.zip (15.0 MB)
Email in envelope

Get an email when there's a new version of OpenYurt

Home / v1.7.0
Name Modified Size InfoDownloads / Week
Parent folder
sha256sums.txt 2026-05-06 1.2 kB
yurthub-v1.7.0-linux-amd64.zip 2026-05-06 21.3 MB
yurtadm-v1.7.0-darwin-arm64.zip 2026-05-06 13.8 MB
yurtadm-v1.7.0-linux-arm64.zip 2026-05-06 13.2 MB
yurthub-v1.7.0-linux-arm64.zip 2026-05-06 19.1 MB
yurthub-v1.7.0-linux-amd64.tar.gz 2026-05-06 21.3 MB
yurtadm-v1.7.0-darwin-amd64.zip 2026-05-06 15.0 MB
yurtadm-v1.7.0-linux-amd64.zip 2026-05-06 14.8 MB
yurthub-v1.7.0-linux-arm64.tar.gz 2026-05-06 19.1 MB
yurtadm-v1.7.0-darwin-amd64.tar.gz 2026-05-06 15.0 MB
yurtadm-v1.7.0-darwin-arm64.tar.gz 2026-05-06 13.8 MB
yurtadm-v1.7.0-linux-amd64.tar.gz 2026-05-06 14.8 MB
yurtadm-v1.7.0-linux-arm64.tar.gz 2026-05-06 13.2 MB
README.md 2026-05-06 12.0 kB
v1.7.0 source code.tar.gz 2026-05-06 19.7 MB
v1.7.0 source code.zip 2026-05-06 20.5 MB
Totals: 16 Items   234.5 MB 0

What's New

OTA Upgrade Supports Image Preheating for DaemonSet

OTA (Over-The-Air) upgrade is a new upgrade model for DaemonSet workloads introduced by OpenYurt. In previous versions, image pulling occurred synchronously during the Pod restart phase of the upgrade, making it a critical-path operation that directly contributed to service downtime, especially in edge environments with limited or unstable network connectivity.

In v1.7.0, OTA upgrade now supports image preheating, which decouples image pulling from the actual rollout cutover. A new ImagePreHeat controller is responsible for dispatching image preheating Jobs to edge nodes, allowing updated container images to be proactively downloaded before the upgrade is triggered. Two new Pod conditions (PodNeedUpgrade and PodImageReady) are introduced to track upgrade status and image readiness. Users can initiate preheating via a new OTA API endpoint (POST /openyurt.io/v1/namespaces/{ns}/pods/{podname}/imagepull). By pre-caching images ahead of the cutover, service interruption during the actual upgrade is minimized to near-zero. #2482 #2474

Support Deploying Kubernetes Clusters Locally (K8s-on-K8s)

OpenYurt v1.7.0 introduces the ability to deploy a Kubernetes cluster on top of an existing OpenYurt cluster — referred to as K8s-on-K8s. This is particularly useful for scenarios such as testing, multi-tenant isolation, and edge IDC (Internet Data Center) deployments where a full bare-metal Kubernetes setup is not practical.

This release adds YAML-based templates for deploying tenant control-plane components (tenant-apiserver, tenant-controller-manager, tenant-scheduler, tenant-pki-generator, etcd) along with post-install configuration (kube-proxy, kubelet, rbac, bootstrap-secret). yurtadm now supports a local mode for joining IDC nodes into a K8s-on-K8s cluster, and YurtHub is optimized for local mode operation. A setup script (config/setup/K8s-on-K8s/setup.sh) is also provided for quick bootstrapping. #4a1f0ab3 #ed2f7dbf #3a03b00d

Label-Driven YurtHub Deployment via YurtNodeConversion

Previously, YurtHub installation and lifecycle management on edge nodes required manual intervention through yurtadm join or yurtadm reset commands. In v1.7.0, a new YurtNodeConversionController in yurt-manager enables label-driven YurtHub deployment and conversion. By applying a label to a node, users can trigger the automatic installation, configuration, and startup of YurtHub via systemd. The conversion and revert process now uses reusable host lifecycle helpers, enabling a fully declarative, controller-driven workflow for edge node onboarding and offboarding. #249a6714 #f7645df8 #3e02cefa

Support Kubernetes v1.34

All k8s.io/xxx dependencies and related modules have been upgraded to v1.34.0, ensuring OpenYurt is fully compatible with Kubernetes v1.34. E2E testing has been updated to validate the upgrade against a Kubernetes v1.34 cluster. This upgrade also includes vendor dependency updates and Go linting fixes for compatibility with the latest toolchain. #5cccf119 #7589921e

Other Notable changes

Fixes

Proposals

New Contributors

Full Changelog: https://github.com/openyurtio/openyurt/compare/v1.6.0...v1.7.0

Source: README.md, updated 2026-05-06