From 234e6bd61891a0f0003b726051f04fa1bdf579f6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 21 Feb 2021 15:47:50 -0800 Subject: [PATCH] GUACAMOLE-1174: Document Kubernetes "exec-command" parameter. --- src/chapters/configuring.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index 435b19e..4de49e0 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -5495,6 +5495,24 @@ guaclog: INFO: All files interpreted successfully. omitted, the first container in the pod will be used. + + exec-command + + + Kubernetes + command + The command to run within the container, with + input and output attached to this command's process. + This parameter is optional. If + omitted, no command will be run, and input/output will + instead be attached to the main process of the + container. + When this parameter is specified, the behavior of the + connection is analogous to running kubectl + exec. When omitted, the behavior is analogous + to running kubectl attach. + +