Changes
- chart: Fixed an issue where vcluster with k3s would mount the whole
/etc
folder instead of just/etc/rancher
- chart: Default
pods/ephemeralContainers
andpods/status
permissions to false by default. Added newsync.pods.ephemeralContainers
andsync.pods.status
option to enable those permissions. - chart: Fixed an issue where vcluster with the k0s distro would fail to create / upgrade to version 0.11.0 because of additional volume /run/k0s. We now only create this when rootless mode is enabled
- cli: Increase wait time for
vcluster connect
in minikube vm scenario - cli: Fixed an issue where the created field in
vcluster list
had the wrong format - syncer: Fixed an issue where nodes status would show an incorrect number of allocatable pods, which could cause scheduling problems
- syncer: Updated k8s dependencies to v1.24.3