Support for setting tls-min-version and tls-cipher-suites in kubelet_config #19280
Closed
1 task done
Labels
enhancement
sdk/not-yet-supported
Support for this does not exist in the upstream SDK at this time
service/kubernetes-cluster
upstream/microsoft/needs-support-on-azure-api
This label is applicable when support for a feature is not currently available on the Azure API.
Is there an existing issue for this?
Community Note
Description
kubelet_config
inazurerm_kubernetes_cluster.default_node_pool
andazurerm_kubernetes_cluster_node_pool
does not allow setting kubelet argumentstls-min-version
ortls-cipher-suites
. This prevents the configuration of the kubelet to for secure TLS versions, i.e. TLS 1.2 or higher.These arguments and allowed values are described here https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster, azurerm_kubernetes_cluster_node_pool
Potential Terraform Configuration
References
#11119 provided a limited set of kubelet arguments, but not these TLS related arguments.
The text was updated successfully, but these errors were encountered: