Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enterprise-4.7] Issue in file logging/cluster-logging-deploying.adoc #35108

Closed
alexisph opened this issue Aug 3, 2021 · 6 comments
Closed
Assignees

Comments

@alexisph
Copy link

alexisph commented Aug 3, 2021

Which section(s) is the issue in?

Allowing traffic between projects when network isolation is enabled

What needs fixing?

The NetworkPolicy listed in the documentation does not allow pods within the same namespace to communicate. As a result, the ES cluster is unable to initialize when first created. It needs to be modified as such:

kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
  name: allow-openshift-operators-redhat
  namespace: openshift-logging
spec:
  ingress:
    - from:
      - podSelector: {}
    - from:
      - namespaceSelector:
          matchLabels:
            project: openshift-operators-redhat
@jboxman
Copy link
Contributor

jboxman commented Aug 3, 2021

cc @rolfedh

@rolfedh
Copy link
Contributor

rolfedh commented Aug 4, 2021

Thanks, @jboxman. Would you assign this issue to me?
@alexisph Thank you for reporting this issue. Which version of the software and documentation are you working with?

@rolfedh
Copy link
Contributor

rolfedh commented Aug 4, 2021

Tracking this issue in Jira with https://issues.redhat.com/browse/RHDEVDOCS-3202

@alexisph
Copy link
Author

alexisph commented Aug 4, 2021

Thanks, @jboxman. Would you assign this issue to me?
@alexisph Thank you for reporting this issue. Which version of the software and documentation are you working with?

Hi @rolfedh . I'm working with OCP 4.6 and 4.7, and v5.0 of the Cluster Logging stack.

@rolfedh
Copy link
Contributor

rolfedh commented Aug 16, 2021

/closed

@rolfedh
Copy link
Contributor

rolfedh commented Aug 16, 2021

@jboxman Please close this issue.

@jboxman jboxman closed this as completed Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants