How to enable experimental features
SUSE® Rancher Prime Continuous Delivery supports experimental features that are disabled by default and can be enabled by the user.
Enabling or disabling experimental features is done using extra environment variables that are available when deploying rancher/fleet.
For more information, refer to Configure SUSE® Rancher Prime Continuous Delivery install options in Rancher
Available experimental features
Fleet currently supports the following experimental features: * Scheduling
Enabling an experimental feature
Enabling when installing SUSE® Rancher Prime Continuous Delivery stand-alone
All you need to do is pass something like:
--set-string extraEnv[0].name=EXPERIMENTAL_SCHEDULES \
--set-string extraEnv[0].value=true
to your helm install or helm upgrade command.
|
You have to use |
Enabling when installing SUSE® Rancher Prime Continuous Delivery with Rancher
You can also activate the experimental features in SUSE® Rancher Prime Continuous Delivery when installing Rancher.
The parameters are the same, but you have to add the fleet. prefix:
--set-string fleet.extraEnv[0].name=EXPERIMENTAL_SCHEDULES \
--set-string fleet.extraEnv[0].value=true