You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# your digitalocean tokentoken: "<< YOUR_DO_TOKEN >>"# droplet regionregion: "fra1"# droplet sizesize: "2gb"# enable backups for the dropletbackups: false# enable ipv6 for the dropletipv6: false- Add operating system config # enable private networking for the dropletprivate_networking: true# enable monitoring for the dropletmonitoring: true# add the following tags to the droplettags:
- "machine-controller"
AWS
machine.spec.providerConfig.cloudProviderSpec
# your aws access key idaccessKeyId: "<< YOUR_ACCESS_KEY_ID >>"# your aws secret access key idsecretAccessKey: "<< YOUR_SECRET_ACCESS_KEY_ID >>"# region for the instanceregion: "eu-central-1"# avaiability zone for the instanceavailabilityZone: "eu-central-1a"# vpc id for the instancevpcId: "vpc-819f62e9"# subnet id for the instancesubnetId: "subnet-2bff4f43"# instance typeinstanceType: "t2.micro"# size of the root disk in gbdiskSize: 50# root disk type (gp2, io1, st1, sc1, or standard)diskType: "gp2"# optional! the ami id to use. Needs to fit to the specified operating systemami: ""# optional! The security group ids for the instance. # When not set a 'kubernetes-v1' security gruop will get createdsecurityGroupIDs:
- ""# name of the instance profile to use.# When not set a 'kubernetes-v1' instance profile will get created instanceProfile : ""# instance tags ("KubernetesCluster": "my-cluster" is a required tag. # If not set, the kubernetes controller-manager will delete the nodes)tags:
"KubernetesCluster": "my-cluster"
Openstack
machine.spec.providerConfig.cloudProviderSpec
# identity endpoint of your openstack installationidentityEndpoint: ""# your openstack usernameusername: ""# your openstack passwordpassword: ""# the openstack domaindomainName: "default"# tenant nametenantName: ""# image to use (currently only ubuntu & coreos are supported)image: "Ubuntu 16.04 amd64"# instance flavorflavor: ""# additional security groups.# a default security group will be created which node-to-node communicationsecurityGroups:
- "external-ssh"# the name of the subnet to usesubnet: ""# [not implemented] the floating ip pool to use. When set a floating ip will be assigned o the instancefloatingIpPool: ""# the availability zone to create the instance inavailabilityZone: ""# the region to operate inregion: ""# the name of the network to usenetwork: ""