Skip to content

Commit

Permalink
Add network policy config. (hashicorp#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Mar 15, 2018
1 parent e0fbedc commit 92aa9a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,13 @@ The `addons_config` block supports:
* `http_load_balancing` - (Optional) The status of the HTTP (L7) load balancing
controller addon, which makes it easy to set up HTTP load balancers for services in a
cluster. It is enabled by default; set `disabled = true` to disable.

* `kubernetes_dashboard` - (Optional) The status of the Kubernetes Dashboard
add-on, which controls whether the Kubernetes Dashboard is enabled for this cluster.
It is enabled by default; set `disabled = true` to disable.
* `network_policy_config` - (Optional) Whether we should enable the network policy addon
for the master. This must be enabled in order to enable network policy for the nodes.
It can only be disabled if the nodes already do not have network policies enabled.
Set `disabled = true` to disable.

This example `addons_config` disables two addons:

Expand Down

0 comments on commit 92aa9a3

Please sign in to comment.