mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Exclude openshift-monitoring namespace in Globalnet
In an OCP Cluster, openshift-monitoring namespace has couple of services and these are controlled by their respective operators. When Globalnet is deployed on OCP, it was seen that globalip annotation added to such services are periodically getting deleted by the operators, so Globalnet tries to re-add the annotation and this goes on forever. This will cause Globalnet to consume CPU unnecessarily and could affect user-experience with Submariner Globalnet. We have plans to enhance Globalnet to improve its scalability, but until then we can exclude annotating services in openshift-monitoring namespace. Signed-Off-by: Sridhar Gaddam <sgaddam@redhat.com>
This commit is contained in:
@@ -36,7 +36,7 @@ spec:
|
||||
- name: SUBMARINER_CLUSTERID
|
||||
value: '{{ .Values.submariner.clusterId }}'
|
||||
- name: SUBMARINER_EXCLUDENS
|
||||
value: 'submariner-operator,kube-system,operators'
|
||||
value: 'submariner-operator,kube-system,operators,openshift-monitoring'
|
||||
- name: SUBMARINER_NAMESPACE
|
||||
value: '{{ .Release.Namespace }}'
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user