Skip to content

Commit 49a26d4

Browse files
committed
DX-102853: deprecate nodeLifecycleService
Change-Id: I577c5009f8ab5b544d6428f76be100a9ab794700
1 parent 80da60e commit 49a26d4

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

charts/dremio_v2/docs/Values-Reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ executor:
978978
```
979979

980980
More Info: Refer to the [`extraVolumeMounts`](#extravolumemounts) section of this reference.
981+
### DEPRECATION NOTICE: The nodeLifecycleService feature has been deprecated and is no longer supported.
981982

982983
#### `executor.nodeLifecycleService`
983984
Type: Dictionary

charts/dremio_v2/docs/setup/Dynamic-Executor-Auto-Scaling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Dynamic Executor Auto Scaling
2+
## DEPRECATION NOTICE: This feature has been deprecated and is no longer supported.
23

34
By default, the number of Executors is static and can only be changed by modifying your Helm Release of Dremio.
45
We can enable dynamic auto-scaling of the number of Executors based on CPU and memory utilization or JMX metrics.

charts/dremio_v2/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ executor:
237237
#nodeSelector: {}
238238
#tolerations: []
239239

240+
# DEPRECATION NOTICE: The nodeLifecycleService feature has been deprecated and is no longer supported.
240241
# By default, the number of Engines is static. Enable the Node Lifecycle Service
241242
# to enable dynamic scaling.
242243
# nodeLifecycleService:

0 commit comments

Comments
 (0)