Skip to content

k8s-daemonset-installer breaks in scenarios with multiple kubelet systemd drop-in files #525

@samcday

Description

@samcday

I have no idea where the /usr/local/bin/kubelet-config-helper.sh file comes from (can't find it via searches in nestybox organization?), but it contains this little gem:

        # Let's look first at the drop-in file first as it has more preference.
        #
        # TODO: What about scenarios with multiple dropin-files?

In the situation where /etc/systemd/system/kubelet.service.d/ contains more than one file, this setup script will later attempt to move tmp.txt to /etc/systemd/system/kubelet.service.d/dropin1 /etc/systemd/system/kubelet.service.d/dropin2.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions