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.

26 lines
1.0 KiB

  1. # Due to some Azure limitations, this name must be globally unique
  2. cluster_name: example
  3. # Set this to true if you do not want to have public IPs for your masters and minions. This will provision a bastion
  4. # node that can be used to access the masters and minions
  5. use_bastion: false
  6. number_of_k8s_masters: 3
  7. number_of_k8s_nodes: 3
  8. masters_vm_size: Standard_A2
  9. masters_os_disk_size: 1000
  10. minions_vm_size: Standard_A2
  11. minions_os_disk_size: 1000
  12. admin_username: devops
  13. admin_password: changeme
  14. ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLRzcxbsFDdEibiyXCSdIFh7bKbXso1NqlKjEyPTptf3aBXHEhVil0lJRjGpTlpfTy7PHvXFbXIOCdv9tOmeH1uxWDDeZawgPFV6VSZ1QneCL+8bxzhjiCn8133wBSPZkN8rbFKd9eEUUBfx8ipCblYblF9FcidylwtMt5TeEmXk8yRVkPiCuEYuDplhc2H0f4PsK3pFb5aDVdaDT3VeIypnOQZZoUxHWqm6ThyHrzLJd3SrZf+RROFWW1uInIDf/SZlXojczUYoffxgT1lERfOJCHJXsqbZWugbxQBwqsVsX59+KPxFFo6nV88h3UQr63wbFx52/MXkX4WrCkAHzN ablock-vwfs@dell-lappy"
  15. # Azure CIDRs
  16. azure_vnet_cidr: 10.0.0.0/8
  17. azure_admin_cidr: 10.241.2.0/24
  18. azure_masters_cidr: 10.0.4.0/24
  19. azure_minions_cidr: 10.240.0.0/16