You want to rotate the encryption key used for Secrets encryption at rest without downtime. Which approach correctly achieves this?
AAdd the new key as the first provider in the encryption config, keep the old key second, then restart the API server
BReplace the old key with the new key in the config and restart the API server immediately
CDelete all Secrets, update the key, then recreate Secrets encrypted with the new key
DUpdate the key in etcd directly without changing the API server config