Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.7 KB

AlluxioCompTemplateSpec.md

File metadata and controls

23 lines (16 loc) · 1.7 KB

AlluxioCompTemplateSpec

AlluxioCompTemplateSpec is a description of the Alluxio commponents

Properties

Name Type Description Notes
enabled Boolean Enabled or Disabled for the components. For now, only API Gateway is enabled or disabled. [optional]
env Map<String, String> Environment variables that will be used by Alluxio component. <br> [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 master to fit on a node [optional]
podMetadata PodMetadata [optional]
ports Map<String, Integer> Ports used by Alluxio(e.g. rpc: 19998 for master) [optional]
properties Map<String, String> Configurable properties for the Alluxio component. <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 Integer Replicas is the desired number of replicas of the given template. If unspecified, defaults to 1. replicas is the min replicas of dataset in the cluster [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]