
This change documents how the kubectl was not working and it adds a log statement to help debug future issue. Change-Id: Iaf6ca030365d9e4e768bca716568cb2d4289665d
9 lines
363 B
YAML
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.
|