Is there a way to add a feature gate to the kubevi...
# harvester
l
Is there a way to add a feature gate to the kubevirt resource? I know there’s this, is there a way to overwrite that like in rke2 or if I update the resource manually this will get overwritten?
c
if you’d like to manually update it, you can modify this resource here
kubectl get kubevirt kubevirt -n harvester-system -o yaml
in the cluster.
l
Would it revert back though? I’m not sure how it reconciles
c
As I know, it wouldn’t be reverted.
👍 1