Skip to content

Commit

Permalink
chore: treat insufficient IPs as ICE (#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Sep 8, 2023
1 parent 4424a80 commit 0563f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var (
"VcpuLimitExceeded",
"UnfulfillableCapacity",
"Unsupported",
"InsufficientFreeAddressesInSubnet",
)
)

Expand Down

0 comments on commit 0563f1e

Please sign in to comment.