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

feat: logging resource deletion #83

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

prometherion
Copy link
Member

Closes #29.

Output presented in the logs with the following changes.

1.6575292343504794e+09  INFO    controller.tenantcontrolplane   marked for deletion, performing clean-up        {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default"}
1.6575292343881516e+09  INFO    controller.tenantcontrolplane   removing finalizer      {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default"}
1.6575292343985453e+09  INFO    controller.tenantcontrolplane   resource has completed clean-up {"reconciler group": "kamaji.clastix.io", "reconciler kind": "TenantControlPlane", "name": "test", "namespace": "default"}

@prometherion prometherion merged commit eb69905 into clastix:master Jul 11, 2022
@prometherion prometherion deleted the issues/29 branch July 11, 2022 09:01
@prometherion prometherion mentioned this pull request Sep 19, 2022
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.

Provide logs for deletion of Tenant Control Planes
1 participant