Skip to content

Commit

Permalink
Merge pull request #253 from ggverma/fix/3384780
Browse files Browse the repository at this point in the history
Update description of conf opt enable_mixed_expression_groups
  • Loading branch information
salv-orlando committed May 13, 2024
2 parents 303d743 + cc0a382 commit 135f447
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
17 changes: 10 additions & 7 deletions deploy/kubernetes/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,14 +611,17 @@ data:
# Choices: MATCH_EXTERNAL_ADDRESS MATCH_INTERNAL_ADDRESS BYPASS
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Boolean; set to True to leverage NSX groups with mixed expressions, False
# to keep them disabled. Defaults to False. With mixed expressions enabled,
# 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
# 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
#enable_mixed_expression_groups = False
Expand Down
17 changes: 10 additions & 7 deletions deploy/openshift4/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,14 +605,17 @@ data:
# Choices: MATCH_EXTERNAL_ADDRESS MATCH_INTERNAL_ADDRESS BYPASS
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Boolean; set to True to leverage NSX groups with mixed expressions, False
# to keep them disabled. Defaults to False. With mixed expressions enabled,
# 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
# 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
#enable_mixed_expression_groups = False
Expand Down

0 comments on commit 135f447

Please sign in to comment.