mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-05 13:45:46 +00:00
Small edits
This commit is contained in:
commit
62796b5a13
@ -10,7 +10,7 @@ The AI Application Gateway enables external access to ClearML tasks, and applic
|
|||||||
require HTTP or TCP access. The gateway is configured with an endpoint or external address, making these services
|
require HTTP or TCP access. The gateway is configured with an endpoint or external address, making these services
|
||||||
accessible from the user's machine, outside the workload nodes’ network.
|
accessible from the user's machine, outside the workload nodes’ network.
|
||||||
|
|
||||||
This guide details the installation of the App Gateway Router for ClearML users who use ClearML's SaaS control
|
This guide details the installation of the App Gateway Router for ClearML users who use ClearML's hosted control
|
||||||
plane while hosting their own workload nodes.
|
plane while hosting their own workload nodes.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -29,17 +29,18 @@ script changes the values in the databases, and can't be undone.
|
|||||||
## Fixing MongoDB links
|
## Fixing MongoDB links
|
||||||
|
|
||||||
1. Access the `apiserver` Docker container:
|
1. Access the `apiserver` Docker container:
|
||||||
* In `docker-compose:`
|
|
||||||
|
* In `docker-compose:`
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
sudo docker exec -it allegro-apiserver /bin/bash
|
sudo docker exec -it allegro-apiserver /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
* In Kubernetes:
|
* In Kubernetes:
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
kubectl exec -it -n clearml <clearml-apiserver-pod-name> -- bash
|
kubectl exec -it -n clearml <clearml-apiserver-pod-name> -- bash
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Navigate to the script location in the `upgrade` folder:
|
1. Navigate to the script location in the `upgrade` folder:
|
||||||
|
|
||||||
|
@ -66,13 +66,13 @@ imageCredentials:
|
|||||||
clearml:
|
clearml:
|
||||||
cookieDomain: "<BASE_DOMAIN>"
|
cookieDomain: "<BASE_DOMAIN>"
|
||||||
# Set values for improved security
|
# Set values for improved security
|
||||||
apiserverKey: ""
|
apiserverKey: "<GENERATED_API_SERVER_KEY>"
|
||||||
apiserverSecret: ""
|
apiserverSecret: "<GENERATED_API_SERVER_SECRET>"
|
||||||
fileserverKey: ""
|
fileserverKey: "<GENERATED_FILE_SERVER_KEY>"
|
||||||
fileserverSecret: ""
|
fileserverSecret: "<GENERATED_FILE_SERVER_SECRET>"
|
||||||
secureAuthTokenSecret: ""
|
secureAuthTokenSecret: "<GENERATED_AUTH_TOKEN_SECRET>"
|
||||||
testUserKey: ""
|
testUserKey: "<GENERATED_TEST_USER_KEY>"
|
||||||
testUserSecret: ""
|
testUserSecret: "<GENERATED_TEST_USER_SECRET>"
|
||||||
|
|
||||||
|
|
||||||
apiserver:
|
apiserver:
|
||||||
|
@ -565,7 +565,7 @@ curl $APISERVER_URL/system.create_company \
|
|||||||
### Limit Features for all Users
|
### Limit Features for all Users
|
||||||
|
|
||||||
This Helm Chart value in the `overrides.yaml` will have priority over all tenants, and will limit the features
|
This Helm Chart value in the `overrides.yaml` will have priority over all tenants, and will limit the features
|
||||||
available to any user in the system. This means that even if the feature is enabled for the tenant, if it;s not in this
|
available to any user in the system. This means that even if the feature is enabled for the tenant, if it's not in this
|
||||||
list, the user will not see it.
|
list, the user will not see it.
|
||||||
|
|
||||||
Example: all users will only have the `applications` feature enabled.
|
Example: all users will only have the `applications` feature enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user