Update calico to version 3.28.0
This commit is contained in:
parent
7548f12db8
commit
d6f17858ce
10 changed files with 55 additions and 36 deletions
|
|
@ -168,8 +168,9 @@ spec:
|
|||
- Disabled
|
||||
type: string
|
||||
bpfKubeProxyEndpointSlicesEnabled:
|
||||
description: BPFKubeProxyEndpointSlicesEnabled in BPF mode, controls
|
||||
whether Felix's embedded kube-proxy accepts EndpointSlices or not.
|
||||
description: BPFKubeProxyEndpointSlicesEnabled is deprecated and has
|
||||
no effect. BPF kube-proxy always accepts endpoint slices. This option
|
||||
will be removed in the next release.
|
||||
type: boolean
|
||||
bpfKubeProxyIptablesCleanupEnabled:
|
||||
description: 'BPFKubeProxyIptablesCleanupEnabled, if enabled in BPF
|
||||
|
|
@ -288,11 +289,23 @@ spec:
|
|||
type: string
|
||||
debugDisableLogDropping:
|
||||
type: boolean
|
||||
debugHost:
|
||||
description: DebugHost is the host IP or hostname to bind the debug
|
||||
port to. Only used if DebugPort is set. [Default:localhost]
|
||||
type: string
|
||||
debugMemoryProfilePath:
|
||||
type: string
|
||||
debugPort:
|
||||
description: DebugPort if set, enables Felix's debug HTTP port, which
|
||||
allows memory and CPU profiles to be retrieved. The debug port
|
||||
is not secure, it should not be exposed to the internet.
|
||||
type: integer
|
||||
debugSimulateCalcGraphHangAfter:
|
||||
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
|
||||
type: string
|
||||
debugSimulateDataplaneApplyDelay:
|
||||
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
|
||||
type: string
|
||||
debugSimulateDataplaneHangAfter:
|
||||
pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
|
||||
type: string
|
||||
|
|
@ -332,6 +345,12 @@ spec:
|
|||
type: string
|
||||
endpointReportingEnabled:
|
||||
type: boolean
|
||||
endpointStatusPathPrefix:
|
||||
description: "EndpointStatusPathPrefix is the path to the directory
|
||||
where endpoint status will be written. Endpoint status file reporting
|
||||
is disabled if field is left empty. \n Chosen directory should match
|
||||
the directory used by the CNI for PodStartupDelay. [Default: \"\"]"
|
||||
type: string
|
||||
externalNodesList:
|
||||
description: ExternalNodesCIDRList is a list of CIDR's of external-non-calico-nodes
|
||||
which may source tunnel traffic and have the tunneled traffic be
|
||||
|
|
@ -603,7 +622,7 @@ spec:
|
|||
description: 'MetadataAddr is the IP address or domain name of the
|
||||
server that can answer VM queries for cloud-init metadata. In OpenStack,
|
||||
this corresponds to the machine running nova-api (or in Ubuntu,
|
||||
nova-api-metadata). A value of none (case insensitive) means that
|
||||
nova-api-metadata). A value of none (case-insensitive) means that
|
||||
Felix should not set up any NAT rule for the metadata path. [Default:
|
||||
127.0.0.1]'
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue