Skip to content

Commit

Permalink
Merge pull request #254 from ggverma/fix/3384780-2
Browse files Browse the repository at this point in the history
Update description of conf opt enable_mixed_expression_groups
  • Loading branch information
ggverma committed May 21, 2024
2 parents 135f447 + beffc18 commit 0bef246
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions deploy/kubernetes/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,16 +612,14 @@ data:
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Deprecated; Boolean; set to True to leverage NSX groups with mixed
# expressions, False to keep them disabled. Applicable only if NSX
# version is less than 4.2.0. Defaults to False. Enforced to True
# if NSX version is 4.2.0 or higher. With mixed expressions enabled,
# NCP will create NSX DFW rules for K8S network policies with
# multiselectors such that all pods in an arbitrary number of
# namespaces are subjected to DFW; without this feature
# enabled, the NSX rules for network policies with multiselectors
# can select pods in at most 5 namespaces. This should be disabled
# if significant delays in NSX effective group membership evaluation
# are observed
# expressions, False to keep them disabled. Applicable only if NCP
# version is less than 4.2.0. Defaults to False. Enforced to True if
# both NCP version is 4.2.0 or higher and NSX version is 4.1.2 or
# higher. With mixed expressions enabled, NCP will create NSX DFW rules
# for K8S network policies with multiselectors such that all pods in
# an arbitrary number of namespaces are subjected to DFW; without
# this feature enabled, the NSX rules for network policies with
# multiselectors can select pods in at most 5 namespaces
#enable_mixed_expression_groups = False
Expand Down
18 changes: 8 additions & 10 deletions deploy/openshift4/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,16 +606,14 @@ data:
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Deprecated; Boolean; set to True to leverage NSX groups with mixed
# expressions, False to keep them disabled. Applicable only if NSX
# version is less than 4.2.0. Defaults to False. Enforced to True
# if NSX version is 4.2.0 or higher. With mixed expressions enabled,
# NCP will create NSX DFW rules for K8S network policies with
# multiselectors such that all pods in an arbitrary number of
# namespaces are subjected to DFW; without this feature
# enabled, the NSX rules for network policies with multiselectors
# can select pods in at most 5 namespaces. This should be disabled
# if significant delays in NSX effective group membership evaluation
# are observed
# expressions, False to keep them disabled. Applicable only if NCP
# version is less than 4.2.0. Defaults to False. Enforced to True if
# both NCP version is 4.2.0 or higher and NSX version is 4.1.2 or
# higher. With mixed expressions enabled, NCP will create NSX DFW rules
# for K8S network policies with multiselectors such that all pods in
# an arbitrary number of namespaces are subjected to DFW; without
# this feature enabled, the NSX rules for network policies with
# multiselectors can select pods in at most 5 namespaces
#enable_mixed_expression_groups = False
Expand Down

0 comments on commit 0bef246

Please sign in to comment.