Created
July 23, 2019 06:42
-
-
Save jrisch/0a37eb426167021be0e50f887915547f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodes: | |
- address: 1.2.3.4 | |
hostname_override: somehost | |
user: rancher | |
role: | |
- controlplane | |
- etcd | |
- address: 1.2.3.5 | |
hostname_override: someotherhost | |
user: rancher | |
roles: | |
- worker | |
# If set to true, RKE will not fail when unsupported Docker version are found | |
ignore_docker_version: true | |
# The kubernetes version used. For now, this should match the version defined in rancher/types defaults map: https://github.com/rancher/types/blob/master/apis/management.cattle.io/v3/k8s_defaults.go#L14 | |
# In case the kubernetes_version and kubernetes image in system_images are defined, the system_images configuration will take precedence over kubernetes_version. | |
kubernetes_version: v1.10.3-rancher2 | |
cloud_provider: | |
name: vsphere | |
vsphereCloudProvider: | |
global: | |
insecure-flag: true # Set to true if the vCenter/ESXi uses a self-signed certificate | |
virtual_center: | |
user: vcenteradmin | |
password: SOMEPASS | |
port: 443 | |
datacenters: eu-west-1 | |
workspace: | |
datacenter: eu-west-1 | |
folcer: /DC/Rancher/clusters | |
default-datastore: ds-1 | |
disk: | |
scsicontrollertype: pvscsi | |
network: | |
public-network: public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment