Compare commits
No commits in common. "062d70d3ab00ec44d0cfbc905a2af78674becba5" and "a7375fdca52746f713ca7bd14cc53b2b2406dc2a" have entirely different histories.
062d70d3ab
...
a7375fdca5
2 changed files with 2 additions and 16 deletions
|
@ -51,6 +51,8 @@ spec:
|
||||||
name: sys-dir
|
name: sys-dir
|
||||||
- mountPath: /dev
|
- mountPath: /dev
|
||||||
name: dev-dir
|
name: dev-dir
|
||||||
|
- mountPath: /sys/firmware/efi/efivars
|
||||||
|
name: efivars
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostIPC: true
|
hostIPC: true
|
||||||
hostPID: true
|
hostPID: true
|
||||||
|
|
|
@ -19,10 +19,6 @@ nodes:
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /pci0000:20/0000:20:01.2/0000:2c:00.0/nvme/nvme4/nvme4n1
|
busPath: /pci0000:20/0000:20:01.2/0000:2c:00.0/nvme/nvme4/nvme4n1
|
||||||
machineDisks:
|
|
||||||
- device: /dev/disk/by-id/nvme-SOLIDIGM_SSDPFKNU020TZ_PHEH314201E72P0C
|
|
||||||
partitions:
|
|
||||||
- mountpoint: /var/mnt/nvme1
|
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: enp37s0f1
|
- interface: enp37s0f1
|
||||||
dhcp: true
|
dhcp: true
|
||||||
|
@ -49,18 +45,6 @@ nodes:
|
||||||
machine:
|
machine:
|
||||||
sysctls:
|
sysctls:
|
||||||
net.core.bpf_jit_harden: 1
|
net.core.bpf_jit_harden: 1
|
||||||
vm.nr_hugepages: "1024"
|
|
||||||
- &kubelet_extra_mounts |-
|
|
||||||
machine:
|
|
||||||
kubelet:
|
|
||||||
extraMounts:
|
|
||||||
- destination: /var/mnt/nvme1
|
|
||||||
type: bind
|
|
||||||
source: /var/mnt/nvme1
|
|
||||||
options:
|
|
||||||
- rbind
|
|
||||||
- rshared
|
|
||||||
- rw
|
|
||||||
controlPlane:
|
controlPlane:
|
||||||
patches:
|
patches:
|
||||||
# Disable search domain everywhere
|
# Disable search domain everywhere
|
||||||
|
|
Loading…
Reference in a new issue