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
By default, any default pools created for the Azure Kubernetes service dynamically receive a public IP associated with the node. In some scenarios, this needs to be disabled due to security constraints. The relevant affected places are as follows:
Feature description
By default, any default pools created for the Azure Kubernetes service dynamically receive a public IP associated with the node. In some scenarios, this needs to be disabled due to security constraints. The relevant affected places are as follows:
nebari/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/main.tf
Lines 34 to 51 in 8a26ea0
nebari/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/main.tf
Lines 70 to 87 in 8a26ea0
where
node_public_ip_enabled
needs to be directly disabled (see for more info)Value and/or benefit
It allows nodes to be deployed in the managed resource group but doesn't have public IP addresses attached to their instance node.
Anything else?
No response
The text was updated successfully, but these errors were encountered: