$.Values.imageCredentials.password
, or$.Values.imageCredentials.password
in your helm release
docker-registry
exists in the thoras
namespace and
that it’s structured correctly:
.Values.imageCredentials.secretRef: "thoras-license"
.thoras
namespace come up into Running
status after one or two minutes. Pod
error statuses such as ImagePullBackOff
might indicate an issue.
$.Values.thorasForecast.worker.replicas
helm value1
1:15
ratio of
worker:AIScaleTarget
AIScaleTargets
, you’ll want to set
$.Values.thorasForecast.worker.replicas
to 4
3GB
. So for a cluster with
twenty managed workloads, Thoras requires 60GB
of disk space
(20 AIScaleTargets * 3GB) == 60GB
AWS Elastic File System (EFS)
Google Cloud Filestore (enterprise tier)
Azure Files
CephFS
PersistentVolumeClaim
. These
backends require you to specify the desired size of the disk, which you should
configure as a Helm chart value (read on for details on how to do that).
Examples include:
AWS Elastic Block Store (EBS)
Google Persistent Disk (GCP PD)
Azure Disk Storage
VMware vSphere Volumes
StorageClass
provisionerStorageClass
that you’d like to use to
dynamically provision your PV (such as an
EFS StorageClass).
In that case, simply reference the storage class name in your Thoras helm chart
values.yaml
:
values.yaml
: