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
I can CRUD pods through SDK, but I can't find any way to get log from a pod. Normally, this is possible with CoreV1Client and client.Pods(pod.Namespace).GetLogs(pod.Name, logOptions).