Merge "Stream output from kubectl pods"

This commit is contained in:
Zuul
2020-02-28 23:07:50 +00:00
committed by Gerrit Code Review
6 changed files with 133 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
---
upgrade:
- |
Kubectl and socat must now be installed on Zuul executors if using
Kubernetes or OpenShift `pod` resources from Nodepool. Additionally,
Nodepool version 3.12.0 or later is required.
fixes:
- |
Previously, no output from shell or command tasks on pods was placed
in the job output; that has been corrected and streaming output is
now available.