question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation via OLM in specific namespace fails

See original GitHub issue

Describe the bug Following the steps https://enmasse.io/documentation/master/openshift/#assembly-installing-configuring-olm-messaging to deploy enmasse via OLM in a specific namespace leads into a failed installation of the operator and the error shown is unable to adopt APIService

To Reproduce Follow the steps https://enmasse.io/documentation/master/openshift/#assembly-installing-configuring-olm-messaging

Expected behavior enmasse successfully installed in namespace enmasse-infra via OLM

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lulfcommented, Nov 20, 2019

@famartinrh The problem is that the fsGroup was applied to the address-space-controller, which was wrong. It should only be applied to standard-authservice. Another PR is required to ensure that it is applied/not applied to brokers though.

0reactions
famartingcommented, Dec 10, 2019

yes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install your operator with OLM | Operator Lifecycle Manager
If the ClusterServiceVersion fails to show up or does not reach the Succeeded phase, please check the troubleshooting documentation to debug your installation....
Read more >
Installing Operators in your namespace - User tasks
Choose a specific namespace in which to install the Operator. ... If a volumeMount references a volume that does not exist, OLM fails...
Read more >
1831081 – The OLM "where to install operator" dialog does ...
Created attachment 1684880 [details] Screenshot of install error Reproduce 1. Log in as kubeadmin 2. Go to openshift-operators namespace to look at what...
Read more >
Installing Operators in your namespace - User tasks | OKD 4.9
Choose a specific namespace in which to install the Operator. ... If a volumeMount references a volume that does not exist, OLM fails...
Read more >
Troubleshooting | olm-book - GitHub Pages
The CSV is failing because its install strategy changes some immutable field of an existing Deployment . This usually happens on upgrade, after...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found