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
I've just spun up a Kubernetes cluster in Azure using this module and am reviewing the advisor recommendations. One of the recommendations is to switch to emphemeral OS disks, which would be achieved by setting the os_disk_type argument for the default_node_pool block to Ephemeral from the default Managed.
Please add a variable to be able to switch OS disk types to make use of this feature.
The text was updated successfully, but these errors were encountered:
I've just spun up a Kubernetes cluster in Azure using this module and am reviewing the advisor recommendations. One of the recommendations is to switch to emphemeral OS disks, which would be achieved by setting the
os_disk_type
argument for thedefault_node_pool
block toEphemeral
from the defaultManaged
.Please add a variable to be able to switch OS disk types to make use of this feature.
The text was updated successfully, but these errors were encountered: