Release v1.27.6
Kubernetes Fury Distribution Release v1.27.6
Welcome to KFD release v1.27.6
.
The distribution is maintained with ❤️ by the team SIGHUP it is battle tested in production environments.
New Features since v1.27.5
Core Module Updates
- networking 📦 core module: v1.17.0
- Updated calico to
3.27.3
. - Updated tigera operator to
1.32.7
.
- Updated calico to
Installer Updates
- on-premises 📦 installer: v1.29.3-rev.1
- Added support for airgap installations.
New features 🌟
- New Airgap support: This version introduces a feature for the OnPremises provider that allows installing the distribution in air-gapped environments.
You can adjust the parameters using.spec.kubernetes.advanced.airGap: <object>
. An example configuration is:
spec:
kubernetes:
advanced:
airGap:
containerdDownloadUrl: **url-to-containerd**
runcDownloadUrl: **url-to-runc**
runcChecksum: sha256: **runc-checksum**
etcdDownloadUrl: **url-to-etcd**
dependenciesOverride:
apt:
name: k8s-1.27
repo: ** example deb https://pkgs.k8s.io/core:/stable:/v1.27/deb/ /**
gpg_key: **url-to-gpg-key**
gpg_key_id: **gpg-key-id**
yum:
name: k8s-1.27
repo: **yum-repo-url**
gpg_key: **url-to-gpg-key**
gpg_key_check: true
repo_gpg_check: true
- New field to specify python interpreter: This version introduces a new field to specify the python interpreter to be used by the ansible playbooks. You can adjust the parameter using
.spec.kubernetes.advancedAnsible.pythonInterpreter: <string>
:
spec:
kubernetes:
advancedAnsible:
pythonInterpreter: python3
Fixes 🐞
- Pomerium Logs: set log level to
info
by default, instead ofdebug
.
Upgrade procedure
Check the upgrade docs for the detailed procedure.