Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

CLUO doesn't work on k8s 1.16 #196

Open
betermieux opened this issue Nov 13, 2019 · 2 comments
Open

CLUO doesn't work on k8s 1.16 #196

betermieux opened this issue Nov 13, 2019 · 2 comments

Comments

@betermieux
Copy link

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:

return kc.ExtensionsV1beta1().DaemonSets(namespace).Get(controllerRef.Name, v1meta.GetOptions{})

If I find some time, I will send a pull-request.

@sdlarsen
Copy link

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

@mleklund
Copy link

mleklund commented Dec 4, 2019

Having this issue as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants