Dharmjit Singh
Dharmjit Singh
Apologies for responding late here, One test case that I could think of is `"should return when installer initialization fails due to empty downloadpath arg"`
Hi @zugwan, Currently `BYOH` supports Ubuntu OS only, but if you have some automation to install the K8s dependencies manually, you could use `--skip-installation` flag[[here](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/docs/byoh_agent.md)]
Thanks for sharing that `--skip-installation` already works for you. We definitely would like to support more OSes going forward but we haven't yet finalized which OSes to target next.
Hi @kerenbenzion, There is a delete webhook that restricts deleting a `ByoHost` CR with a `status.MachineRef` pointing to a `ByoMachine`. The `Host-Agent` should be running and then you can try...
>currently we can do only scale up We can do both scale up/scale down for both `KCP`/`MD` as per the `CAPI` contract. you can use below to update the number...
> Can I remove the byoh host untill the problem is fixed? Removing a specific host is not supported as of now.
Hi @kerenbenzion, We were not aware earlier but [CAPI](https://github.com/kubernetes-sigs/cluster-api/blob/v1.0.2/api/v1alpha3/common_types.go#L56-L58) already provides a way to delete a specific `Machine`. You could perform below steps. 1. Identify the machine to delete via`kubectl...
Hi @huchen2021, Is it possible to share some snippets of new output logs for e2e tests, and how do they differ from the existing output.
Thanks @DavidSpek and @protosam, This is useful context and it seems like the issue is fixed in https://github.com/cilium/cilium/pull/20072
Hi @curx, All the documentation is inside the repo only and we do not have a separate documentation website for `BYOH`.