AlluxioRuntimeSpec defines the desired state of AlluxioRuntime
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] |
image_pull_secrets | list[V1LocalObjectReference] | ImagePullSecrets that will be used to pull images | [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="https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\">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] |