mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
Documenting Terraform variable az_list explicitly (#5132)
* added az_list to README section * added az_list to cluster.tfvars
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7f74906d33
commit
5f02068f90
@@ -1,6 +1,9 @@
|
||||
# your Kubernetes cluster name here
|
||||
cluster_name = "i-didnt-read-the-docs"
|
||||
|
||||
# list of availability zones available in your OpenStack cluster
|
||||
#az_list = ["nova"]
|
||||
|
||||
# SSH key to use for access to nodes
|
||||
public_key_path = "~/.ssh/id_rsa.pub"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user