chore(kustomize): kube-apiserver kubelet-preferred-address-types support

This commit is contained in:
Dario Tranchitella
2023-01-22 14:56:47 +01:00
parent 743ea1343f
commit a1f155fcab
2 changed files with 34 additions and 0 deletions
@@ -1676,6 +1676,24 @@ spec:
- systemd
- cgroupfs
type: string
preferredAddressTypes:
default:
- Hostname
- InternalIP
- ExternalIP
description: Ordered list of the preferred NodeAddressTypes
to use for kubelet connections. Default to Hostname, InternalIP,
ExternalIP.
items:
enum:
- Hostname
- InternalIP
- ExternalIP
- InternalDNS
- ExternalDNS
type: string
minItems: 1
type: array
type: object
version:
description: Kubernetes Version for the tenant control plane
+16
View File
@@ -1245,6 +1245,22 @@ spec:
- systemd
- cgroupfs
type: string
preferredAddressTypes:
default:
- Hostname
- InternalIP
- ExternalIP
description: Ordered list of the preferred NodeAddressTypes to use for kubelet connections. Default to Hostname, InternalIP, ExternalIP.
items:
enum:
- Hostname
- InternalIP
- ExternalIP
- InternalDNS
- ExternalDNS
type: string
minItems: 1
type: array
type: object
version:
description: Kubernetes Version for the tenant control plane