redhat-cop / redhat-cop/group-sync-operator

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

Open
#322 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
132
Forks
71
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the repository README and find the section describing deployment or monitoring configuration. Compare it with the linked OpenShift default network policy documentation and the provided NetworkPolicy example. Done means the README explains how to allow openshift-monitoring to reach group-sync-operator-controller-manager metrics.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.