Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.47 KB

AlluxioRuntimeSpec.md

File metadata and controls

29 lines (25 loc) · 2.47 KB

AlluxioRuntimeSpec

AlluxioRuntimeSpec defines the desired state of AlluxioRuntime

Properties

Name Type Description Notes
alluxio_version VersionSpec [optional]
api_gateway AlluxioCompTemplateSpec [optional]
data Data [optional]
disable_prometheus bool Disable monitoring for Alluxio Runtime Prometheus is enabled by default [optional]
fuse AlluxioFuseSpec [optional]
hadoop_config str Name of the configMap used to support HDFS configurations when using HDFS as Alluxio's UFS. The configMap must be in the same namespace with the AlluxioRuntime. The configMap should contain user-specific HDFS conf files in it. For now, only "hdfs-site.xml" and "core-site.xml" are supported. It must take the filename of the conf file as the key and content of the file as the value. [optional]
init_users InitUsersSpec [optional]
job_master AlluxioCompTemplateSpec [optional]
job_worker AlluxioCompTemplateSpec [optional]
jvm_options list[str] Options for JVM [optional]
management RuntimeManagement [optional]
master AlluxioCompTemplateSpec [optional]
pod_metadata PodMetadata [optional]
properties dict(str, str) Configurable properties for Alluxio system. <br> Refer to <a href=&quot;https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\&quot;&gt;Alluxio Configuration Properties</a> for more info [optional]
replicas int The replicas of the worker, need to be specified [optional]
run_as User [optional]
tieredstore TieredStore [optional]
volumes list[V1Volume] Volumes is the list of Kubernetes volumes that can be mounted by the alluxio runtime components and/or fuses. [optional]
worker AlluxioCompTemplateSpec [optional]

[Back to Model list] [Back to API list] [Back to README]