-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
make service controller failure non-fatal #11648
Conversation
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) |
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.
probably an error
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.
Sure, error is fine
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.
ah true, it is an error in kube
a66559d
to
41bb328
Compare
[test] please? |
Evaluated for origin test up to 41bb328 |
[merge] |
1 similar comment
[merge] |
Evaluated for origin merge up to 41bb328 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10810/) (Base Commit: 4d5d82c) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10825/) (Base Commit: 53623c0) (Image: devenv-rhel7_5275) |
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