cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Update controller-runtime to 0.8.3 and add node-role.kubernetes.io/control-plane label #153

Closed ysksuzuki closed 3 years ago

ysksuzuki commented 3 years ago

What

Coil already supports k8s 1.20, but it depends on controller-runtime 0.6.3. node-role.kubernetes.io/master label is deprecated in k8s 1.20 and node-role.kubernetes.io/control-plane is introduced.

How

Update controller-runtime to 0.8.3 and other dependencies. Add node-role.kubernetes.io/control-plane label to tolerations.

Checklist