gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

Clean up last imports of `k8s.io/klog` in favor of `k8s.io/klog/v2` #231

Closed ialidzhikov closed 1 year ago

ialidzhikov commented 1 year ago

/kind cleanup

What this PR does / why we need it: Similar to https://github.com/gardener/machine-controller-manager-provider-openstack/pull/47.

Which issue(s) this PR fixes: See https://github.com/gardener/machine-controller-manager-provider-openstack/issues/46

Special notes for your reviewer: N/A

Release note:

`k8s.io/klog` is no longer imported by the cluster-autoscaler. `k8s.io/klog/v2` is used instead in a consistent manner.