From fcb79da5ed3eb86bfef5c859e8e6d52d9fe98427 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 8 Jan 2025 21:06:07 +0100 Subject: Add cluster configuration for worker nodes --- yaml/cluster/kind-cluster-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yaml/cluster/kind-cluster-config.yaml (limited to 'yaml') diff --git a/yaml/cluster/kind-cluster-config.yaml b/yaml/cluster/kind-cluster-config.yaml new file mode 100644 index 0000000..6f0e32d --- /dev/null +++ b/yaml/cluster/kind-cluster-config.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