@@ -186,6 +186,7 @@ spec:
186186 LocalDNS configures the per-node local DNS, with VnetDNS and KubeDNS overrides.
187187 LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster.
188188 For more details see aka.ms/aks/localdns.
189+ Note: LocalDNS requires Kubernetes 1.36+ when using mode 'Preferred'. Use mode 'Required' at your own risk on older versions.
189190 properties :
190191 kubeDNSOverrides :
191192 additionalProperties :
@@ -260,6 +261,7 @@ spec:
260261 && has(self.protocol) && self.protocol == '' ForceTCP'' )'
261262 description : KubeDNS overrides apply to DNS traffic from pods
262263 with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic).
264+ maxProperties : 10
263265 type : object
264266 mode :
265267 description : Mode of enablement for localDNS.
@@ -341,6 +343,7 @@ spec:
341343 && has(self.protocol) && self.protocol == '' ForceTCP'' )'
342344 description : VnetDNS overrides apply to DNS traffic from pods
343345 with dnsPolicy:default or kubelet (referred to as VnetDNS traffic).
346+ maxProperties : 10
344347 type : object
345348 required :
346349 - kubeDNSOverrides
@@ -715,6 +718,7 @@ spec:
715718 LocalDNS configures the per-node local DNS, with VnetDNS and KubeDNS overrides.
716719 LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster.
717720 For more details see aka.ms/aks/localdns.
721+ Note: LocalDNS requires Kubernetes 1.36+ when using mode 'Preferred'. Use mode 'Required' at your own risk on older versions.
718722 properties :
719723 kubeDNSOverrides :
720724 additionalProperties :
@@ -789,6 +793,7 @@ spec:
789793 && has(self.protocol) && self.protocol == '' ForceTCP'' )'
790794 description : KubeDNS overrides apply to DNS traffic from pods
791795 with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic).
796+ maxProperties : 10
792797 type : object
793798 mode :
794799 description : Mode of enablement for localDNS.
@@ -870,6 +875,7 @@ spec:
870875 && has(self.protocol) && self.protocol == '' ForceTCP'' )'
871876 description : VnetDNS overrides apply to DNS traffic from pods
872877 with dnsPolicy:default or kubelet (referred to as VnetDNS traffic).
878+ maxProperties : 10
873879 type : object
874880 required :
875881 - kubeDNSOverrides
0 commit comments