dns and talos
This commit is contained in:
@ -28,4 +28,5 @@ machine:
|
||||
time:
|
||||
disabled: false
|
||||
servers:
|
||||
- 192.168.1.11
|
||||
- 192.168.1.11
|
||||
- 10.96.10.254
|
@ -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
|
@ -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
|
||||
|
Reference in New Issue
Block a user