github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/pkg/install/test/cluster-config.yaml (about)

     1  cluster:
     2    name: my_cluster_name
     3    admin_password: secret_admin_password
     4    disable_package_installation: false
     5    disconnected_installation: false
     6    networking:
     7      type: overlay
     8      pod_cidr_block: 172.16.0.0/16
     9      service_cidr_block: 172.17.0.0/16
    10      update_hosts_files: false
    11    certificates:
    12      expiry: 17520h
    13    ssh:
    14      user: kismatic
    15      ssh_key: .ssh/id_rsa
    16      ssh_port: 22
    17    kube_apiserver:
    18      option_overrides:
    19        "runtime-config": "beta/v2api=true,alpha/v1api=true"