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.
2 parents dff12d8 + 41bb8b8 commit d4d2289Copy full SHA for d4d2289
contrib/gce/configure.sh
@@ -250,12 +250,6 @@ fi
250
echo "export PATH=${CONTAINERD_HOME}/usr/local/bin/:${CONTAINERD_HOME}/usr/local/sbin/:\$PATH" > \
251
/etc/profile.d/containerd_env.sh
252
253
-mkdir -p /etc/systemd/system/containerd.service.d/
254
-cat >> /etc/systemd/system/containerd.service.d/override.conf <<EOF
255
-[Service]
256
-LimitNOFILE=1048576
257
-EOF
258
-
259
# Run extra init script for test.
260
if [ "${CONTAINERD_TEST:-"false"}" == "true" ]; then
261
# EXTRA_INIT_SCRIPT is the name of the extra init script after being downloaded.
0 commit comments