skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

add init container to get initial config #1769

Closed grs closed 1 week ago

grs commented 2 weeks ago

Add 'init' mode for config-sync that downloads initial config and ssl artefacts and use this in an init container to avoid races between config being loaded by router and ssl artefacts being downloaded. Fixes #1716 .