Skip to content

Missing service informer - #338

Merged
openshift-merge-robot merged 3 commits into
openshift:masterfrom
jhadvig:missing-service-informer
Nov 5, 2019
Merged

Missing service informer#338
openshift-merge-robot merged 3 commits into
openshift:masterfrom
jhadvig:missing-service-informer

Conversation

@jhadvig

@jhadvig jhadvig commented Nov 5, 2019

Copy link
Copy Markdown
Member

The issue of the failing Unmanaged e2e tests was that the new ServiceController haven't picked up changes in the consoleoperator config, eg: change from Unmanaged to Managed state.
Due to this the console service has not been recreated and the console pods could not start since cause of that the console-serving-cert secret was missing.

Also adding the StandardSetup call from #329, which this PR shoud replace.

Also removing the skipping of the failing tests, which should replace #336 since there is no point to have two PR for that.

/assign @benjaminapetersen

kubeClient.CoreV1(),
kubeInformersNamespaced.Core().V1().Services(),
// clients
operatorConfigClient.OperatorV1().Consoles(), // operator config so we can update status

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, mind pairing them up?

OperatorClient
OperatorInformer
ServiceClient
ServiceInformer

@benjaminapetersen

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 5, 2019
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: benjaminapetersen, jhadvig

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 5, 2019
@openshift-merge-robot
openshift-merge-robot merged commit 681a417 into openshift:master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants