Skip to content

Add parameters for Kubernetes installation#4872

Draft
afbjorklund wants to merge 1 commit intolima-vm:masterfrom
afbjorklund:k8s-params
Draft

Add parameters for Kubernetes installation#4872
afbjorklund wants to merge 1 commit intolima-vm:masterfrom
afbjorklund:k8s-params

Conversation

@afbjorklund
Copy link
Copy Markdown
Member

@afbjorklund afbjorklund commented Apr 23, 2026

Issue #4844

param:
  release: "stable"
  stability: "stable" 
  version: "stable"
param:
  release: "v1.36"
  stability: "prerelease"
  version: "v1.36.0-rc.1"

See https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/ for the different params.

Closes #4844
Closes #4871

limactl start ./templates/k8s.yaml -set '.param.release="v1.35"' --set '.param.version="stable-1.35"'

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable k8s cluster version Testing Kubernetes prerelease versions

1 participant