Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Feb 2, 2024
1 parent 16f837d commit e811052
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions apply_config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ talhelper validate talconfig
rm -Rf clusterconfig
talhelper genconfig

talhelper gencommand apply --extra-flags "--dry-run"
talhelper gencommand apply


Expand Down
28 changes: 15 additions & 13 deletions talconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
clusterName: impl-k8s
endpoint: https://control.impl.nl:6443
talosVersion: v1.6.3
talosVersion: v1.6.4
kubernetesVersion: v1.29.0
allowSchedulingOnMasters: true
talosImageURL: ghcr.io/nberlee/installer
endpoint: https://control.impl.nl:6443
allowSchedulingOnControlPlanes: true
additionalMachineCertSans:
- 127.0.0.1
- 192.168.1.11
Expand Down Expand Up @@ -36,14 +35,18 @@ additionalApiServerCertSans:
- node3.impl.nl
- node4.impl.nl
- jasmine.odee.net
patches:
- |-
- op: add
path: /machine/network/nameservers
value:
- 1.0.0.1
- 8.8.4.4
- 8.8.8.8

controlPlane:
nameservers:
- 1.0.0.1
- 8.8.4.4
- 8.8.8.8

worker:
nameservers:
- 1.0.0.1
- 8.8.4.4
- 8.8.8.8

nodes:
- hostname: node24
Expand Down Expand Up @@ -98,4 +101,3 @@ nodes:
installDisk: /dev/mmcblk0
kernelModules:
- name: rockchip-cpufreq

0 comments on commit e811052

Please sign in to comment.