Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.25 KB

AlluxioFuseSpec.md

File metadata and controls

24 lines (20 loc) · 2.25 KB

AlluxioFuseSpec

AlluxioFuseSpec is a description of the Alluxio Fuse

Properties

Name Type Description Notes
args list[str] Arguments that will be passed to Alluxio Fuse [optional]
clean_policy str CleanPolicy decides when to clean Alluxio Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once the fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted [optional]
env dict(str, str) Environment variables that will be used by Alluxio Fuse [optional]
_global bool If the fuse client should be deployed in global mode, otherwise the affinity should be considered [optional]
image str Image for Alluxio Fuse(e.g. alluxio/alluxio-fuse) [optional]
image_pull_policy str One of the three policies: `Always`, `IfNotPresent`, `Never` [optional]
image_tag str Image Tag for Alluxio Fuse(e.g. 2.3.0-SNAPSHOT) [optional]
jvm_options list[str] Options for JVM [optional]
network_mode str Whether to use hostnetwork or not [optional]
node_selector dict(str, str) NodeSelector is a selector which must be true for the fuse client to fit on a node, this option only effect when global is enabled [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]
resources V1ResourceRequirements [optional]
volume_mounts list[V1VolumeMount] VolumeMounts specifies the volumes listed in &quot;.spec.volumes&quot; to mount into the alluxio runtime component's filesystem. [optional]

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