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
We also need to modify the [ReadLogs](https://github.com/kubernetes/kubernetes/blob/198dd7668a19c8749fe45d521d748ef3c653aa73/pkg/kubelet/kuberuntime/logs/logs.go#L281)
331
+
function to make it be able to filter out the unwanted stream.
332
+
333
+
328
334
### Changes of kubectl
329
335
330
-
Add a new flag `--stream`, whose value defaults to empty, to `kubectl logs`, hence users are able to specify the
336
+
Add a new flag `--stream`, whose value defaults to "all", to `kubectl logs`, hence users are able to specify the
331
337
log stream to return.
332
338
333
339
### Test Plan
@@ -381,7 +387,9 @@ This can inform certain test coverage improvements that we want to do before
381
387
extending the production code to implement this enhancement.
0 commit comments