You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trento/adoc/trento-kubernetes-install.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ helm upgrade \
69
69
----
70
70
====
71
71
+
72
-
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
72
+
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`\http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
73
73
74
74
[[sec-trento-install-trentoserver-on-k3s]]
75
75
===== Installing {trserver} on K3s
@@ -149,7 +149,7 @@ watch kubectl get pods
149
149
All pods must be in the ready and running state.
150
150
+
151
151
. Log out of the {trserver} host.
152
-
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
152
+
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`\http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
Copy file name to clipboardExpand all lines: trento/adoc/trento-mcp-host-sles.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ mcpServers:
46
46
- "Authorization: Bearer ${env://TRENTO_PAT}"
47
47
----
48
48
49
-
* Replace `{tr_mcp_url_https}` with the actual URL where your {tr_mcp} is accessible:
50
-
** For Kubernetes deployments with ingress, use the ingress URL (e.g., `{tr_mcp_url_https}`).
51
-
** For local or development setups, use `http://localhost:{tr_mcp_default_port}/mcp` (adjust the port as needed).
49
+
* Replace `pass:a[{tr_mcp_url_https}]` with the actual URL where your {tr_mcp} is accessible:
50
+
** For Kubernetes deployments with ingress, use the ingress URL (e.g., `pass:a[{tr_mcp_url_https}]`).
51
+
** For local or development setups, use `\http://localhost:{tr_mcp_default_port}/mcp` (adjust the port as needed).
52
52
** The transport type is configured on the {tr_mcp}, if using Server-Sent Events (SSE) transport instead of the default streamable transport, change the path from `/mcp` to `/sse`.
53
53
* If you configured a custom header name (using `HEADER_NAME` or `--header-name`), update `Authorization` accordingly.
54
54
@@ -132,7 +132,7 @@ If you encounter issues connecting {mcp_host} to the {tr_mcp}:
132
132
** Verify that the {tr_mcp} URL in `~/.mcphost.yml` is correct and accessible from your system.
133
133
** Check if the {tr_mcp} is running by reviewing logs from your {trento} installation.
134
134
** Ensure network connectivity and that any required firewall rules are in place.
135
-
** Test basic connectivity: `curl -I {tr_mcp_url_https}`.
135
+
** Test basic connectivity: `curl -I pass:a[{tr_mcp_url_https}]`.
136
136
137
137
* *Authentication errors*
138
138
** Verify that your personal access token is valid by testing it directly with your {trento} Server API.
0 commit comments