mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
Automatic merge from submit-queue (batch tested with PRs 45508, 44258, 44126, 45441, 45320) Use existing global var criSupportedLogDrivers **What this PR does / why we need it**: Use existing global var `criSupportedLogDrivers` defined in docker_service.go. If CRI supports other log drivers in the future, we will only need to modify that global var. cc @Random-Liu