-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` l2advertisement.metallb.io/kind-l2advertisment created Error from server (Forbidden): error when creating "STDIN": admission webhook "ipaddresspoolvalidationwebhook.metallb.io" denied the request: parsing address pool kind-ipaddresspool: invalid CIDR "fc00:f853:ccd:e793::/64.map.255.200-fc00:f853:ccd:e793::/64.map.255.250" in pool "kind-ipaddresspool": invalid IP range "fc00:f853:ccd:e793::/64.map.255.200-fc00:f853:ccd:e793::/64.map.255.250": invalid start IP "fc00:f853:ccd:e793::/64.map.255.200" ``` ipam="$(docker network inspect -f '{{.IPAM.Config}}' kind | awk '{gsub("[\\[\\{\\.]", " "); print $1"."$2}')" above commands yields ipv6 addresses.. need to be fixed, but not critical for the ci
- Loading branch information
Showing
1 changed file
with
62 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters