Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.53 KB

File metadata and controls

25 lines (21 loc) · 2.53 KB

AlluxioRuntimeSpec

Properties

Name Type Description Notes
alluxio_version VersionSpec The version information that instructs fluid to orchestrate a particular version of Alluxio. [optional]
api_gateway AlluxioCompTemplateSpec Desired state for Alluxio API Gateway [optional]
data Data Management strategies for the dataset to which the runtime is bound [optional]
disable_prometheus bool Disable monitoring for Alluxio Runtime Promethous is enabled by default [optional]
fuse AlluxioFuseSpec Desired state for Alluxio Fuse [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 The spec of init users [optional]
job_master AlluxioCompTemplateSpec Desired state for Alluxio job master [optional]
job_worker AlluxioCompTemplateSpec Desired state for Alluxio job Worker [optional]
jvm_options list[str] Options for JVM [optional]
master AlluxioCompTemplateSpec Desired state for Alluxio master [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 Manage the user to run Alluxio Runtime [optional]
tieredstore Tieredstore Tiered storage used by Alluxio [optional]
worker AlluxioCompTemplateSpec Desired state for Alluxio worker [optional]

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