You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**enabled** | **bool** | Enabled or Disabled for the components. For now, only API Gateway is enabled or disabled. | [optional]
8
8
**env** | **dict(str, str)** | Environment variables that will be used by Alluxio component. <br> | [optional]
9
+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
9
10
**jvm_options** | **list[str]** | Options for JVM | [optional]
10
11
**network_mode** | **str** | Whether to use hostnetwork or not | [optional]
11
12
**node_selector** | **dict(str, str)** | NodeSelector is a selector which must be true for the master to fit on a node | [optional]
Copy file name to clipboardExpand all lines: docs/AlluxioFuseSpec.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
**args** | **list[str]** | Arguments that will be passed to Alluxio Fuse | [optional]
8
8
**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]
9
9
**env** | **dict(str, str)** | Environment variables that will be used by Alluxio Fuse | [optional]
10
-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
**image_pull_policy** | **str** | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional]
12
+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
13
13
**image_tag** | **str** | Image Tag for Alluxio Fuse(e.g. 2.3.0-SNAPSHOT) | [optional]
14
14
**jvm_options** | **list[str]** | Options for JVM | [optional]
15
15
**network_mode** | **str** | Whether to use hostnetwork or not | [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]
13
+
**image_pull_secrets** | [**list[V1LocalObjectReference]**](V1LocalObjectReference.md) | ImagePullSecrets that will be used to pull images | [optional]
Copy file name to clipboardExpand all lines: docs/GooseFSFuseSpec.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
8
8
**args** | **list[str]** | Arguments that will be passed to GooseFS Fuse | [optional]
9
9
**clean_policy** | **str** | CleanPolicy decides when to clean GooseFS Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional]
10
10
**env** | **dict(str, str)** | Environment variables that will be used by GooseFS Fuse | [optional]
11
-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
Copy file name to clipboardExpand all lines: docs/JindoFuseSpec.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
8
8
**clean_policy** | **str** | CleanPolicy decides when to clean JindoFS Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnRuntimeDeleted | [optional]
9
9
**disabled** | **bool** | If disable JindoFS fuse | [optional]
10
10
**env** | **dict(str, str)** | Environment variables that will be used by Jindo Fuse | [optional]
11
-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
**clean_policy** | **str** | CleanPolicy decides when to clean Juicefs Fuse pods. Currently Fluid supports two policies: OnDemand and OnRuntimeDeleted OnDemand cleans fuse pod once th fuse pod on some node is not needed OnRuntimeDeleted cleans fuse pod only when the cache runtime is deleted Defaults to OnDemand | [optional]
7
7
**env** | [**list[V1EnvVar]**](V1EnvVar.md) | Environment variables that will be used by JuiceFS Fuse | [optional]
8
-
**_global** | **bool** | If the fuse client should be deployed in global mode, otherwise the affinity should be considered | [optional]
9
8
**image** | **str** | Image for JuiceFS fuse | [optional]
10
9
**image_pull_policy** | **str** | One of the three policies: `Always`, `IfNotPresent`, `Never` | [optional]
11
10
**image_tag** | **str** | Image for JuiceFS fuse | [optional]
**env** | **dict(str, str)** | Environment variables that will be used by Vineyard component. For Master, refer to <a href=\"https://etcd.io/docs/v3.5/op-guide/configuration/\">Etcd Configuration</a> for more info Default is not set. | [optional]
9
-
**image** | **str** | The image of Vineyard component. For Master, the default image is `bitnami/etcd` For Worker, the default image is `vineyardcloudnative/vineyardd` The default container registry is `docker.io`, you can change it by setting the image field | [optional]
9
+
**image** | **str** | The image of Vineyard component. For Master, the default image is `registry.aliyuncs.com/vineyard/vineyardd` For Worker, the default image is `registry.aliyuncs.com/vineyard/vineyardd` The default container registry is `docker.io`, you can change it by setting the image field | [optional]
10
10
**image_pull_policy** | **str** | The image pull policy of Vineyard component. Default is `IfNotPresent`. | [optional]
11
-
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `latest`. | [optional]
11
+
**image_tag** | **str** | The image tag of Vineyard component. For Master, the default image tag is `v0.22.2`. For Worker, the default image tag is `v0.22.2`. | [optional]
12
+
**network_mode** | **str** | Whether to use hostnetwork or not Default is HostNetwork | [optional]
12
13
**node_selector** | **dict(str, str)** | NodeSelector is a selector to choose which nodes to launch the Vineyard component. E,g. {\"disktype\": \"ssd\"} | [optional]
13
14
**options** | **dict(str, str)** | Configurable options for Vineyard component. For Master, there is no configurable options. For Worker, support the following options. vineyardd.reserve.memory: (Bool) where to reserve memory for vineyardd If set to true, the memory quota will be counted to the vineyardd rather than the application. etcd.prefix: (String) the prefix of etcd key for vineyard objects wait.etcd.timeout: (String) the timeout period before waiting the etcd to be ready, in seconds Default value is as follows. vineyardd.reserve.memory: \"true\" etcd.prefix: \"/vineyard\" wait.etcd.timeout: \"120\" | [optional]
**ports** | **dict(str, int)** | Ports used by Vineyard component. For Master, the default client port is 2379 and peer port is 2380. For Worker, the default rpc port is 9600 and the default exporter port is 9144. | [optional]
15
17
**replicas** | **int** | The replicas of Vineyard component. If not specified, defaults to 1. For worker, the replicas should not be greater than the number of nodes in the cluster | [optional]
0 commit comments