Skip to content

Commit

Permalink
Merge pull request #255 from timdengyun/sync_ncp4.2.0_manifest_configmap
Browse files Browse the repository at this point in the history
Sync ncp4.2.0 manifest and configmap
  • Loading branch information
timdengyun committed Jun 21, 2024
2 parents 0bef246 + a99549e commit 7641682
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 23 deletions.
11 changes: 1 addition & 10 deletions deploy/kubernetes/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ data:
#retries = 10
# Specify one or a list of thumbprint strings to use in verifying the NSX
# Manager server certificate. This option is ignored if "insecure" is set
# to True or "ca_file" is defined.
Expand Down Expand Up @@ -611,16 +612,6 @@ data:
# Choices: MATCH_EXTERNAL_ADDRESS MATCH_INTERNAL_ADDRESS BYPASS
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Deprecated; Boolean; set to True to leverage NSX groups with mixed
# 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
11 changes: 1 addition & 10 deletions deploy/openshift4/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ data:
#retries = 10
# Specify one or a list of thumbprint strings to use in verifying the NSX
# Manager server certificate. This option is ignored if "insecure" is set
# to True or "ca_file" is defined.
Expand Down Expand Up @@ -605,16 +606,6 @@ data:
# Choices: MATCH_EXTERNAL_ADDRESS MATCH_INTERNAL_ADDRESS BYPASS
#natfirewallmatch = MATCH_INTERNAL_ADDRESS
# Deprecated; Boolean; set to True to leverage NSX groups with mixed
# 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
2 changes: 1 addition & 1 deletion manifest/kubernetes/rhel/ncp-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ spec:
- /bin/sh
- -c
- check_pod_liveness nsx-kube-proxy 5
initialDelaySeconds: 10
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 5
Expand Down
2 changes: 1 addition & 1 deletion manifest/kubernetes/ubuntu/ncp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ spec:
- /bin/sh
- -c
- check_pod_liveness nsx-kube-proxy 5
initialDelaySeconds: 10
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 5
Expand Down
3 changes: 2 additions & 1 deletion manifest/openshift4/coreos/ncp-openshift4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ data:




---
# Yaml template for NCP Deployment
# Proper kubernetes API and NSX API parameters, and NCP Docker image
Expand Down Expand Up @@ -1042,7 +1043,7 @@ spec:
- /bin/sh
- -c
- check_pod_liveness nsx-kube-proxy 5
initialDelaySeconds: 10
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 5
Expand Down

0 comments on commit 7641682

Please sign in to comment.