mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-09 16:17:23 +00:00
Edits
This commit is contained in:
parent
e321aa5532
commit
c923552301
@ -67,7 +67,7 @@ tcpSession:
|
||||
**Configuration options:**
|
||||
|
||||
* `imageCredentials.password`: ClearML DockerHub Access Token.
|
||||
* `clearml.apiKey` and `clearml.apiSecret`: API credentials created in the ClearML web UI by an Admin user or Service
|
||||
* `clearml.apiKey` and `clearml.apiSecret`: [API credentials](../../webapp/settings/webapp_settings_profile.md#clearml-api-credentials) created in the ClearML web UI by an Admin user or Service
|
||||
Account with admin privileges. Make sure to label these credentials clearly, so that they will not be revoked by mistake.
|
||||
* `clearml.apiServerUrlReference`: ClearML API server URL starting with `https://api.`.
|
||||
* `clearml.authCookieName`: Cookie used by the ClearML server to store the ClearML authentication cookie.
|
||||
@ -95,7 +95,7 @@ helm upgrade --install <RELEASE_NAME> -n <WORKLOAD_NAMESPACE> clearml-enterprise
|
||||
Replace the placeholders with the following values:
|
||||
|
||||
* `<RELEASE_NAME>` - Unique name for the App Gateway within the K8s namespace. This is a required parameter in
|
||||
Helm, which identifies a specific installation of the chart. The release name also defines the App Gateway’s name and
|
||||
Helm, which identifies a specific installation of the chart. The release name also defines the App Gateway's name and
|
||||
appears in the UI within AI workload application URLs (e.g. Remote IDE URLs). This can be customized to support multiple installations within the same
|
||||
namespace by assigning different release names.
|
||||
* `<WORKLOAD_NAMESPACE>` - [Kubernetes Namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/)
|
||||
|
@ -2,17 +2,17 @@
|
||||
title: Kubernetes
|
||||
---
|
||||
|
||||
This guide provides step-by-step instructions for installing the ClearML Enterprise control-plane setup in a Kubernetes cluster.
|
||||
This guide provides step-by-step instructions for installing the ClearML Enterprise Server (control-plane) in a Kubernetes cluster.
|
||||
|
||||
ClearML Enterprise is the main ClearML Server, comprising the ClearML `apiserver`, `fileserver`, and `webserver` components.
|
||||
The ClearML Enterprise Server includes the ClearML `apiserver`, `fileserver`, and `webserver` components.
|
||||
The package also includes MongoDB, ElasticSearch, and Redis as Helm dependencies.
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
||||
To deploy ClearML Enterprise, ensure the following components and configurations are in place:
|
||||
To deploy a ClearML Server, ensure the following components and configurations are in place:
|
||||
|
||||
- Kubernetes Cluster: A vanilla Kubernetes cluster is preferred for optimal GPU support.
|
||||
- Kubernetes Cluster: A standard Kubernetes cluster is preferred for optimal GPU support.
|
||||
- CLI Tools: `kubectl` and `helm` must be installed and configured.
|
||||
- Ingress Controller: An Ingress controller (e.g., `nginx-ingress`) is required. If exposing services externally, a
|
||||
LoadBalancer-capable solution (e.g. `MetalLB`) should also be configured.
|
||||
|
Loading…
Reference in New Issue
Block a user