Skip to content

Commit d4d2289

Browse files
authored
Merge pull request containerd#9804 from dims/revert-fix-for-k8s-nfs-related-tests
Revert "Fix for k8s nfs related tests"
2 parents dff12d8 + 41bb8b8 commit d4d2289

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/gce/configure.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,6 @@ fi
250250
echo "export PATH=${CONTAINERD_HOME}/usr/local/bin/:${CONTAINERD_HOME}/usr/local/sbin/:\$PATH" > \
251251
/etc/profile.d/containerd_env.sh
252252

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-
259253
# Run extra init script for test.
260254
if [ "${CONTAINERD_TEST:-"false"}" == "true" ]; then
261255
# EXTRA_INIT_SCRIPT is the name of the extra init script after being downloaded.

0 commit comments

Comments
 (0)