From be53f5abfb17f99086f912d1ea5d33054df8ee5c Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 10 Mar 2025 11:59:00 +0200 Subject: [PATCH] EditS --- .../enterprise_deploy/appgw_install_k8s.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md b/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md index a8562e39..906429c6 100644 --- a/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md +++ b/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md @@ -34,7 +34,7 @@ https://raw.githubusercontent.com/clearml/clearml-enterprise-helm-charts/gh-page ### Prepare Values -Before installing the TTR create an helm-override files named `task-traffic-router.values-override.yaml`: +Before installing the TTR, create a `helm-override` files named `task-traffic-router.values-override.yaml`: ``` imageCredentials: @@ -55,18 +55,18 @@ tcpSession: end: ``` -Edit it accordingly to this guidelines: +Edit it accordingly to these guidelines: -* `clearml.apiServerUrlReference`: url usually starting with `https://api.` +* `clearml.apiServerUrlReference`: URL usually starting with `https://api.` * `clearml.apiServerKey`: ClearML server api key * `clearml.apiServerSecret`: ClearML server secret key -* `ingress.hostName`: url of router we configured previously for loadbalancer starting with `https://` -* `clearml.sslVerify`: enable or disable SSL certificate validation on apiserver calls check -* `clearml.authCookieName`: value from `value_prefix` key starting with `allegro_token` in `envoy.yaml` file in ClearML server installation. -* `clearml.jwksKey`: value form `k` key in `jwks.json` file in ClearML server installation (see below) -* `tcpSession.routerAddress`: router external address can be an IP or the host machine or a loadbalancer hostname, depends on the network configuration -* `tcpSession.portRange.start`: start port for the TCP Session feature -* `tcpSession.portRange.end`: end port port for the TCP Session feature +* `ingress.hostName`: URL of router we configured previously for load balancer starting with `https://` +* `clearml.sslVerify`: Enable or disable SSL certificate validation on apiserver calls check +* `clearml.authCookieName`: Value from `value_prefix` key starting with `allegro_token` in `envoy.yaml` file in ClearML server installation. +* `clearml.jwksKey`: Value form `k` key in `jwks.json` file in ClearML server installation (see below) +* `tcpSession.routerAddress`: Router external address can be an IP or the host machine or a load balancer hostname, depends on the network configuration +* `tcpSession.portRange.start`: Start port for the TCP Session feature +* `tcpSession.portRange.end`: End port for the TCP Session feature :::note How to find my jwkskey