ubuntu_server icon indicating copy to clipboard operation
ubuntu_server copied to clipboard

Setup an ubuntu server with ease.

Results 13 ubuntu_server issues
Sort by recently updated
recently updated
newest added

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

https://truecharts.org/guides/addons/vpn-setup/

enhancement
help wanted

Incase custom ports are used for exposing service, this is required. Starting point can be In the clusterissuer ```yaml solvers: # - http01: # ingress: # ingressClassName: nginx - dns01:...

enhancement