zuul/releasenotes/notes/kubectl-port-forward-b6e5e8033c9b9ede.yaml
Tristan Cacqueray fc10e59033 executor: add extra kubectl port-forward debug and releasenotes
This change documents how the kubectl was not working and it adds
a log statement to help debug future issue.

Change-Id: Iaf6ca030365d9e4e768bca716568cb2d4289665d
2020-05-27 16:56:13 +00:00

9 lines
363 B
YAML

---
fixes:
- |
In some cases (such as when an older version of kubectl is present on the executor,
or the kubectl on the executor is from OpenShift), streaming logs from Kubernetes or
OpenShift pods did not work.
The log streaming system has been corrected to work with a wider range of kubectl
versions and error logging has been improved.