kind is nice for local testing
This commit is contained in:
parent
a71dd12124
commit
ba1a15b953
2 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ in {
|
||||||
dnsutils
|
dnsutils
|
||||||
dogdns
|
dogdns
|
||||||
k9s
|
k9s
|
||||||
|
kind
|
||||||
kubectl
|
kubectl
|
||||||
kubeseal
|
kubeseal
|
||||||
pwgen
|
pwgen
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue