commit 0e79728d9e4693c8cc28de9b31ad4bb3c1c665d0 parent 15234c5e0b7e5d3957283338991fe335d5959ecf Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 21 Sep 2022 10:22:29 +0200 bekind: add a demo profile Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | tools/bekind/profiles/demo.yaml | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/tools/bekind/profiles/demo.yaml b/tools/bekind/profiles/demo.yaml @@ -0,0 +1,14 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha1 +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 +- role: worker + image: kindest/node:v1.24.4@sha256:adfaebada924a26c2c9308edd53c6e33b3d4e453782c0063dc0028bdebaddf98