|
14 | 14 | # Default registry, namespace and version tag for images managed by fluid |
15 | 15 | imagePrefix: &defaultImagePrefix fluidcloudnative |
16 | 16 | # imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid |
17 | | -version: &defaultVersion v1.1.0-36f0467 |
| 17 | +version: &defaultVersion v1.1.0-9b3c2e2 |
18 | 18 |
|
19 | 19 | crdUpgrade: |
20 | 20 | enabled: true |
@@ -131,6 +131,12 @@ runtime: |
131 | 131 | portRange: 20000-26000 |
132 | 132 | portAllocatePolicy: random |
133 | 133 | enabled: false |
| 134 | + # featureGates is a comma-separated list of feature gates for alluxioruntime controller. |
| 135 | + # RuntimeFuseHostPID: Controls whether the runtime.fluid.io/fuse.hostpid annotation can enable hostPID in FUSE DaemonSets. |
| 136 | + # Alpha; may change or be removed in future releases. |
| 137 | + # Disabled by default for security; the default is compiled into the controller binary and |
| 138 | + # applies when featureGates is unset, so there is no need to set RuntimeFuseHostPID=false here. |
| 139 | + # Enable only if you trust all users with AlluxioRuntime CR update permissions. |
134 | 140 | init: |
135 | 141 | imagePrefix: *defaultImagePrefix |
136 | 142 | imageName: init-users |
@@ -171,6 +177,12 @@ runtime: |
171 | 177 | enabled: false |
172 | 178 | engine: jindocache |
173 | 179 | queryUfsTotal: true |
| 180 | + # featureGates is a comma-separated list of feature gates for jindoruntime controller. |
| 181 | + # RuntimeFuseHostPID: Controls whether the runtime.fluid.io/fuse.hostpid annotation can enable hostPID in FUSE DaemonSets. |
| 182 | + # Alpha; may change or be removed in future releases. |
| 183 | + # Disabled by default for security; the default is compiled into the controller binary and |
| 184 | + # applies when featureGates is unset, so there is no need to set RuntimeFuseHostPID=false here. |
| 185 | + # Enable only if you trust all users with JindoRuntime/JindoFSxRuntime/JindoCacheRuntime CR update permissions. |
174 | 186 | smartdata: |
175 | 187 | imagePrefix: registry.cn-shanghai.aliyuncs.com/jindofs |
176 | 188 | imageName: smartdata |
@@ -208,6 +220,12 @@ runtime: |
208 | 220 | kubeClientBurst: 30 |
209 | 221 | workQueueQPS: 10 |
210 | 222 | workQueueBurst: 100 |
| 223 | + # featureGates is a comma-separated list of feature gates for juicefsruntime controller. |
| 224 | + # RuntimeFuseHostPID: Controls whether the runtime.fluid.io/fuse.hostpid annotation can enable hostPID in FUSE DaemonSets. |
| 225 | + # Alpha; may change or be removed in future releases. |
| 226 | + # Disabled by default for security; the default is compiled into the controller binary and |
| 227 | + # applies when featureGates is unset, so there is no need to set RuntimeFuseHostPID=false here. |
| 228 | + # Enable only if you trust all users with JuiceFSRuntime CR update permissions. |
211 | 229 | controller: |
212 | 230 | imagePrefix: *defaultImagePrefix |
213 | 231 | imageName: juicefsruntime-controller |
@@ -239,6 +257,12 @@ runtime: |
239 | 257 | kubeClientBurst: 30 |
240 | 258 | workQueueQPS: 10 |
241 | 259 | workQueueBurst: 100 |
| 260 | + # featureGates is a comma-separated list of feature gates for thinruntime controller. |
| 261 | + # RuntimeFuseHostPID: Controls whether the runtime.fluid.io/fuse.hostpid annotation can enable hostPID in FUSE DaemonSets. |
| 262 | + # Alpha; may change or be removed in future releases. |
| 263 | + # Disabled by default for security; the default is compiled into the controller binary and |
| 264 | + # applies when featureGates is unset, so there is no need to set RuntimeFuseHostPID=false here. |
| 265 | + # Enable only if you trust all users with ThinRuntime CR update permissions. |
242 | 266 | controller: |
243 | 267 | imagePrefix: *defaultImagePrefix |
244 | 268 | imageName: thinruntime-controller |
@@ -304,6 +328,12 @@ runtime: |
304 | 328 | workQueueQPS: 10 |
305 | 329 | workQueueBurst: 100 |
306 | 330 | enabled: false |
| 331 | + # featureGates is a comma-separated list of feature gates for vineyardruntime controller. |
| 332 | + # RuntimeFuseHostPID: Controls whether the runtime.fluid.io/fuse.hostpid annotation can enable hostPID in FUSE DaemonSets. |
| 333 | + # Alpha; may change or be removed in future releases. |
| 334 | + # Disabled by default for security; the default is compiled into the controller binary and |
| 335 | + # applies when featureGates is unset, so there is no need to set RuntimeFuseHostPID=false here. |
| 336 | + # Enable only if you trust all users with VineyardRuntime CR update permissions. |
307 | 337 | controller: |
308 | 338 | imagePrefix: *defaultImagePrefix |
309 | 339 | imageName: vineyardruntime-controller |
|
0 commit comments