cluster:
    allowSchedulingOnControlPlanes: true
machine:
    install:
        disk: /dev/sde
    kubelet:
        extraMounts:
            - destination: /var/local-path-provisioner
              type: bind
              source: /var/local-path-provisioner
              options:
                  - bind
                  - rshared
                  - rw
        extraArgs:
            rotate-server-certificates: true