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

Fix metallb operatorgroup install mode #311

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

larsks
Copy link
Member

@larsks larsks commented Nov 7, 2023

Since 381d089, it looks like the metallb operator now requires the AllNamespaces install mode. From the packagemanifest:

  installModes:
  - supported: false
    type: OwnNamespace
  - supported: false
    type: SingleNamespace
  - supported: false
    type: MultiNamespace
  - supported: true
    type: AllNamespaces

@larsks larsks self-assigned this Nov 7, 2023
Since 381d089, it looks like the metallb operator now *requires* the
AllNamespaces install mode. From the packagemanifest:

      installModes:
      - supported: false
        type: OwnNamespace
      - supported: false
        type: SingleNamespace
      - supported: false
        type: MultiNamespace
      - supported: true
        type: AllNamespaces
@larsks larsks force-pushed the fix/metallb-install-mode branch from 26d46f9 to 72c33db Compare November 7, 2023 18:57
@larsks larsks merged commit b056879 into OCP-on-NERC:main Nov 9, 2023
2 checks passed
larsks added a commit to larsks/nerc-ocp-config that referenced this pull request Nov 9, 2023
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

Successfully merging this pull request may close these issues.

4 participants