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
- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs by @dependabot in #949
- 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
- fix: log only the messages of the correct level by @matskiv in #962
- fix: cert expiry should check for cert's expiry date by @neurodrone in #964
- Update security.mdx by @ishankhare07 in #963
- add import capability for cluster scoped CRDs by @ishankhare07 in #952
- Update synced-resources.mdx by @ishankhare07 in #967
- enable optional generic resource syncing by @ishankhare07 in #970
- Update non-root-vcluster.mdx by @matskiv in #971
- fix: switch a Warning to Info msg to avoid user confusion by @matskiv in #974
- images: also push to ghcr.io by @rohantmp in #977
- fix: add package:write permission to push ghcr images by @rohantmp in #980
- fix: invalid workflow permission value by @rohantmp in #982
- add
loft.sh/paused-date
annotation to paused clusters by @Piroddi in #984 - images: replace docker.io references with ghcr.io by @rohantmp in #978
- reimplement fake kubelet services for node InternalIP addresses by @ishankhare07 in #983
- Add vcluster name/ns labels to Namespaces in multinamespace mode by @matskiv in #988
- fix: remove vcluster name and namespace from Node hostnames by @matskiv in #987
- docs: Mention cloud costs for load balancer by @kostis-codefresh in #990
- Bug Fix: Add check if coredns files exists before trying to apply by @brandonrjacobs in #998
- Fix statefulset broken tamplate by @hiteshwani29 in #997
- fix missing enable multi namespace mode by @ishankhare07 in #1003
- fix: don't create coredns Configmap when not enabled by @matskiv in #1000
- Proxy host metrics server vcluster by @ishankhare07 in #957
- Initial telemetry implementation by @matskiv in #991
New Contributors
- @neurodrone made their first contribution in #964
- @Piroddi made their first contribution in #984
- @kostis-codefresh made their first contribution in #990
- @hiteshwani29 made their first contribution in #997
Full Changelog: v0.14.2...v0.15.0-beta.1