github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/nvidia-plugin/Clusterfile (about)

     1  apiVersion: sealer.aliyun.com/v1alpha1
     2  kind: Cluster
     3  metadata:
     4    name: my-cluster
     5  spec:
     6    image: registry.cn-qingdao.aliyuncs.com/sealer-io/kubernetes-nvidia:v1.19.8
     7    # Using sealer apply, the provider should be BAREMETAL
     8    provider: BAREMETAL
     9    ssh:
    10      # SSH login password, if you use the key to log in, you don’t need to set it
    11      passwd: *****
    12      ## The absolute path of the ssh private key file, for example /root/.ssh/id_rsa
    13      pk: ""
    14      #  The password of the ssh private key file, if there is none, set it to ""
    15      pkPasswd: ""
    16      # ssh login user
    17      user: root
    18    network:
    19      podCIDR: 100.64.0.0/10
    20      svcCIDR: 10.96.0.0/22
    21    certSANS:
    22      - aliyun-inc.com
    23      - 10.0.0.2
    24    masters:
    25      ipList:
    26       - 172.22.82.184