| Giorgi Lekveishvili | cd916da | 2023-06-09 12:56:42 +0400 | [diff] [blame^] | 1 | Enable kubernetes internal service ip address subnet |
| 2 | kubectl exec -it headscale-0 -n lekva-app-headscale -- headscale --config=/headscale/config/config.yaml routes enable pcloud-ingress -r 1 |
| 3 | |
| 4 | |
| 5 | pihole disable admin password |
| 6 | pihole -a -p |
| 7 | |
| 8 | |
| 9 | longhorn storage dir during bootstrap |
| 10 | |
| 11 | |
| 12 | soft-serve keys in secret for fluxcd bootstrap |
| 13 | |
| 14 | |
| 15 | create_env should initialize repo with config.yaml |
| 16 | |
| 17 | metallb memberlist |
| 18 | kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)" |
| 19 | |