Enabling Alpha Feature Gate
This section discusses the steps required to enable VolumeSnapshotDataSource feature gate in OpenShift and Upstream Kubernetes environments
Last updated
This section discusses the steps required to enable VolumeSnapshotDataSource feature gate in OpenShift and Upstream Kubernetes environments
Last updated
Deprecated Documentation
This document is deprecated and no longer supported. For accurate, up-to-date information, please refer to the documentation for the latest version of Trilio.
Turning on Technology Preview features using the feature gate custom resource cannot be undone and prevents cluster upgrades. Please ensure that a non-production test and development environment is used.
Login to UI using the admin credentials. Navigate to the Administration section and click on "Cluster Settings"
Click on the FeatureGate to edit the Resource.
Click on YAML tab:
Replace the YAML with the following definition
Make sure the yaml file is properly formed. Validate with YAML validation tools before entering the text here. Enabling a featuregate which doesn’t exist in Kubernetes might make apiserver fail and make cluster non recoverable.
Click Save and wait for minimum 15 mins for the Cluster to stabilise and implement the FeatureGate. You can check the kube-apiserver pod should be restarted and come in running state.
1
kubectl get pods -n openshift-kube-apiserver
Run the following command to get the FeatureGate resource.
Run the following command to edit the FeatureGate resource
This will enable the VolumeSnapshotDataSource FeatureGate. You should wait for 15 mins for the cluster to stabilize before proceeding.
For Upstream Kubernetes environments, please edit the kube-apiserver manifest file and add the following line
For clusters deployed with kubeadm
, the manifest file is located under /etc/kubernetes/manifests on the master node