virtual-kubelet / systemk

Systemk is a systemd backend for the virtual-kubelet. Instead of starting containers, you start systemd units.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Image == Name confusion

miekg opened this issue · comments

Currently it is assume image == pod name, which is generally not true. There is also an Image function that should actually be Name.

Clear up this confusion and use the right terms in the right place.