summaryrefslogtreecommitdiff
path: root/releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-02-21 15:52:44 -0800
committerJames E. Blair <jeblair@redhat.com>2020-02-27 07:49:40 -0800
commitbbe2d364959316a24a205dec037c612368ff881f (patch)
treede7a7fb0bbf0dcdfd7a9946a43e233ac250d106b /releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml
parent32bfbae4656acb5917f0ee20dff3a5a5a088383d (diff)
downloadzuul-bbe2d364959316a24a205dec037c612368ff881f.tar.gz
Stream output from kubectl pods
When we get a pod from nodepool, this starts a kubectl port-forward on the pod so that zuul-console and the normal method of streaming command output will work. Change-Id: Iae85347c3d8e0a74e330a7b62b513c7b41641383 Story: 2007321 Task: 38832 Depends-On: https://review.opendev.org/709259
Diffstat (limited to 'releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml')
-rw-r--r--releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml b/releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml
new file mode 100644
index 000000000..f59ac3c9d
--- /dev/null
+++ b/releasenotes/notes/kubectl-port-forward-93de41c7c0b107dc.yaml
@@ -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.