You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// at this time the default node pool has to be Linux or the AKS cluster fails to provision with:
218
225
// Pods not in Running status: coredns-7fc597cc45-v5z7x,coredns-autoscaler-7ccc76bfbd-djl7j,metrics-server-cbd95f966-5rl97,tunnelfront-7d9884977b-wpbvn
Copy file name to clipboardexpand all lines: website/docs/r/kubernetes_cluster.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,8 @@ A `default_node_pool` block supports the following:
229
229
230
230
-> **NOTE:** If you're using AutoScaling, you may wish to use [Terraform's `ignore_changes` functionality](https://www.terraform.io/docs/configuration/resources.html#ignore_changes) to ignore changes to the `node_count` field.
231
231
232
+
*`enable_host_encryption` - (Optional) Should the nodes in the Default Node Pool have host encryption enabled? Defaults to `false`.
233
+
232
234
*`enable_node_public_ip` - (Optional) Should nodes in this Node Pool have a Public IP Address? Defaults to `false`.
233
235
234
236
*`max_pods` - (Optional) The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
Copy file name to clipboardexpand all lines: website/docs/r/kubernetes_cluster_node_pool.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ The following arguments are supported:
73
73
74
74
*`enable_auto_scaling` - (Optional) Whether to enable [auto-scaler](https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler). Defaults to `false`.
75
75
76
+
*`enable_host_encryption` - (Optional) Should the nodes in this Node Pool have host encryption enabled? Defaults to `false`.
77
+
76
78
~> **NOTE:** Additional fields must be configured depending on the value of this field - see below.
77
79
78
80
*`enable_node_public_ip` - (Optional) Should each node have a Public IP Address? Defaults to `false`.
0 commit comments