-
Notifications
You must be signed in to change notification settings - Fork 538
OPRUN-3766: Add FeatureFlag for OLMv1 Single/OwnNamespace #2264
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
base: master
Are you sure you want to change the base?
OPRUN-3766: Add FeatureFlag for OLMv1 Single/OwnNamespace #2264
Conversation
@perdasilva: This pull request references OPRUN-3766 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Hello @perdasilva! Some important instructions when contributing to openshift/api: |
/retest |
/lgtm |
e7a5fe5
to
b3bce9c
Compare
b3bce9c
to
c66b807
Compare
c66b807
to
4ec85f1
Compare
Why is the diff for features.go so large? Looks as though the formatting was changed inadvertently? |
7cc76ac
to
3c82736
Compare
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
3c82736
to
869bf7a
Compare
/lgtm |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
/test e2e-aws-serial-techpreview |
/test e2e-aws-serial-techpreview |
/retest-required |
[OLM][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-marketplace
...
{ KubePodNotReady was at or above pending for at least 9m40s on platformidentification.JobType{Release:"4.19", FromRelease:"", Platform:"aws", Architecture:"amd64", Network:"ovn", Topology:"ha"} (maxAllowed=0s): pending for 9m40s, firing for 0s:
Apr 16 19:47:07.724 - 58s I namespace/openshift-marketplace pod/certified-operators-psvl5 alert/KubePodNotReady alertstate/pending severity/warning ALERTS{alertname="KubePodNotReady", alertstate="pending", namespace="openshift-marketplace", pod="certified-operators-psvl5", prometheus="openshift-monitoring/k8s", severity="warning"}
... However, I checked the must-gather log, the jiazha-mac:~ jiazha$ omc use Downloads/must-gather-api
Must-Gather : /Users/jiazha/Downloads/must-gather-api/registry-build07-ci-openshift-org-ci-op-z2mn6bpq-stable-sha256-181f508aee13e814674994d2d90e5463b393049ca6400eae4ccfbb20b82a8046
Project : default
ApiServerURL : https://api.ci-op-z2mn6bpq-d6dbc.origin-ci-int-aws.dev.rhcloud.com:6443
Platform : AWS
ClusterID : da9a62b5-1703-4824-a306-bbad2514d588
ClusterVersion : 4.19.0-0.ci-2025-04-16-185545-test-ci-op-z2mn6bpq-latest
ClientVersion : v4.2.0-alpha.0-2640-gbeeaf09
Image : registry-build07-ci-openshift-org-ci-op-z2mn6bpq-stable
jiazha-mac:~ jiazha$
jiazha-mac:~ jiazha$ omc get pods -n openshift-marketplace
NAME READY STATUS RESTARTS AGE
certified-operators-szcrv 1/1 Running 0 4m
community-operators-p5lg5 1/1 Running 0 3h
marketplace-operator-8bd784f8b-tb7rp 1/1 Running 0 3h
redhat-marketplace-2vfbz 1/1 Running 0 3h
redhat-operators-ls8jn 1/1 Running 0 9m Hi @JoelSpeed , could you help force merge it? Thanks! cc: @joelanford @thetechnick |
/test e2e-aws-serial-techpreview |
1 similar comment
/test e2e-aws-serial-techpreview |
Given the proximity to branching, and the fact that we are only adding a new gate here, it's fair to say this feature is not going to be in 4.19. I wonder if it would be pertinent to delay merging this now until after branching? Else we will have a gate with absolutely no code behind it? |
/test e2e-aws-serial-techpreview |
2 similar comments
/retest-required |
/retest-required |
/test e2e-aws-serial-techpreview |
/retest-required |
/test e2e-aws-serial-techpreview |
/retest-required |
3 similar comments
/retest-required |
/retest-required |
/retest-required |
@perdasilva: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Adds the 'NewOLMOwnSingleNamespace' cluster capability.
Clones #2258