0

How do I specify the address space of the virtual network created when provisioning a Kubernetes cluster? If that is not possible, how do I move the cluster to a different address space?

1 Answers1

0

At this time is not possible. However, you can use ACS Engine to do this. Engine is where our dev work. Vnet support is there now and will come to ACS on the future.

See http://github.com/azure/acs-engine

rgardler
  • 592
  • 3
  • 7
  • 1
    Thanks, I ended up using this. I followed the walkthrough here: https://github.com/Azure/acs-engine/blob/master/docs/kubernetes.md and combined it with the following example: https://github.com/Azure/acs-engine/tree/master/examples/vnet. – B. Wentzel Jun 09 '17 at 08:59