-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sidecars #146
Conversation
…vious fluentd sidecar took 5m to 'terminate'), but also becaus the fluentd-gcp image is not maintained anymore.
@@ -108,7 +108,7 @@ func (r *StatusReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr | |||
return ctrl.Result{}, fmt.Errorf("failed to update lbSocket of Postgres: %w", err) | |||
} | |||
} else { | |||
log.Error(err, "failed to fetch the corresponding Service of type LoadBalancer") | |||
log.Info("unable to fetch the corresponding Service of type LoadBalancer") |
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.
Should we also distinguish NotFound
error from other errors?
m.log.Info("Sidecars ConfigMap updated") | ||
return objs, nil | ||
} | ||
|
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.
Errors other than NotFound
not handled here.
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.
I am asking myself if it's possible to have our configmap sort of aligned with zalando.Sidecar
and let golang's json parser do the magic, but I think it's not urgent at all.
Sidecars Services
No description provided.