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
log.Printf("Responding to GetPods: %+v.\n", result)
This makes virtual kubelet fargate provider logs kind of messy. Technically we don't need that many information since these can be retrieved from k8s. Only namespace/name is good enough. I will do some improvements to remove some unnecessary logs.
Currently, entire pod detail is printed out.
aws-fargate/provider.go
Line 111 in 3508966
aws-fargate/provider.go
Line 230 in 3508966
This makes virtual kubelet fargate provider logs kind of messy. Technically we don't need that many information since these can be retrieved from k8s. Only namespace/name is good enough. I will do some improvements to remove some unnecessary logs.
The text was updated successfully, but these errors were encountered: