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

reorg: marking loadbalancer errors as debug #39

Merged
merged 1 commit into from
May 29, 2022

Conversation

prometherion
Copy link
Member

Fixes #31.

Output of the controller:

1.6537525872623112e+09  INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1alpha1.TenantControlPlane"}
1.6537525872624443e+09  INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1.Secret"}
1.6537525872624831e+09  INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1.ConfigMap"}
1.6537525872624989e+09  INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1.Deployment"}
1.6537525872625122e+09  INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1.Service"}
1.653752587262527e+09   INFO    controller.tenantcontrolplane   Starting EventSource    {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "source": "kind source: *v1.Ingress"}
1.6537525872625387e+09  INFO    controller.tenantcontrolplane   Starting Controller     {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane"}
1.6537525873642886e+09  INFO    controller.tenantcontrolplane   Starting workers        {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "worker count": 1}
1.65375263595738e+09    DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526421039848e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526421045406e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526421157293e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.653752642157156e+09   DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526422384698e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526424000342e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526427211761e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.653752643362897e+09   DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.6537526446443973e+09  DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}
1.653752647206421e+09   DEBUG   controller.tenantcontrolplane   sentinel error, enqueuing back request  {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default", "error": "cannot retrieve the TenantControlPlane address, Service resource is not yet exposed as LoadBalancer"}

Please, note the DEBUG level that can be easily ignored.

@prometherion prometherion requested a review from bsctl May 28, 2022 15:47
Copy link
Member

@bsctl bsctl left a comment

Choose a reason for hiding this comment

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

lgtm @prometherion awesome!

@prometherion prometherion merged commit 8be787a into clastix:master May 29, 2022
@prometherion prometherion deleted the issues/31 branch May 29, 2022 16:41
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.

LoadBalancer dynamic IP discovery produces noisy logs
2 participants