[openshift_setup] Create cron to recreate openshift-marketplace pods#3658
[openshift_setup] Create cron to recreate openshift-marketplace pods#3658danpawlik wants to merge 2 commits intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
165e6ad to
d9cfd90
Compare
holser
left a comment
There was a problem hiding this comment.
Please consider to use OCP 4.16.49 and newer.
29a8302 to
825f441
Compare
825f441 to
88e2633
Compare
88e2633 to
9e6615d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/04eaa5ce13314f398117adf9509f02bb ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 13m 28s |
|
recheck |
9e6615d to
d9c0a7d
Compare
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f58890a6eb2243e38a08747d6b254056 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 06m 53s |
…fault The CI jobs fails because they are waiting for openshift-marketplace. Let's make sure openshift-marketplace all pods are recreated before continue. It should help avoid potential issues on outdated OCP cluster versions. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
d9c0a7d to
36616aa
Compare
The CI jobs fails because they are waiting for openshift-marketplace. It seems that in some jobs when it is executed just once, the issue still appears after a while. Therefor we create a crontab job that would be executed each 5 minutes, that verify marketplace state and if it is not stable, would remove them. It should help avoid potential issues on outdated OCP cluster versions. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
36616aa to
6966487
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f2fce6a079454540842accd976b6c289 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 06m 34s |
|
recheck |
|
Community members reported, that issue does not appear in newer OCP. In other words, after updating OCP release via devscript, proplem has been solved. |
The CI jobs fails because they are waiting for openshift-marketplace.
It seems that in some jobs when it is executed just once, the issue
still appears after a while. Therefor we create a crontab job that
would be executed each 5 minutes, that verify marketplace state and
if it is not stable, would remove them.
It should help avoid potential issues on outdated OCP cluster versions.