Skip to main content
Version: 1.29.6

Kubernetes Fury Distribution Release v1.29.1

Welcome to KFD release v1.29.1.

The distribution is maintained with ❤️ by the team SIGHUP it is battle tested in production environments.

New Features since v1.29.0

Installer Updates

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 of debug.

Upgrade procedure

Check the upgrade docs for the detailed procedure.