Add experimental warning to scheduling page
This should give visibility to the experimental nature of the feature.
This commit is contained in:
parent
bcaf830ae7
commit
197b458ca5
|
|
@ -1,6 +1,10 @@
|
||||||
# Scheduling
|
# Scheduling
|
||||||
|
|
||||||
Fleet supports (starting from version 0.13 and in experimental mode) the definition of **scheduled intervals** during which new updates to existing deployments are allowed.
|
:::warning
|
||||||
|
This is an experimental feature.
|
||||||
|
:::
|
||||||
|
|
||||||
|
Fleet supports (starting from version 0.14) the definition of **scheduled intervals** during which new updates to existing deployments are allowed.
|
||||||
|
|
||||||
This enables users to control **when changes are applied**, independently of when updates are pushed to the Git repository—if desired.
|
This enables users to control **when changes are applied**, independently of when updates are pushed to the Git repository—if desired.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue