mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Document network policy requirements for web terminal operator
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4d29129512
commit
883e296562
@@ -29,3 +29,9 @@ After the web terminal is initialized, you can use the preinstalled CLI tools li
|
||||
* The web terminal remains open until you close it or you close the browser window or tab.
|
||||
====
|
||||
|
||||
[id="web-terminal-and-network-policies_{context}"]
|
||||
== Web terminal and network policies
|
||||
|
||||
Web terminals might fail to launch if the cluster has network policies configured. To initialize a web terminal instance, the Web Terminal Operator must communicate with the web terminal's pod to verify it is running, and the {product-title} web console needs to send information to automatically log in to the cluster within the terminal. If either step fails, the web terminal fails to initialize and the terminal panel appears to be in a loading state.
|
||||
|
||||
To avoid this issue, ensure that the network policies for namespaces that are used for terminals allow ingress from the `openshift-console` and `openshift-operators` namespaces.
|
||||
|
||||
Reference in New Issue
Block a user