-
Notifications
You must be signed in to change notification settings - Fork 544
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
manifests: OLM is creating a namespace without run-level #619
Comments
Thanks @abhinavdahiya - just made #620 to address this.
openshift-operators is the "target" namespace where OLM installs operators for the cluster (global operators that provide services in all namespace, at least). It's in the release payload so that OLM operators can be installed out of the box.
Added in #620
Can you help me understand how this is possible? The PRs that added this namespace all went green on |
|
Ah, I see - thanks. The fix should merge soon.
…On Wed, Dec 12, 2018 at 8:05 PM Abhinav Dahiya ***@***.***> wrote:
Can you help me understand how this is possible? The PRs that added this
namespace all went green on e2e-aws, and we even switched our
olm-specific e2e tests to run *in* the openshift-operators namespace. How
did all of that succeed if it was blocking the installer?
OLM is running at pretty high priority order (30) in release payload and
is* blocking installation of other operators for quite some time*.
e2e-aws succeeds but the error is causing delays as CVO needs to wait for
openshift-apiserver to be running before it can push objects to non
openshift.io/run-level: "1" namespaces, hence *delaying* creation of
operators in lower priority...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#619 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADix9Yhhp18440IrNP5ZciJFf7tuhSCks5u4afigaJpZM4ZQjJl>
.
|
On installation CVO is errors until
openshift-apiserver
is running because of missingopenshift.io/run-level: "1"
label onopenshift-operators
.I1212 21:46:09.241861 1 cvo.go:269] Error syncing operator openshift-cluster-version/version: Could not update operatorgroup "openshift-operators/global-operators" (operators.coreos.com/v1alpha2, 108 of 218): the server has forbidden updates to this resource
OLM is running at pretty high priority order (
30
) in release payload and is blocking installation of other operators for quite some time.What is the use of
openshift-operators
namespace and why is this in the release payload? And if this is important for OLM can you addopenshift.io/run-level: "1"
label like other important SLOs.The text was updated successfully, but these errors were encountered: