k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
675 B
44 lines
675 B
prefix = "default"
|
|
zone = "hel1"
|
|
|
|
inventory_file = "inventory.ini"
|
|
|
|
ssh_public_keys = [
|
|
# Put your public SSH key here
|
|
"ssh-rsa I-did-not-read-the-docs",
|
|
"ssh-rsa I-did-not-read-the-docs 2",
|
|
]
|
|
|
|
machines = {
|
|
"master-0" : {
|
|
"node_type" : "master",
|
|
"size" : "cx21",
|
|
"image" : "ubuntu-20.04",
|
|
},
|
|
"worker-0" : {
|
|
"node_type" : "worker",
|
|
"size" : "cx21",
|
|
"image" : "ubuntu-20.04",
|
|
},
|
|
"worker-1" : {
|
|
"node_type" : "worker",
|
|
"size" : "cx21",
|
|
"image" : "ubuntu-20.04",
|
|
}
|
|
}
|
|
|
|
nodeport_whitelist = [
|
|
"0.0.0.0/0"
|
|
]
|
|
|
|
ingress_whitelist = [
|
|
"0.0.0.0/0"
|
|
]
|
|
|
|
ssh_whitelist = [
|
|
"0.0.0.0/0"
|
|
]
|
|
|
|
api_server_whitelist = [
|
|
"0.0.0.0/0"
|
|
]
|