diff options
Diffstat (limited to 'yaml/kind-cluster.yaml')
-rw-r--r-- | yaml/kind-cluster.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |