Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 6e28155

Browse files
authored
Merge pull request #5766 from surajssd/wait-to-gain-lock-iptables
CCv0: Add -w to iptables in configure_cc_containerd
2 parents 3f74006 + c040f8c commit 6e28155

File tree

1 file changed

+1
-1
lines changed
  • integration/confidential

1 file changed

+1
-1
lines changed

integration/confidential/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ configure_cc_containerd() {
227227
if ! waitForProcess 30 5 "sudo crictl info >/dev/null"; then
228228
die "containerd seems not operational after reconfigured"
229229
fi
230-
sudo iptables -P FORWARD ACCEPT
230+
sudo iptables -w -P FORWARD ACCEPT
231231
}
232232

233233
#

0 commit comments

Comments
 (0)