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
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
We have used pykube to wrap the kubernetes API for users to get logs or status of the pod. Now we can filter the pod with selecter and get theirs own logs like this.
We have used
pykube
to wrap the kubernetes API for users to get logs or status of the pod. Now we can filter the pod withselecter
and get theirs own logs like this.Now we try to filter the event for the specified pods. But the
selector
will not work. So how can we implement this? We can get all the events now.The text was updated successfully, but these errors were encountered: