We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65e42d commit b0a4de5Copy full SHA for b0a4de5
talos/patches/global/machine-install.yaml
@@ -0,0 +1,9 @@
1
+machine:
2
+ install:
3
+ extraKernelArgs:
4
+ - apparmor=0 # Less security, faster puter
5
+ - init_on_alloc=0 # Less security, faster puter
6
+ - init_on_free=0 # Less security, faster puter
7
+ - mitigations=off # Less security, faster puter
8
+ - security=none # Less security, faster puter
9
+ - talos.auditd.disabled=1 # Less security, faster puter
talos/talconfig.yaml
@@ -128,6 +128,7 @@ patches:
128
- "@./patches/global/machine-time.yaml"
129
- "@./patches/global/machine-features.yaml"
130
- "@./patches/global/machine-openebs.yaml"
131
+ - "@./patches/global/machine-install.yaml"
132
133
# Controller patches
134
controlPlane:
0 commit comments