mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-31 22:01:06 +00:00
This change updates the KDF "feature flag" to be per KMS provider instead of global to the API server. This allows integration tests that use distinct provider names to run in parallel. Locally this change reduced the runtime of test/integration/controlplane/transformation by 3.5 minutes. Signed-off-by: Monis Khan <mok@microsoft.com>