Vibhor Chinda

Results 45 comments of Vibhor Chinda

> @VibhorChinda a small tip: whenever giving a code block or some logs, put them inside a code block like below. It makes it easier to read and understand the...

The last line seems to suggest that you don't have any CNI plugins installed. The [kindnet CNI plugins](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/Makefile#L133) are added during the e2e test in the [Makefile](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/Makefile#L133). So this should've...

Tried installing the CNI using this command "kubectl apply -f test/e2e/data/cni/kindnet/kindnet.yaml" on the control plane node. But It didn't work, as there was no such path on the control plane...

Hey @anusha94 no updates as such. PS : Sorry for blocking the issue/PR for so long.

Hey hii @dharmjit . I was going through this issue and would like to work on this. What I understood is that : [This funtion](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/agent/installer/installer.go#L119) returns the error whenever it...

ok Idk if my assumption is right or not. we just need to write return [here](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/agent/main.go#L205) if error is encountered :|| Is it that simple ?? Idk I am assuming...

Okay sounds interesting. Can someone assign this to me. Will work on this :))

> The test can go in this file - [host-agent-test.go](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/agent/host_agent_test.go) > > Here are some notes on testing tools and techniques that we use / follow - https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/CONTRIBUTING.md#writing-tests Ummm @anusha94...

Hey @anusha94 thanks for such long reply. Now I know more why such tests are important for projects and why they should be written. But the main thing where I...

@sachinkumarsingh092 whenever you're free. Can you help me here too please. Thanks