v0.13.88
Changes
Remove unnecessary loop on k8s internal hosts (#1758)
In #1676 a new loop for the internal hosts were introduced by a first
implementation and not removed. The initial implementation assumed that
multiple domains with different CIDRs could be configured, therefore,
required different route for every host. The implementation changed
during the PR discussion and with the current one multiple domains can
be set but the predicates are all added to the routes without
distinction of domain and the loop is unnecessary. Check [this
comment][0] for more details.
This commit removes the unnecessary loop and create the routes combining
all internal hosts.
[0]: #1676 (comment)
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.88 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.88 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.88 skipper --help