How to enable experimental features
Fleet supports experimental features that are disabled by default and that can be enabled by the user.
Enabling/disabling experimental features is done using extra environment variables that are available when deploying rancher/fleet.
Enabling an experimental feature
Currently, Fleet has OCI storage as an experimental feature.
Enabling when installing Fleet stand-alone
When installing Fleet, pass something similar to the following to your helm install or update command:
--set-string extraEnv[0].name=EXPERIMENTAL_OCI_STORAGE \
--set-string extraEnv[0].value=true \
|
You must use |
Enabling when installing Fleet with Rancher
You can also activate the experimental features in Fleet when installing Rancher.
The parameters are the same, but you have to add the fleet. prefix.
--set-string fleet.extraEnv[0].name=EXPERIMENTAL_OCI_STORAGE \
--set-string fleet.extraEnv[0].value=true \