dns and talos

This commit is contained in:
=
2024-12-18 15:42:45 -05:00
parent 85d6fe5056
commit bde6a5f208
7 changed files with 49 additions and 23 deletions

View File

@ -28,4 +28,5 @@ machine:
time:
disabled: false
servers:
- 192.168.1.11
- 192.168.1.11
- 10.96.10.254

View File

@ -4,6 +4,7 @@ machine:
hostname: node00.balsillie.house
nameservers:
- 192.168.1.11
- 10.96.10.254
interfaces:
- deviceSelector:
hardwareAddr: 'f4:4d:30:6e:62:a7'
@ -11,5 +12,8 @@ machine:
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.11
- network: 0.0.0.0/0
gateway: 10.96.10.254
addresses:
- 192.168.1.15/24
- 192.168.1.15/24
- 10.96.10.30/24

View File

@ -9,7 +9,7 @@ cluster:
extraManifests:
- https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml
- https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/refs/tags/controller-v1.11.3/deploy/static/provider/baremetal/deploy.yaml
# - https://raw.githubusercontent.com/kubernetes/ingress-nginx/refs/tags/controller-v1.11.3/deploy/static/provider/baremetal/deploy.yaml
inlineManifests:
- name: calico-installation
contents: |
@ -53,6 +53,8 @@ cluster:
asNumber: 64624
serviceClusterIPs:
- cidr: 10.80.0.0/12
serviceExternalIPs:
- cidr: 10.96.20.0/24
- name: calico-bgppeer
contents: |
apiVersion: crd.projectcalico.org/v1