I am trying to enable feature gates on a Kubernetes cluster. I have tried using kubeadm call
kubeadm config images list --feature-gates TTLAfterFinished=true
however I get the error
unrecognized feature-gate key: TTLAfterFinished
I am using Rancher to build and deploy the cluster. I am using this site to determine the name of the feature gates to enable. https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/