Release v1.27.6-rev.1
·
102 commits
to main
since this release
On Premises add-on module release 1.27.6-rev.1
Welcome to the latest release of on-premises
module of Kubernetes Fury Distribution
maintained by SIGHUP team.
This revision release is compatible with Kubernetes 1.27.6 and adds Nvidia container toolkit and registries configuration support to ContainerD.
Package Versions 🚢
Package | Supported Version | Previous Version |
---|---|---|
etcd | 3.5.8 |
No update |
haproxy | 2.6 |
No update |
containerd | 1.7.0 |
No update |
kube-node-common | - |
Updated |
kube-control-plane | - |
Updated |
kube-worker | - |
Updated |
New ansible variables
You can use the following variable when configure nodes
containerd_nvidia_enabled: false
containerd_registry_configs:
- registry: "myregistry:8080"
username: "admin"
password: "password"
insecure_skip_verify: false
mirror_endpoint: ["http://myregistry:8080"]
Update Guide 🦮
In this guide, we will try to summarize the update process from v1.27.6
to this release.
NOTE: Each on-premises environment can be different, always double-check before updating components.
- Update KFD if applicable (see the KFD
>=1.27.2
release notes)