kind is nice for local testing

This commit is contained in:
foosinn 2022-01-31 14:04:01 +01:00
parent a71dd12124
commit ba1a15b953
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@ in {
dnsutils dnsutils
dogdns dogdns
k9s k9s
kind
kubectl kubectl
kubeseal kubeseal
pwgen pwgen

View file

@ -13,8 +13,12 @@ in {
networking.extraHosts = '' networking.extraHosts = ''
10.100.7.11 mon.netzmarkt.de 10.100.7.11 mon.netzmarkt.de
85.10.233.162 live.bonedo.de
172.20.0.2 hubble.kind 172.20.0.2 hubble.kind
172.20.0.2 dashboard.kind
172.20.0.2 grafana.kind
172.20.0.2 alert.kind
''; '';
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [