GooseFSRuntimeSpec defines the desired state of GooseFSRuntime
Name | Type | Description | Notes |
---|---|---|---|
api_gateway | GooseFSCompTemplateSpec | [optional] | |
clean_cache_policy | CleanCachePolicy | [optional] | |
data | Data | [optional] | |
disable_prometheus | bool | Disable monitoring for GooseFS Runtime Prometheus is enabled by default | [optional] |
fuse | GooseFSFuseSpec | [optional] | |
goosefs_version | VersionSpec | [optional] | |
hadoop_config | str | Name of the configMap used to support HDFS configurations when using HDFS as GooseFS's UFS. The configMap must be in the same namespace with the GooseFSRuntime. 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] |
init_users | InitUsersSpec | [optional] | |
job_master | GooseFSCompTemplateSpec | [optional] | |
job_worker | GooseFSCompTemplateSpec | [optional] | |
jvm_options | list[str] | Options for JVM | [optional] |
master | GooseFSCompTemplateSpec | [optional] | |
properties | dict(str, str) | Configurable properties for the GOOSEFS component. <br> Refer to <a href="https://cloud.tencent.com/document/product/436/56415\">GOOSEFS 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] | |
worker | GooseFSCompTemplateSpec | [optional] |