kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

rktlet: host network support #66

Closed euank closed 7 years ago

euank commented 7 years ago

This was missed and is needed by a lot of important cluster components.

cc @squeed.

euank commented 7 years ago

leaving do-not-merge at the second because of https://github.com/coreos/rkt/issues/3428

It might be worth working around via a bindmount for the moment as well.

euank commented 7 years ago

I just skipped the hosts-entry bit for the moment. The /etc/hosts bindmount can be added in the pod yaml anyways, so the workaround isn't too bad.