Codey Jenkins
Codey Jenkins
> After some more debugging, I was able to login to UI. But my CLI still refuses to conecct to the server. I ended up moving UI to container and...
> Tried to deploy an application and this is what I got > > If I'm missing something, I think this must be well documented too. Added missing cluster-rbac
> I wonder if we could also use Tilt to spin up the e2e test environment. Basically `make start-e2e-local` tilt does have a 'ci' mode that might be useful for...
> I'm getting errors like this fairly often: > > > Reconnecting... Error port-forwarding argocd-ui (4000 -> 4000): error upgrading connection: pods "argocd-ui-74c4687d94-cczjj" not found might be something in your...
> We should probably `go mod vendor` before go lint, either in makefile or in tiltfile we could watch the `go.mod` and `go.sum` files and the auto run when those...
@crenshaw-dev @devopsjedi Tilt will try and optimize tasks to stack so that a bunch of parallel tasks don't overrun you system, but you can toggle that off by adding: `allow_parallel=True`...
> Tested it locally and this is running perfectly well. Can we have a `make cli-local` option too? Totally! Just added button for that
> Running the `tilt down` deletes the resources. This means if we are using the default namespace i.e `argocd` for development purposes, we should never perform the `tilt down` except...
@nitishfy added example for Goland debugging
> Can we add port forwarding for metrics services on each component? metrics ports added and docs updated!