-
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
Creating csv, crd, and packages for clusterlogging and elasticsearch … #570
Creating csv, crd, and packages for clusterlogging and elasticsearch … #570
Conversation
/ok-to-test |
3cf8a09
to
23bc3d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a couple YAML issues.
deploy/chart/catalog_resources/rh-operators/elasticsearch.v0.0.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
deploy/chart/catalog_resources/rh-operators/clusterloggings.crd.yaml
Outdated
Show resolved
Hide resolved
You can run |
23bc3d6
to
4a463c9
Compare
4a463c9
to
efe15c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
deploy/chart/catalog_resources/rh-operators/clusterlogging.v0.0.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
efe15c8
to
09c9125
Compare
deploy/chart/catalog_resources/rh-operators/clusterlogging.v0.0.1.clusterserviceversion.yaml
Show resolved
Hide resolved
deploy/chart/catalog_resources/rh-operators/elasticsearch.v0.0.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
09c9125
to
097f542
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding until we can confirm both Operators work out of the box from an OLM Subscription
.
/hold
deploy/chart/catalog_resources/rh-operators/elasticsearch.v0.0.1.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
How do we do that? If I have a running cluster with olm, something like this?
|
76792fb
to
bc00a98
Compare
Not sure if it is functional yet on the cluster but with @ecordell help I was able to deploy and display in the console:
Wait for a few minutes...
|
1229d5f
to
19f9a82
Compare
@alecmerdler @ecordell I have successfully deployed my operators though not logging (unrelated to OLM). I'm satisfied this PR provides the opportunity to deploy cluster-logging. It works assuming the image defined in the package manifest can be pulled which I assume will be resolved by the release process. Only things I'm not sure if they are addressable by what changes we make here:
|
|
@jcantrill the e2e test is a flake (the installer failed to bring up the cluster). if you rebase, I would expect to see the unit test job pass, though |
19f9a82
to
fef0a6a
Compare
The most recent push combines the operators into a single deployment for now. Rebased as well. cc @alecmerdler. Tested PR directly and functions as I would expect when the proper images are in the packages |
openshift/cluster-logging-operator#55 removes our operator's prior dependency on a signer cert (privileged operation) being provided to us. |
#617 merged and fixes |
8f370ec
to
f0fcf63
Compare
f0fcf63
to
e4392b3
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ogging_csv_edits Creating csv, crd, and packages for clusterlogging and elasticsearch …
…operators
This PR supercedes #555 and includes the code review items