Skip to content

Commit

Permalink
fix: increase timeout for flannel #744
Browse files Browse the repository at this point in the history
  • Loading branch information
krotz-dieter committed Sep 23, 2024
1 parent d7c3b2e commit fde2356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smallsetup/StartK8s.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function CheckFlannelConfig {
Start-Sleep -s 5

# End the loop
if ($i -eq 50) {
if ($i -eq 100) {
throw "Fatal: Flannel failed to create file: $flannelFileSource for target drive $(Get-InstallationDriveLetter):\run\flannel\subnet.env !"
}
}
Expand Down

0 comments on commit fde2356

Please sign in to comment.