home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit d872f6a895618e42399ac7a2531a2edbb39825be
parent c7592b2c09f9684edf56e2fb9380e7b347c51164
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 21 Sep 2022 10:26:52 +0200

tools/bekind: freeze k8s version to 1.24

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/bekind/profiles/1n.yaml | 1+
Mtools/bekind/profiles/3n.yaml | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/bekind/profiles/1n.yaml b/tools/bekind/profiles/1n.yaml @@ -9,3 +9,4 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98 diff --git a/tools/bekind/profiles/3n.yaml b/tools/bekind/profiles/3n.yaml @@ -9,6 +9,7 @@ containerdConfigPatches: endpoint = ["http://sakhalin.home:5000"] nodes: - role: control-plane + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98 kubeadmConfigPatches: - | kind: InitConfiguration @@ -16,4 +17,6 @@ nodes: kubeletExtraArgs: node-labels: "ingress-ready=true" - role: worker + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98 - role: worker + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98