Skip to content

Commit

Permalink
Updated documentation for network_plugin_mode. Signed-off-by: Igor Ka…
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kanshyn committed Oct 17, 2023
1 parent ad1fa90 commit 7baaae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/data-sources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ Optional:
- `dns_service_ip` (String) IP address assigned to the Kubernetes DNS service. This key can only be set when the network_config.network_plugin key is set to 'azure'.
- `docker_bridge_cidr` (String) A CIDR notation IP range assigned to the Docker bridge network
- `load_balancer_sku` (String) Load balancer SKU
- `network_plugin` (String) Network plugin. Set the value of this key to 'azure' if you want to specify values for network_config.dns_service_ip and/or network_config.service_cidr.
- `network_plugin` (String) Network plugin. It is used for building Kubernetes network. Allowed values: azure, kubenet. Specify 'azure' for routable pod IPs from VNET, 'kubenet' for non-routable pod IPs with an overlay network, Defaults to 'kubenet'
- `network_plugin_mode` (String) Network plugin mode. Allowed values: overlay. Used to control the mode the network plugin should operate in. For example, 'overlay' used with networkPlugin=azure will use an overlay network (non-VNET IPs) for pods in the cluster.
- `network_policy` (String) Network policy
- `pod_cidr` (List of String) CIDR notation IP ranges from which to assign pod IPs
- `service_cidr` (List of String) CIDR notation IP ranges from which to assign service cluster IP. This key can only be set when the network_config.network_plugin key is set to 'azure'.
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ Optional:
- `dns_service_ip` (String) IP address assigned to the Kubernetes DNS service. This key can only be set when the network_config.network_plugin key is set to 'azure'.
- `docker_bridge_cidr` (String) A CIDR notation IP range assigned to the Docker bridge network
- `load_balancer_sku` (String) Load balancer SKU
- `network_plugin` (String) Network plugin. Set the value of this key to 'azure' if you want to specify values for network_config.dns_service_ip and/or network_config.service_cidr.
- `network_plugin` (String) Network plugin. It is used for building Kubernetes network. Allowed values: azure, kubenet. Specify 'azure' for routable pod IPs from VNET, 'kubenet' for non-routable pod IPs with an overlay network, Defaults to 'kubenet'
- `network_plugin_mode` (String) Network plugin mode. Allowed values: overlay. Used to control the mode the network plugin should operate in. For example, 'overlay' used with networkPlugin=azure will use an overlay network (non-VNET IPs) for pods in the cluster.
- `network_policy` (String) Network policy
- `pod_cidr` (List of String) CIDR notation IP ranges from which to assign pod IPs
- `service_cidr` (List of String) CIDR notation IP ranges from which to assign service cluster IP. This key can only be set when the network_config.network_plugin key is set to 'azure'.
Expand Down

0 comments on commit 7baaae8

Please sign in to comment.