Skip to content

Commit

Permalink
make validate-gen-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nelljerram committed Feb 28, 2025
1 parent d86f158 commit 9004115
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ spec:
file reporting is disabled if field is left empty.
Chosen directory should match the directory used by the CNI plugin for PodStartupDelay.
[Default: ""]
[Default: /var/run/calico]
type: string
externalNetworkRoutingRulePriority:
description: 'ExternalNetworkRoutingRulePriority controls the priority
Expand Down Expand Up @@ -979,6 +979,17 @@ spec:
unique IP addresses (if relevant) that should be included in Flow
logs.
type: integer
flowLogsPolicyEvaluationMode:
description: |-
FlowLogsPolicyEvaluationMode defines how policies are evaluated and reflected in flow logs.
OnNewConnection - In this mode, staged policies are only evaluated when new connections are
made in the dataplane. Staged/active policy changes will not be reflected in the
`pending_policies` field of flow logs for long lived connections.
Continuous - Felix evaluates active flows on a regular basis to determine the rule
traces in the flow logs. Any policy updates that impact a flow will be reflected in the
pending_policies field, offering a near-real-time view of policy changes across flows.
[Default: Continuous]
type: string
flowLogsPositionFilePath:
description: |-
FlowLogsPositionFilePath is used specify the position of the external pipeline that reads flow logs. Default is /var/log/calico/flows.log.pos.
Expand Down

0 comments on commit 9004115

Please sign in to comment.