Olli Janatuinen
Olli Janatuinen
Afaiu this was implemented on [v0.7.0](https://github.com/loft-sh/vcluster/releases/tag/v0.7.0)? However there is still room to make user experience better by making pods compliant with *restricted* policy by default which I have been trying...
K3s does not support IPv6 only currently. I tried to implement it on https://github.com/k3s-io/k3s/pull/4450 but as normal k3s deployment needs Flannel this one need to be solved first https://github.com/flannel-io/flannel/issues/1453 also...
Btw. Now when vcluster supports k0s and k8s it should be possible to support IPv6 only too. I think that best option would be add new `--use-ipv6-cidr` flag which would...
@Frankkkkk have you tried this again? IPv6 only mode have been supported by k3s on some level after my PR https://github.com/k3s-io/k3s/pull/4450 was merged and I see that there have been...
FYI. Now vcluster have support for plugins https://www.vcluster.com/docs/plugins/overview and here is even case example for CRD sync https://github.com/loft-sh/vcluster-sdk/tree/main/examples/crd-sync Also based on discussion on https://github.com/loft-sh/vcluster/issues/443#issuecomment-1110694323 it probably would be possible to...
Writing out some thoughts which I have got so far. ## Option 1 - Disaster recovery On small environment and environments in general where maintenance breaks are allowed it is...
@ericjee Are you using `reclaimPolicy: Retain` on your storage class? That should instruct Kubernetes to not delete volumes unless you do that manually https://kubernetes.io/docs/concepts/storage/storage-classes/#reclaim-policy However some extra logic might be...
Related to #193 There I mentioned that Kasten is one interesting option because it supports restoring to environment which uses different CSI plugin than original source. Or that is at...
@mtougeron if I understood correctly from https://github.com/loft-sh/vcluster/issues/251#issuecomment-993906742 your use case is that you want to be able to test that manifest which modify it? One way to do it would...
One big difference is in area of persistent volumes? SIG virtualcluster readme contains comment: > VirtualCluster does not support tenant PersistentVolumes. All PVs and Storageclasses are provided by the super...