volcano.sh/volcano@v1.9.0/hack/e2e-kind-config.yaml (about)

     1  # this config file contains all config fields with comments
     2  kind: Cluster
     3  apiVersion: kind.x-k8s.io/v1alpha4
     4  # 1 control plane node and 4 workers
     5  nodes:
     6    # the control plane node config
     7    - role: control-plane
     8    # the four workers
     9    - role: worker
    10    - role: worker
    11    - role: worker
    12    - role: worker