container-linux-update-operator icon indicating copy to clipboard operation
container-linux-update-operator copied to clipboard

CLUO doesn't work on k8s 1.16

Open betermieux opened this issue 5 years ago • 2 comments

Since DaemonSets are moved from 'extensions/v1beta1' to 'apps/v1', the agent doesn't exclude itself from node draining anymore and kills itself before calling reboot. This results in a continuously draining and repopulating node. The culprit seems to be: https://github.com/coreos/container-linux-update-operator/blob/4bb1486f482bc9c365c71e126129e806b5a0fc97/pkg/drain/drain.go#L74 If I find some time, I will send a pull-request.

betermieux avatar Nov 13 '19 15:11 betermieux

As a work-around (while waiting for #197), it's possible to enable serving of the deprecated resource names by adding this to the api-server: --runtime-config=extensions/v1beta1/daemonsets=true

sdlarsen avatar Nov 26 '19 13:11 sdlarsen

Having this issue as well.

mleklund avatar Dec 04 '19 16:12 mleklund