home

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

commit a11f3b945e489b62a0846562ef2cc13c4f668928
parent 2cc1bf9cd89d9137cd5fcfaef5f5c2f1011530db
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  5 Oct 2022 11:32:39 +0200

tools/bekind: add versionned profiles

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

Diffstat:
Atools/bekind/profiles/1.21.yaml | 12++++++++++++
Atools/bekind/profiles/1.22.yaml | 12++++++++++++
Atools/bekind/profiles/1.23.yaml | 12++++++++++++
Atools/bekind/profiles/1.24.yaml | 12++++++++++++
4 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/tools/bekind/profiles/1.21.yaml b/tools/bekind/profiles/1.21.yaml @@ -0,0 +1,12 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: HOST + apiServerPort: PORT +containerdConfigPatches: +- |- + [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] + endpoint = ["http://sakhalin.home:5000"] +nodes: +- role: control-plane + image: "kindest/node:v1.21.14@sha256:ad5b7446dd8332439f22a1efdac73670f0da158c00f0a70b45716e7ef3fae20b" diff --git a/tools/bekind/profiles/1.22.yaml b/tools/bekind/profiles/1.22.yaml @@ -0,0 +1,12 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: HOST + apiServerPort: PORT +containerdConfigPatches: +- |- + [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] + endpoint = ["http://sakhalin.home:5000"] +nodes: +- role: control-plane + image: "kindest/node:1.22.7@sha256:1dfd72d193bf7da64765fd2f2898f78663b9ba366c2aa74be1fd7498a1873166" diff --git a/tools/bekind/profiles/1.23.yaml b/tools/bekind/profiles/1.23.yaml @@ -0,0 +1,12 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: HOST + apiServerPort: PORT +containerdConfigPatches: +- |- + [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] + endpoint = ["http://sakhalin.home:5000"] +nodes: +- role: control-plane + image: "kindest/node:v1.23.12@sha256:9402cf1330bbd3a0d097d2033fa489b2abe40d479cc5ef47d0b6a6960613148a" diff --git a/tools/bekind/profiles/1.24.yaml b/tools/bekind/profiles/1.24.yaml @@ -0,0 +1,12 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: HOST + apiServerPort: PORT +containerdConfigPatches: +- |- + [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] + endpoint = ["http://sakhalin.home:5000"] +nodes: +- role: control-plane + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98