Fallback to Host DNS
We added a new helm option fallbackHostDns
that allows users to access all (!) host cluster services as they would do in the host cluster itself from within the vcluster. This is very beneficial in scenarios where you want to share host cluster services inside the vcluster or use tools such as istio and dapr.
What's Changed
- Add serviceAnnotations helm value for all charts by @neogopher in #950
- fix(syncer): don't trigger nil pointer bug in library by @rohantmp in #953
- Update parse.go by @FabianKramm in #958
- feat: add .Values.fallbackHostDns by @FabianKramm in #960
Full Changelog: v0.14.2...v0.15.0-alpha.0