Khue Doan

Results 49 comments of Khue Doan

You can use the `k9s` command included in the tools container to list the pods (it has vim bindings).

You can test without additional hardware by using a virtual machine, here's what I usually do: - Create a new VirtualBox VM with UEFI boot and a bridged network -...

Hmmm that's strange, there's a wait command in the install script that _supposed_ to wait for `argocd` to complete before continuing with `bootstrap`: https://github.com/khuedoan/homelab/blob/4b69ec2dfc1305155d4f0090361e0e7136b27445/bootstrap/argocd/apply.sh#L16-L18 Do you have any config related...

I'm working on a refactor of the bootstrap process that will utilize server-side apply, this should permanently fix this issue without the need for a workaround.

Should be fixed by https://github.com/khuedoan/homelab/commit/8d00d55eb1faa214b29ab73fb0405351d47b079b with server side apply.

Hi, I haven't tried it yet, but this sounds like it could be done by setting up a [Cilium egress gateway](https://docs.cilium.io/en/stable/network/egress-gateway/) and a VPN sidecar? Also if you only need...

Thanks for reporting the issues everyone, I think the `./scripts/hacks` have grown big and messy, so I'll rewrite it to make it a bit more reliable

The following commits should fix the issue in the short term: - https://github.com/khuedoan/homelab/commit/eb1381d38b7a315fb5ad5cb184d35ca35bd9e2a4 - https://github.com/khuedoan/homelab/commit/209a950ed08838d4950a6c39568530101bded77a

Hi, thank you for making a PR. However, it seems like this should be split into multiple PRs to make it more reviewable and reduce the blast radius. Although these...