Karan Samani

Results 16 issues of Karan Samani

**Issue**: The authentication type 10 is not supported **Chart version**: 1.3.2 **How to replicate**: ``` # install postgres helm uninstall postgresql; helm install postgresql bitnami/postgresql \ --set global.postgresql.auth.username=guacamole \ --set...

Ansible to install and run GOW in headless mode Items covered: - Pre-reqs about `/dev/uinput` being present - Monitor requirements from section 3 in https://games-on-whales.github.io/gow/monitor.html - 3.3 is missing at...

https://github.com/stern/stern

enhancement
good first issue

Has to be fixed upstream https://github.com/truecharts/charts/issues/16339

wontfix

Something like the below might be okay? https://github.com/geerlingguy/ansible-role-docker ``` - name: Install Docker when: install.docker include_role: name: geerlingguy.docker apply: become: True vars: docker_edition: "ce" docker_users: - "{{ ansible_user }}" ```

enhancement
good first issue

Currently the kube api server on minikube is exposed via kubectl proxy, this creates a tunnel between the host and the api server directly. It does not go through the...

bug

Not very readable having all the playbooks/tasks just there, need to organise it a bit better. Perhaps using roles of some sort?

enhancement

Some nice ones are: - https://github.com/itaysk/kubectl-neat - https://github.com/ahmetb/kubectl-cond

enhancement
good first issue

Running kubernetes itself takes around 450-500m CPU cycles (half a core) just for the supporting pods, not counting for system components like kubelet. For a home setup, this is a...

documentation
enhancement
help wanted
wontfix