Skip to content

v0.11.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@FabianKramm FabianKramm released this 06 Jul 22:56
· 1826 commits to main since this release
5d09f25

Deploy Helm Charts within vcluster on startup

vcluster is now able to deploy helm charts defined in the chart values inside the virtual cluster on startup. For more information, please take a look at the vcluster docs

Other Changes

  • chart: Fixed an issue where k8s distro was allowing Node authorization which is not needed. (thanks @olljanat)
  • chart: Fixed an issue where vcluster reserves a lot more resources that it actually needs. (thanks @olljanat)
  • chart: Added isolation mode to EKS distro.
  • chart: Fixed an issue where pre-install job was not able to run in namespace where Restricted Pod Security Standard is enforced because of missing seccompProfile. (thanks @olljanat)
  • syncer: Fixed an issue where vcluster synced pods could end with an - in hostname
  • syncer: Fixed an issue where vcluster serviceNames where not correctly translated in alb ingresses
  • cli: Added kube-config-context-name flag for create command as well as syncer container
  • cli: Added auto completion support for the fish shell
  • cli: Fixed an issue where vcluster connect was trying to deploy a proxy pod even though a minikube VM driver was used.