Rahul Sawra
Rahul Sawra
@FabianKramm @matskiv @mahendrabagul , if the vcluster is not found (it returns from here https://github.com/loft-sh/vcluster/blob/main/cmd/vclusterctl/cmd/delete.go#L160). Here I check if --ignore-not-found flag is set and the error is "Not Found error"...
> @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 @matskiv not sure how is that possible? here the [restConfig](https://github.com/loft-sh/vcluster/blob/main/cmd/vclusterctl/cmd/delete.go#L174)...
> @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 @matskiv here is the approach I was thinking: func (cmd...
> @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...
> 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...
hi @displague, here is my understanding of the feature: Once, we have integrated IPAM Provider with CAPP, here is how it would work (please correct me If I am wrong):...
hi @displague as part of phase 1, here is what I was thinking before jumping on the design doc. The PacketMachine CR would expose certain options to the user to...
@displague https://github.com/kubernetes-sigs/cluster-api-provider-packet/issues/226#issuecomment-777021331 This has ``` ports: # network_ports in the API naming bond0: # always comprised of ports eth0+eth1 on 2 port devices, or eth0+eth2 on 4 port devices bonded:...
@displague got it. Assuming the above configuration will go inside the `PacketClusterTemplate`, for example: ``` - type: vrf # statically assigned addresses, carved out of a VRF # vrf_id: optional....
@displague should we also give options to define existing metal gateways / create a new one ? Since VRF IPs are used with metal gateways