Commit 0e79728d9e46

Vincent Demeester <vincent@sbr.pm>
2022-09-21 10:22:29
bekind: add a demo profile
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 15234c5
Changed files (1)
tools
bekind
profiles
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