Skip to content

Commit

Permalink
feat: better organize talhelper patches
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Jan 6, 2025
1 parent 608d6ef commit ce59515
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@ cluster:
bind-address: 0.0.0.0
coreDNS:
disabled: true
etcd:
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
advertisedSubnets:
- #{ node_network }#
proxy:
disabled: true
scheduler:
extraArgs:
bind-address: 0.0.0.0
config:
apiVersion: kubescheduler.config.k8s.io/v1
kind: KubeSchedulerConfiguration
profiles:
- schedulerName: default-scheduler
pluginConfig:
- name: PodTopologySpread
args:
defaultingType: List
defaultConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ machine:
- bind
- rshared
- rw
nodeIP:
validSubnets:
- #{ node_network }#
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
machine:
network:
disableSearchDomain: true
nameservers:
#% for item in dns_servers | default(["1.1.1.1","1.0.0.1"], true) %#
- #{ item }#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ machine:
fs.inotify.max_user_instances: "8192"
net.core.rmem_max: "7500000"
net.core.wmem_max: "7500000"
vm.nr_hugepages: "1024"

0 comments on commit ce59515

Please sign in to comment.