You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
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:
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
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:
container-linux-update-operator/pkg/drain/drain.go
Line 74 in 4bb1486
If I find some time, I will send a pull-request.
The text was updated successfully, but these errors were encountered: