mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Automatic merge from submit-queue (batch tested with PRs 52990, 53064, 52686, 52221, 53069). 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>. CRI: Allow configuring stdout/stderr streams for Exec/Attach requests Add stdout/stderr to exec and attach requests. Also check the request to ensure it meets the requirements. **Which issue this PR fixes**: fixes #44448 ```release-note CRI: Add stdout/stderr fields to Exec and Attach requests. ```