Harry Li
Harry Li
### Is your feature request related to a problem? When I use statefulset and headless serivce inside vcluster and access the pod using `...svc.cluster.local`, it works as expected. ~~~yaml apiVersion:...
# Description Fixes #6030 ## Checklist: * [x] The title of the PR states what changed and the related issues number (used for the release note). * [ ] Does...
# Description Fixes #6031 ## Checklist: * [x] The title of the PR states what changed and the related issues number (used for the release note). * [ ] Does...
Multiple namespaces can be offloaded. # Description Added the liqoctl offload namespaces command. Matching namespaces can be found using `--label-selector`. Fixes #(issue) #3057 # How Has This Been Tested? Yes,...
### Is your feature request related to a problem? vcluster currently only provides full sync functionality of `StorageClass`. https://github.com/loft-sh/vcluster/blob/0975fcaf152a178f7e2b0e06587df8d82ff54129/chart/values.yaml#L162-L164 ### Which solution do you suggest? I think we need more...
We are using JSPolicy in our production environment -- it's pretty neat and easy to use. However, we're encountered some issues, such as OOM and frequent Pod restarts. So I...
**What type of PR is this?** Add one of the following kinds: /kind cleanup /kind feature **What this PR does / why we need it**: Add additional check for initContainers...