Karan Samani

Results 37 comments of Karan Samani

Workaround seems to be to update the pg_hba.conf (`/opt/bitnami/postgresql/conf/pg_hba.conf`) file in the postgres pod and include (or replace the file) with the following line. ``` host all all 0.0.0.0/0 password...

True, you can get into it with bash and run the commands manually. Thought a one liner would be simpler for people Have you tried replicating the issue on a...

@mathiasringhof Thats good, thanks. It will work for now till the new version of guacamole is released.

Hi izabella197, I would recommend that you remove your .idea files from the commit. Regards, Kimi450

Section 3.3 in [here](https://games-on-whales.github.io/gow/monitor.html), I dunno if theres a way to parse the yaml to add the specific lines from the docs in it. I dont wanna just do a...

> Need to add a readme for this done

reloading systemd modules with this might be cleaner too https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html

Upstream wont fix since API key is a manual input. These metrics would be nice to have, but not really worth doing manually. Ill keep this issue open incase theres...

Green line would be just exposing the port that minikube exposes to localhost with docker for port 8443, example `32769` in the below docker ps output ``` CONTAINER ID IMAGE...