DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Fix leader election compatibility with old k8s version #91

Closed clamoriniere closed 3 years ago

clamoriniere commented 3 years ago

What does this PR do?

In old Kubernetes version the configmapsleases resources doesn't exist. To keep the backward compatibility on old k8s version. The PR keep the previous behavior which is using configmaps for managing the leader election token.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Describe your test plan