Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-1174: Document Kubernetes "exec-command" parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Feb 21, 2021
1 parent e80ae19 commit 234e6bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/chapters/configuring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5495,6 +5495,24 @@ guaclog: INFO: All files interpreted successfully.</computeroutput>
omitted, the first container in the pod will be used.</para>
</entry>
</row>
<row>
<entry><parameter>exec-command</parameter></entry>
<entry>
<para><indexterm>
<primary>Kubernetes</primary>
<secondary>command</secondary>
</indexterm>The command to run within the container, with
input and output attached to this command's process.
<emphasis>This parameter is optional.</emphasis> If
omitted, no command will be run, and input/output will
instead be attached to the main process of the
container.</para>
<para>When this parameter is specified, the behavior of the
connection is analogous to running <command>kubectl
exec</command>. When omitted, the behavior is analogous
to running <command>kubectl attach</command>.</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down

0 comments on commit 234e6bd

Please sign in to comment.