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
select PreciseTimeStamp, _HOSTNAME, _COMM, _PID, MESSAGE as MSG
where _HOSTNAME == "master-000000"
orderby PreciseTimeStamp
View kubelet logs on master-000000
select PreciseTimeStamp, _HOSTNAME, _COMM, _PID, MESSAGE as MSG
where _HOSTNAME == "master-000000" and _COMM == "hyperkube"
orderby PreciseTimeStamp
View logs for the api container of pod master-api-master-000000 in namespace kube-system
select PreciseTimeStamp, CONTAINER_NAME, MESSAGE as MSG
where CONTAINER_NAME != null and CONTAINER_NAME.startswith("k8s_api_master-api-master-000000_kube-system_")
orderby PreciseTimeStamp