github loft-sh/vcluster v0.13.0-alpha.0

latest releases: v0.21.0-alpha.9, v0.20.1-beta.1, v0.21.0-alpha.8...
pre-release23 months ago

New features

Greatly improved Support for logging and backup solutions
We have added an opt-in feature for vcluster which allows us to support logging solutions like ELK, fluentd, loki etc. deployed inside the vcluster. Along with these we also enable support for backup solutions like velero and VM solutions like kubevirt. These applications mount the host paths such as "/var/log" or "/var/lib/kubelet/pods" to retrieve information about workloads in the cluster. You can ensure that the expected data are made available to these applications by enabling the "Hostpath Mapper" feature of vcluster.

What's Changed

  • New feature: Enable logging and backup support by @ishankhare07 in #694
  • Syncer: Release a cloud provider volume when a dynamically provisioned PV with a reclaim policy of 'Delete', is deleted. by @maheshbaliga in #715
  • Syncer: Fixed an issue where vcluster would not instantiate ephemeral volumes correctly by @matskiv in #798
  • Chart: Added the sync.ingressclasses.enabled value to allow the user to enable or disable IngressClasses sync independently of Ingress sync configuration. by @matskiv in #794
  • Chart: Allow templating with chart values inside the init-configmap by @xunleii in #792
  • Chart: Allow setting the LoadBalancerClass if using an external LoadBalancer controller by @mtougeron in #791
  • Chart: Fix init-manifest merge issue on Configmap by @xunleii in #789
  • Chart: Fix wrong indentation on init-manifest template by @xunleii in #790
  • CLI: Display vclusters in the current kube context as well as parent one when running vcluster list CLI command by @mahendrabagul in #787
  • CLI: Search in right context for parent context vclusters by @mahendrabagul in #787
  • Documentation: add a page describing use of logging solution inside vcluster by @ishankhare07 in #781
  • Documentation: add chapters describing in-vcluster velero-restic backups by @ishankhare07 in #785
  • Documentation: add a page about generic crd sync plugin by @matskiv in #782

New Contributors

Full Changelog: v0.12.2...v0.13.0-alpha.0

Don't miss a new vcluster release

NewReleases is sending notifications on new releases.