mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 16:43:36 +00:00
Apr 3rd
This commit is contained in:
@@ -431,9 +431,9 @@
|
||||
|
||||
network_profile { # (1)
|
||||
load_balancer_sku = "Standard"
|
||||
network_plugin = "azure" # windows node pools are not supported by kubenet, instead use Azure CNI network plugin
|
||||
service_cidr = "10.x.x.0/24"
|
||||
dns_service_ip = "10.x.x.10"
|
||||
network_plugin = "kubenet" # use Azure CNI network plugin when windows node pools are required (not supported by kubenet)
|
||||
service_cidr = "10.0.0.0/16"
|
||||
dns_service_ip = "10.0.0.10"
|
||||
docker_bridge_cidr = "172.17.0.1/16" # Default. You can reuse this range across different AKS clusters.
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user