Skip to content

Commit 5e922f1

Browse files
authored
Update _index.md
Signed-off-by: Lee Calcote <[email protected]>
1 parent 989aab2 commit 5e922f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/kanvas/operator/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Operator supports connecting to Kubernetes pods via the following methods.
3434

3535
The interactive terminal behaves in a fashion similar to similar to the behavior of the `kubectl exec` command, but web-based.
3636

37-
While using using the interactive terminal, understand that you can only open one session per container.
38-
Each session's data is streamed via Meshery Broker (NATS) from MeshSync to Meshery Server / Kanvas.
39-
The GraphQL subscription between your web browser running Kanvas and Meshery Server provides isolation between other users who might be concurrently sharing an interactive terminal. Each connection established a unique session ID.
37+
{{< alert type="note" title="Distinct Capabilities" >}} Note that each component offers its own capabilities, and that these capabilities differ between Designer mode and Operator mode. For example, in operator mode, if you right-click (and hold) on a Kubernetes pod, you will see actions unique to the Pod component, which are to open either an interactive terminal to one or all of the containers in the pod or to start streaming logs from any/all of the containers in the pod. {{< /alert >}}
38+
39+
While using using the interactive terminal, understand that you can only open one session per container. Each session's data is streamed via Meshery Broker (NATS) from MeshSync to Meshery Server / Kanvas. The GraphQL subscription between your web browser running Kanvas and Meshery Server provides isolation between other users who might be concurrently sharing an interactive terminal. Each connection established a unique session ID.
4040

4141
<!-- {{< figure src="images/interactive-terminal-sequence-diagram.svg" link="images/interactive-terminal-sequence-diagram.svg" width="100%" alt="interactive-terminal-sequence-diagram" >}} -->
4242

0 commit comments

Comments
 (0)