Karan Samani
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...
Has to be fixed upstream https://github.com/truecharts/charts/issues/16339
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 }}" ```
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...
Not very readable having all the playbooks/tasks just there, need to organise it a bit better. Perhaps using roles of some sort?
Some nice ones are: - https://github.com/itaysk/kubectl-neat - https://github.com/ahmetb/kubectl-cond
Closes #29
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...