Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.3.x] Explicitly state which Infinispan port should be used to connect to t… #1969

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/asciidoc/topics/proc_connecting_console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ For example, configure a `LoadBalancer` service or create a `Route`.
* Access the console from any browser at `$HOSTNAME:$PORT`.
+
Replace `$HOSTNAME:$PORT` with the network location where {brandname} is available.

NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222.
8 changes: 8 additions & 0 deletions documentation/asciidoc/topics/ref_network_services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Reference information for network services that {ispn_operator} creates and mana
| TCP
| Access to {brandname} endpoints within the {k8s} cluster or from an {openshiftshort} `Route`.

| `<cluster_name>-admin`
| `11223`
| TCP
| Access to {brandname} endpoints within the {k8s} cluster for internal {ispn_operator} use. This port utilises a different
security-realm to port 11222 and should not be accessed by user applications.

| `<cluster_name>-ping`
| `8888`
| TCP
Expand All @@ -32,3 +38,5 @@ Reference information for network services that {ispn_operator} creates and mana
| JGroups RELAY2 channel for cross-site communication.

|===

NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222.