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 59d4c9c commit 048baeeCopy full SHA for 048baee
scripts/pre-kubeadminit.sh
@@ -71,14 +71,6 @@ if ! mkdir -p /etc/systemd/system.conf.d ; then
71
fi
72
chmod 0755 /etc/systemd/system.conf.d
73
74
-cat > /etc/systemd/system.conf.d/override.conf << EOF
75
-[Manager]
76
-# Set sane defaults for the NOFILE limits to support high-performance workloads:
77
-# - Soft limit (1048576): Allows scaling for high-demand scenarios.
78
-# - Hard limit (1048576): Allows scaling for high-demand scenarios.
79
-DefaultLimitNOFILE=1048576:1048576
80
-EOF
81
-
82
# containerd service
83
cat > /usr/lib/systemd/system/containerd.service << EOF
84
[Unit]
0 commit comments