Describe the bug
Lots of containerd error messages on the kubernetes nodes
I don't know if this actually impacts anything but our sanity.
time="2024-10-16T23:12:24.724957756Z" level=error msg="invalid metric type for a21c5908d2c90c6779f4ee19d1e565a549fe98ddae0be362d89a95d1d11cd082" error="<nil>"
Do a query similar to this in google cloud logs:
resource.type="k8s_node"
resource.labels.project_id="cal-itp-data-infra"
resource.labels.location="us-west1"
resource.labels.cluster_name="data-infra-apps"
resource.labels.node_name="gke-data-infra-apps-jupyterhub-users-6aa76dbb-7w1f"
-- severity>=DEFAULT
--Hide similar entries
-- -(-jsonPayload.message:*)
--End of hide similar entries
jsonPayload._SYSTEMD_UNIT="containerd.service"
Describe the bug Lots of containerd error messages on the kubernetes nodes
I don't know if this actually impacts anything but our sanity.
To Reproduce https://console.cloud.google.com/logs/query;query=resource.type%3D%22k8s_node%22%0Aresource.labels.project_id%3D%22cal-itp-data-infra%22%0Aresource.labels.location%3D%22us-west1%22%0Aresource.labels.cluster_name%3D%22data-infra-apps%22%0Aresource.labels.node_name%3D%22gke-data-infra-apps-jupyterhub-users-6aa76dbb-7w1f%22%0A--%20severity%3E%3DDEFAULT%0A--Hide%20similar%20entries%0A--%20-%2528-jsonPayload.message:*%2529%0A--End%20of%20hide%20similar%20entries%0AjsonPayload._SYSTEMD_UNIT%3D%22containerd.service%22;storageScope=project;cursorTimestamp=2024-10-16T23:12:24.728217Z;startTime=2024-10-16T23:11:00Z;endTime=2024-10-16T23:14:00Z?project=cal-itp-data-infra
Do a query similar to this in google cloud logs: resource.type="k8s_node" resource.labels.project_id="cal-itp-data-infra" resource.labels.location="us-west1" resource.labels.cluster_name="data-infra-apps" resource.labels.node_name="gke-data-infra-apps-jupyterhub-users-6aa76dbb-7w1f" -- severity>=DEFAULT --Hide similar entries -- -(-jsonPayload.message:*) --End of hide similar entries jsonPayload._SYSTEMD_UNIT="containerd.service"
An you will see lots of messages like this
Expected behavior Less errors in life. Less logs.
Additional context Please enter any other context about the problem here.