From 6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 17 Jan 2025 11:41:55 +0100 Subject: Use only three files --- yaml/kind-cluster.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yaml/kind-cluster.yaml (limited to 'yaml/kind-cluster.yaml') diff --git a/yaml/kind-cluster.yaml b/yaml/kind-cluster.yaml new file mode 100644 index 0000000..6f0e32d --- /dev/null +++ b/yaml/kind-cluster.yaml @@ -0,0 +1,8 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +nodes: +- role: control-plane +- role: worker +- role: worker +- role: worker +- role: worker -- cgit v1.2.3-18-g5258