Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.15 KB

AlluxioFuseSpec.md

File metadata and controls

26 lines (19 loc) · 2.15 KB

AlluxioFuseSpec

AlluxioFuseSpec is a description of the Alluxio Fuse

Properties

Name Type Description Notes
args List<String> Arguments that will be passed to Alluxio Fuse [optional]
cleanPolicy String 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 Map<String, String> Environment variables that will be used by Alluxio Fuse [optional]
global Boolean If the fuse client should be deployed in global mode, otherwise the affinity should be considered [optional]
image String Image for Alluxio Fuse(e.g. alluxio/alluxio-fuse) [optional]
imagePullPolicy String One of the three policies: `Always`, `IfNotPresent`, `Never` [optional]
imageTag String Image Tag for Alluxio Fuse(e.g. 2.3.0-SNAPSHOT) [optional]
jvmOptions List<String> Options for JVM [optional]
networkMode String Whether to use hostnetwork or not [optional]
nodeSelector Map<String, String> 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]
podMetadata PodMetadata [optional]
properties Map<String, String> 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]
volumeMounts List<V1VolumeMount> VolumeMounts specifies the volumes listed in &quot;.spec.volumes&quot; to mount into the alluxio runtime component's filesystem. [optional]