You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd need a way to pass env variables into the helm chart. Rancher usesextraEnv.
By setting the EXPERIMENTAL_OCI_STORAGE env variable, the OCI storage feature could be enabled.
(Adding the EXPERIMENTAL_ prefix to make it clear that this feature is at the moment experimental.)
The text was updated successfully, but these errors were encountered:
manno
changed the title
Add new feature flag for enabling experimental features
Add extraEnvs to allow setting env vars for the controller
May 28, 2024
This will enable to pass, for example, experimental features to
the upstream fleet pods.
Refers to: rancher#2465
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
added a commit
to 0xavi0/fleet
that referenced
this issue
Jun 7, 2024
This will enable to pass, for example, experimental features to
the upstream fleet pods.
Refers to: rancher#2465
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
This will enable to pass, for example, experimental features to
the upstream fleet pods.
Refers to: #2465
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
We'd need a way to pass env variables into the helm chart. Rancher uses
extraEnv
.By setting the
EXPERIMENTAL_OCI_STORAGE
env variable, the OCI storage feature could be enabled.(Adding the
EXPERIMENTAL_
prefix to make it clear that this feature is at the moment experimental.)The text was updated successfully, but these errors were encountered: