You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for this developing this project!
I was trying to use the new v0.1.0-rc3 version via the helm chart, and it seems to work right after the startup:
2024-10-11T07:40:28.057917Z INFO admission{object_ref=Pod.v1./common-ingress-nginx-controller-7c669574db-vnknh.ingress-nginx operation=Delete request_id=252073096}: pod_graceful_drain::webhooks::report: action="DelayDeletion" reason="Drain" note="Deletion is delayed, and the pod is isolated. It'll be deleted after '2024-10-11T07:40:47Z'"
2024-10-11T07:40:28.075535Z INFO admission{object_ref=Pod.v1./common-ingress-nginx-controller-7c669574db-c5dcv.ingress-nginx operation=Delete request_id=815006194}: pod_graceful_drain::webhooks::report: action="DelayDeletion" reason="Drain" note="Deletion is delayed, and the pod is isolated. It'll be deleted after '2024-10-11T07:40:47Z'"
2024-10-11T07:40:47.002594Z INFO reconciling object{object.ref=Pod.v1./common-ingress-nginx-controller-7c669574db-c5dcv.ingress-nginx object.reason=reconciler requested retry}:reconciler{object_ref=Pod.v1./common-ingress-nginx-controller-7c669574db-c5dcv.ingress-nginx}: pod_graceful_drain::controller: deleting pod
2024-10-11T07:40:47.002650Z INFO reconciling object{object.ref=Pod.v1./common-ingress-nginx-controller-7c669574db-vnknh.ingress-nginx object.reason=reconciler requested retry}:reconciler{object_ref=Pod.v1./common-ingress-nginx-controller-7c669574db-vnknh.ingress-nginx}: pod_graceful_drain::controller: deleting pod
But quickly degrades and the webhook server seems to throw only errors a few minutes after the pod-graceful-drain container startup.
There are WARN and ERROR lines in logs:
2024-10-11T07:46:38.429953Z WARN admission{object_ref=Eviction.v1.policy/common-ingress-nginx-controller-7c669574db-q6tvf.ingress-nginx operation=Create request_id=2787259854}: pod_graceful_drain::webhooks::report: action="Error" reason="Error" note="checking permission: ApiError: the server could not find the requested resource: NotFound (ErrorResponse { status: \"Failure\", message: \"the server could not find the requested resource\", reason: \"NotFound\", code: 404 }): the server could not find the requested resource: NotFound"
2024-10-11T08:40:58.769585Z ERROR reconciler: pod_graceful_drain::controller: error err=ObjectNotFound(ObjectRef { dyntype: ApiResource { group: "", version: "v1", api_version: "v1", kind: "Pod", plural: "pods" }, name: "common-ingress-nginx-controller-7c669574db-c5dcv", namespace: Some("ingress-nginx"), extra: Extra { resource_version: Some("256239436"), uid: Some("44dabd59-7774-42d3-8bbc-279e3b5f5150") } })
I know this version is still in release candidate, so I'll use the latest stable version (v0.0.8) for now.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello, thank you for this developing this project!
I was trying to use the new v0.1.0-rc3 version via the helm chart, and it seems to work right after the startup:
But quickly degrades and the webhook server seems to throw only errors a few minutes after the pod-graceful-drain container startup.
There are WARN and ERROR lines in logs:
I know this version is still in release candidate, so I'll use the latest stable version (v0.0.8) for now.
Thank you in advance!
The text was updated successfully, but these errors were encountered: