Skip to content
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

make service controller failure non-fatal #11648

Merged

Conversation

sjenning
Copy link
Contributor

Make failure of the ServiceController non-fatal even when using a cloud provider.

https://bugzilla.redhat.com/show_bug.cgi?id=1389205

@smarterclayton @ncdc @derekwaynecarr @jhou1

@ncdc
Copy link
Contributor

ncdc commented Oct 28, 2016

LGTM

@@ -450,9 +450,10 @@ func (c *MasterConfig) RunServiceLoadBalancerController(client *client.Client) {
}
serviceController, err := servicecontroller.New(c.CloudProvider, clientadapter.FromUnversionedClient(client), c.ControllerManager.ClusterName)
if err != nil {
glog.Fatalf("Unable to start service controller: %v", err)
glog.Warningf("Unable to start service controller: %v", err)
Copy link
Contributor

Choose a reason for hiding this comment

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

probably an error

Copy link
Contributor

Choose a reason for hiding this comment

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

Sure, error is fine

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah true, it is an error in kube

@sjenning sjenning force-pushed the servicecontroller-failure-non-fatal branch from a66559d to 41bb328 Compare October 28, 2016 18:19
@sjenning
Copy link
Contributor Author

[test] please?

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 41bb328

@derekwaynecarr
Copy link
Member

[merge]

1 similar comment
@ncdc
Copy link
Contributor

ncdc commented Oct 28, 2016

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 41bb328

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10810/) (Base Commit: 4d5d82c)

@openshift-bot
Copy link
Contributor

openshift-bot commented Oct 29, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10825/) (Base Commit: 53623c0) (Image: devenv-rhel7_5275)

@openshift-bot openshift-bot merged commit 12ffe45 into openshift:master Oct 29, 2016
@sjenning sjenning deleted the servicecontroller-failure-non-fatal branch August 16, 2017 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants