Merge "docs: Clarify zuul_console behaviour for Kubernetes job nodes"

This commit is contained in:
Zuul 2022-11-22 15:45:38 +00:00 committed by Gerrit Code Review
commit 2806a548b3
1 changed files with 7 additions and 0 deletions

View File

@ -186,6 +186,13 @@ inventory). Live streaming of ``shell`` and ``command`` calls will of
course be unavailable in this case, but no spool files will be
created.
For Kubernetes-based job nodes the connection from the executor to the
``zuul_console`` daemon is established by using ``kubectl port-forward``
to forward a local port to the appropriate port on the pod containing
the job node. If the Kubernetes user is not bound to a role that has
authorization for port-forwarding, this will prevent connection to
the ``zuul_console`` daemon.
Web Server
----------