stackanetes / kubernetes-entrypoint

Used as a container entrypoint, it will wait for specified k8s dependencies, create files based on ConfigMaps, and much more - before running a given command.
Apache License 2.0
50 stars 18 forks source link

Feat/custom resource dependency #39

Closed ian-howell closed 5 years ago

ian-howell commented 5 years ago

This adds the ability to monitor custom resources for dependency. I think it's pretty flexible.

I've added unit tests to assert that all of the new code is covered.

This demo shows it in action.