mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Changed: docs sections
This commit is contained in:
parent
a69530d07a
commit
ebe4a64193
@ -40,12 +40,17 @@ Before issuing helm upgrade:
|
||||
|
||||
* if using securityContexts check for new value form in values.yaml (podSecurityContext and containerSecurityContext)
|
||||
|
||||
## Non root/privileged environments
|
||||
## ENTERPRISE Version
|
||||
|
||||
There are some specific Enterprise version features that can be enabled only with specific Enterprise licensed images.
|
||||
Enabling this features on OSS version can cause the entire installation to break.
|
||||
|
||||
### Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
In this case it's recommended to use `values-enterprise-non-root-privileged.yaml` as base for override file.
|
||||
|
||||
Keep in mind it's not possible to install packages on non-root containers so images used for Tasks must already have python and pip installed.
|
||||
|
||||
|
||||
@ -37,12 +37,17 @@ Before issuing helm upgrade:
|
||||
|
||||
* if using securityContexts check for new value form in values.yaml (podSecurityContext and containerSecurityContext)
|
||||
|
||||
## Non root/privileged environments
|
||||
## ENTERPRISE Version
|
||||
|
||||
There are some specific Enterprise version features that can be enabled only with specific Enterprise licensed images.
|
||||
Enabling this features on OSS version can cause the entire installation to break.
|
||||
|
||||
### Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
In this case it's recommended to use `values-enterprise-non-root-privileged.yaml` as base for override file.
|
||||
|
||||
Keep in mind it's not possible to install packages on non-root containers so images used for Tasks must already have python and pip installed.
|
||||
|
||||
|
||||
@ -117,18 +117,18 @@ Before issuing helm upgrade:
|
||||
* scale MongoDB deployment(s) replicas to 0
|
||||
* if using securityContexts check for new value form in values.yaml (podSecurityContext and containerSecurityContext)
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
## ENTERPRISE Version
|
||||
|
||||
There are some specific Enterprise version features that can be enabled only with specific Enterprise licensed images.
|
||||
Enabling this features on OSS version can cause the entire installation to break.
|
||||
|
||||
### Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use `values-enterprise-non-root-privileged.yaml` as base for override file.
|
||||
|
||||
## Additional Configuration for ClearML Server
|
||||
|
||||
You can also configure the **clearml-server** for:
|
||||
|
||||
@ -114,18 +114,18 @@ Before issuing helm upgrade:
|
||||
* scale MongoDB deployment(s) replicas to 0
|
||||
* if using securityContexts check for new value form in values.yaml (podSecurityContext and containerSecurityContext)
|
||||
|
||||
## Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use values-non-root-privileged.yaml as base for override file.
|
||||
|
||||
## ENTERPRISE Version
|
||||
|
||||
There are some specific Enterprise version features that can be enabled only with specific Enterprise licensed images.
|
||||
Enabling this features on OSS version can cause the entire installation to break.
|
||||
|
||||
### Non root/privileged environments
|
||||
|
||||
*This feature is available for Enterprise version only*
|
||||
|
||||
In environments like Openshift or Tanzu it can be required to run non-root/non-privileged pods/containers.
|
||||
In this case it's recommended to use `values-enterprise-non-root-privileged.yaml` as base for override file.
|
||||
|
||||
## Additional Configuration for ClearML Server
|
||||
|
||||
You can also configure the **clearml-server** for:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user