Skip to content

group-sync-operator-controller-manager-metrics-monitor down #322

@rbaumgar

Description

@rbaumgar

due to the the default networkPolicies applied to the namespace of the group-sync-operator, openshift-monitoring cannot access the metrics.
https://docs.openshift.com/container-platform/4.13/networking/network_policy/default-network-policy.html

Apply a networkPolicy like this

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: allow-from-openshift-monitoring
  namespace: group-sync-operator
spec:
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          network.openshift.io/policy-group: monitoring
      podSelector:
        matchLabels:
          app.kubernetes.io/name: prometheus
  policyTypes:
  - Ingress

Please update Readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions