-
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
Configure correct promtail app name #60
Configure correct promtail app name #60
Conversation
16eaedb
to
266976c
Compare
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Given you've changed the promtail-toggle and promtail-wiring parts, I would run these tests:
You don't have to delete your cluster, just enabling/disabling logging should be faster, and on top of that you can actually check the resources are cleaned up. |
Thanks I'll try that tomorrow :) |
For my tests, I edited out the app version and force a reconciliation of the cluster CR. When enabling logging on the cluster, we had: k get cm -n ch24r observability-bundle-logging-extraconfig -oyaml
apiVersion: v1
data:
values: |
apps:
promtail-app:
enabled: true
kind: ConfigMap When disabling logging, we had: k get cm -n ch24r observability-bundle-logging-extraconfig -oyaml
Error from server (NotFound): configmaps "observability-bundle-logging-extraconfig" not found After editing out the app version to 1.0.0 we have: k get cm -n ch24r observability-bundle-logging-extraconfig -oyaml
apiVersion: v1
data:
values: |
apps:
promtail:
enabled: true
kind: ConfigMap When we disable logging again, we have: k get cm -n ch24r observability-bundle-logging-extraconfig -oyaml
Error from server (NotFound): configmaps "observability-bundle-logging-extraconfig" not found As you can see from the logs here, there was no error when logging operator ran: ": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a"}
2023-10-18T13:12:06Z INFO promtailclient - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a", "namespace": "ch24r", "name": "ch24r-logging-secret"}
2023-10-18T13:12:06Z INFO promtailclient up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a"}
2023-10-18T13:12:06Z INFO promtailconfig create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a"}
2023-10-18T13:12:06Z INFO promtailconfig - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a", "namespace": "ch24r", "name": "ch24r-logging-config"}
2023-10-18T13:12:06Z INFO promtailconfig up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "af00d57b-32b5-4094-b27e-a3fc7bceba1a"}
2023-10-18T13:14:20Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "name": "ch24r"}
2023-10-18T13:14:20Z INFO LOGGING enabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:14:20Z INFO finalizer already added {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailtoggle create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailtoggle checking {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:14:20Z INFO promtailtoggle updating {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailwiring create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO loggingcredentials checking secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:14:20Z INFO loggingCredentials - up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO grafanadatasource create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO grafanadatasource - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "monitoring", "name": "loki-datasource"}
2023-10-18T13:14:20Z INFO grafanadatasource up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO lokiauth create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO lokiauth - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "loki", "name": "loki-multi-tenant-proxy-auth-config"}
2023-10-18T13:14:20Z INFO lokiauth up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailclient create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailclient - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "ch24r", "name": "ch24r-logging-secret"}
2023-10-18T13:14:20Z INFO promtailclient up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailconfig create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:20Z INFO promtailconfig - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec", "namespace": "ch24r", "name": "ch24r-logging-config"}
2023-10-18T13:14:20Z INFO promtailconfig up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "283b869d-9da8-49fa-8ea7-1b84ebd86cec"}
2023-10-18T13:14:57Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81", "name": "ch24r"}
2023-10-18T13:14:57Z INFO LOGGING disabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO promtailtoggle delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO promtailtoggle deleting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:14:57Z INFO promtailtoggle deleted {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO promtailwiring delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO loggingcredentials secret delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:14:57Z INFO loggingCredentials - Updating secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO grafanadatasource delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO lokiauth delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO promtailclient delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO promtailconfig delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81"}
2023-10-18T13:14:57Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:14:57Z INFO removing finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3f9bcdde-2abc-4209-a77a-965df2071c81", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:14:57Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88", "name": "ch24r"}
2023-10-18T13:14:57Z INFO LOGGING disabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO promtailtoggle delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO promtailtoggle deleting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:14:57Z INFO promtailtoggle already deleted {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO promtailwiring delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO loggingcredentials secret delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:14:57Z INFO loggingCredentials - up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO grafanadatasource delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO lokiauth delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO promtailclient delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO promtailconfig delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:14:57Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:14:57Z INFO finalizer already removed {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "78c6fda6-3ddf-4f6f-8e04-bda40de4ec88"}
2023-10-18T13:15:24Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30", "name": "ch24r"}
2023-10-18T13:15:24Z INFO LOGGING disabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO promtailtoggle delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO promtailtoggle deleting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:15:24Z INFO promtailtoggle already deleted {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO promtailwiring delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO loggingcredentials secret delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:15:24Z INFO loggingCredentials - up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO grafanadatasource delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO lokiauth delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO promtailclient delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO promtailconfig delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:24Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:15:24Z INFO finalizer already removed {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "6fe9b4ee-d786-48f5-9f19-522c68ebbf30"}
2023-10-18T13:15:54Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "name": "ch24r"}
2023-10-18T13:15:54Z INFO LOGGING enabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:15:54Z INFO adding finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:15:54Z INFO promtailtoggle create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO promtailtoggle checking {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:15:54Z INFO promtailtoggle not found, creating {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO promtailtoggle updating {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO promtailwiring create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO loggingcredentials checking secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:15:54Z INFO loggingCredentials - Updating secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO grafanadatasource create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO grafanadatasource - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "monitoring", "name": "loki-datasource"}
2023-10-18T13:15:54Z INFO grafanadatasource up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO lokiauth create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO lokiauth - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "loki", "name": "loki-multi-tenant-proxy-auth-config"}
2023-10-18T13:15:54Z INFO lokiauth - updating {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:54Z INFO lokiauth - trigger loki-multi-tenant-auth-proxy restart {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO lokiauth - done {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO promtailclient create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO promtailclient - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "ch24r", "name": "ch24r-logging-secret"}
2023-10-18T13:15:55Z INFO promtailclient - updating {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO promtailclient - done {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO promtailconfig create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO promtailconfig - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5", "namespace": "ch24r", "name": "ch24r-logging-config"}
2023-10-18T13:15:55Z INFO promtailconfig up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "0f1c0e05-dc11-47db-87e1-e59334a343f5"}
2023-10-18T13:15:55Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "name": "ch24r"}
2023-10-18T13:15:55Z INFO LOGGING enabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:15:55Z INFO finalizer already added {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailtoggle create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailtoggle checking {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:15:55Z INFO promtailtoggle up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailwiring create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO loggingcredentials checking secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:15:55Z INFO loggingCredentials - up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO grafanadatasource create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO grafanadatasource - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "monitoring", "name": "loki-datasource"}
2023-10-18T13:15:55Z INFO grafanadatasource up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO lokiauth create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO lokiauth - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "loki", "name": "loki-multi-tenant-proxy-auth-config"}
2023-10-18T13:15:55Z INFO lokiauth up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailclient create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailclient - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "ch24r", "name": "ch24r-logging-secret"}
2023-10-18T13:15:55Z INFO promtailclient up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailconfig create {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:15:55Z INFO promtailconfig - getting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728", "namespace": "ch24r", "name": "ch24r-logging-config"}
2023-10-18T13:15:55Z INFO promtailconfig up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3789add4-e50b-4f66-a9ec-4105b61b5728"}
2023-10-18T13:16:23Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533", "name": "ch24r"}
2023-10-18T13:16:23Z INFO LOGGING disabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO promtailtoggle delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO promtailtoggle deleting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:16:23Z INFO promtailtoggle deleted {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO promtailwiring delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO loggingcredentials secret delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:16:23Z INFO loggingCredentials - Updating secret {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO grafanadatasource delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO lokiauth delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO promtailclient delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO promtailconfig delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533"}
2023-10-18T13:16:23Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:16:23Z INFO removing finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "d7625c6a-9006-4cb4-9128-3e43360db533", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:16:23Z INFO Reconciling Vintage WC cluster {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e", "name": "ch24r"}
2023-10-18T13:16:23Z INFO LOGGING disabled {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO promtailtoggle delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO promtailtoggle deleting {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e", "namespace": "ch24r", "name": "observability-bundle-logging-extraconfig"}
2023-10-18T13:16:23Z INFO promtailtoggle already deleted {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO promtailwiring delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO cluster-operator is updating promtailwiring {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO loggingcredentials secret delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e", "namespace": "monitoring", "name": "logging-credentials"}
2023-10-18T13:16:23Z INFO loggingCredentials - up to date {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO grafanadatasource delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO lokiauth delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO promtailclient delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO promtailconfig delete {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"}
2023-10-18T13:16:23Z INFO checking finalizer {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e", "finalizer": "giantswarm.io/logging-operator"}
2023-10-18T13:16:23Z INFO finalizer already removed {"controller": "cluster", "controllerGroup": "cluster.x-k8s.io", "controllerKind": "Cluster", "Cluster": {"name":"ch24r","namespace":"org-quentin"}, "namespace": "org-quentin", "name": "ch24r", "reconcileID": "3bd14254-2a48-4da1-b502-65a1c1c6a63e"} |
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.
LGTM
PR is needed by giantswarm/observability-bundle#130 towards giantswarm/roadmap#2879
As opposed to my previous PR, this one uses the observability bundle version until we have all running >= 1.0.0
@hervenicol could you give me hints on what I should test? Creation, deletion of clusters and so on ?