Skip to content

Releases

WARNING

There's currently no Long Term Support (LTS) for any of the releases.

Release April 3, 2024

Version: 9a797a0

1.29

Example configuration:

yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
  - https://dl.metalkast.io/node-images/k8s-v1.29.1-ubuntu-22.04-20230719-amd64-9a797a0/config.yaml
  - nodes-secrets.yaml
  - nodes.yaml

configMapGenerator:
  - name: metalkast.io/cluster-config
    options:
      annotations:
        config.kubernetes.io/local-config: "true"
    literals:
      - control_plane_hostname=
      - control_plane_ip=

components:
  - https://github.com/metalkast/metalkast//manifests/cluster/base?ref=9a797a0
  - https://github.com/metalkast/metalkast//manifests/cluster/components/disable-certificate-verification?ref=9a797a0
1.28

Example configuration:

yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
  - https://dl.metalkast.io/node-images/k8s-v1.28.4-ubuntu-22.04-20230719-amd64-9a797a0/config.yaml
  - nodes-secrets.yaml
  - nodes.yaml

configMapGenerator:
  - name: metalkast.io/cluster-config
    options:
      annotations:
        config.kubernetes.io/local-config: "true"
    literals:
      - control_plane_hostname=
      - control_plane_ip=

components:
  - https://github.com/metalkast/metalkast//manifests/cluster/base?ref=9a797a0
  - https://github.com/metalkast/metalkast//manifests/cluster/components/disable-certificate-verification?ref=9a797a0