O. Matskiv
O. Matskiv
@yogeek I am not actively working on this project, so I can't provide any feedback on your proposal/questions. I let the main maintainer know about this issue, and unfortunately they...
@rahulii I think you will need to modify [the prepare function](https://github.com/loft-sh/vcluster/blob/main/cmd/vclusterctl/cmd/delete.go#L157) to initialize the cmd.kubeClient before it calls find.GetVCluster
@rahulii I think you don't even need to check the flag in the prepare function. Just move this part to the very top of the prepare function, before GetVCluster is...
@rahulii yes, good point, I overlooked that. But I think we can still do it, we just need to provide the restConfig like so: ``` restConfig, err := clientcmd.NewNonInteractiveDeferredLoadingClientConfig(clientcmd.NewDefaultClientConfigLoadingRules(), &clientcmd.ConfigOverrides{}).ClientConfig()...
Hello @rahulii Do you plan to finish this PR or should we unassign you from the issue and close the PR for now? If we close, are you okay with...
According to [macos-12 Readme](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md) the Helm tool is not included, but it was included in macos-11. It is not listed in the "Possible impact" table in this issue.
This sounds very similar to #438, but it's about `.Spec.ExternalIPs` field in this case. I think we will look into both issues at the same time at some point and...
> May I know the timeline when this issue can be addressed? @Chakravarti-Baratam We have added it as a stretch goal for the new sprint, but this issue may be...
I did some investigation into this problem, but unfortunately, there are a few edge cases that I could not cover with my PoC, so for now this is moved to...
@christiaangoossens Thank you for reporting this. It should definitely be added, and I think we will try to include it in the next release(hopefully releasing next week). The API port...