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

CLUO doesn't work on k8s 1.16 #196

@betermieux

Description

@betermieux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions