mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
chore(kustomize): kube-apiserver kubelet-preferred-address-types support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user