-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix getting logs from daemonset This PR fixes getting logs from DaemonSets. Currently: ``` → kubectl logs ds/ds-test error: cannot get the logs from apps/__internal, Kind=DaemonSet ``` ```release-note NONE ```