{"record":{"id":"50ca4827aa2b974d","repo":"kubernetes/kops","slug":"createl3floatingip-create-l3-floating-ip-failed","errorCode":null,"errorMessage":"CreateL3FloatingIP: create L3 floating IP failed: %v","messagePattern":"CreateL3FloatingIP: create L3 floating IP failed: (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"upup/pkg/fi/cloudup/openstack/floatingip.go","lineNumber":57,"sourceCode":"\t})\n\tif !done {\n\t\tif err == nil {\n\t\t\terr = wait.ErrWaitTimeout\n\t\t}\n\t\treturn fip, err\n\t}\n\treturn fip, nil\n}\n\nfunc (c *openstackCloud) CreateL3FloatingIP(opts l3floatingip.CreateOpts) (fip *l3floatingip.FloatingIP, err error) {\n\treturn createL3FloatingIP(c, opts)\n}\n\nfunc createL3FloatingIP(c OpenstackCloud, opts l3floatingip.CreateOpts) (fip *l3floatingip.FloatingIP, err error) {\n\tdone, err := vfs.RetryWithBackoff(writeBackoff, func() (bool, error) {\n\t\tfip, err = l3floatingip.Create(context.TODO(), c.NetworkingClient(), opts).Extract()\n\t\tif err != nil {\n\t\t\treturn false, fmt.Errorf(\"CreateL3FloatingIP: create L3 floating IP failed: %v\", err)\n\t\t}\n\t\treturn true, nil\n\t})\n\tif !done {\n\t\tif err == nil {\n\t\t\terr = wait.ErrWaitTimeout\n\t\t}\n\t\treturn fip, err\n\t}\n\treturn fip, nil\n}\n\nfunc (c *openstackCloud) ListL3FloatingIPs(opts l3floatingip.ListOpts) (fips []l3floatingip.FloatingIP, err error) {\n\treturn listL3FloatingIPs(c, opts)\n}\n\nfunc listL3FloatingIPs(c OpenstackCloud, opts l3floatingip.ListOpts) (fips []l3floatingip.FloatingIP, err error) {\n\tdone, err := vfs.RetryWithBackoff(readBackoff, func() (bool, error) {","sourceCodeStart":39,"sourceCodeEnd":75,"githubUrl":"https://github.com/kubernetes/kops/blob/4c8573c808a73d578c5eadc86d410646ea0b0d73/upup/pkg/fi/cloudup/openstack/floatingip.go#L39-L75","documentation":"createL3FloatingIP wraps the l3floatingip.Create Extract failure when allocating a Neutron layer-3 floating IP. It fires when creation is rejected — no available IPs in the pool, quota exceeded, auth or network errors — and is retried with backoff before surfacing.","triggerScenarios":"Thrown at upup/pkg/fi/cloudup/openstack/floatingip.go:57 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the floating IP pool has available addresses","Verify the project's floating IP quota","Confirm network and router configuration for the pool"],"exampleFix":null,"handlingStrategy":"retry","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"4c8573c808a73d578c5eadc86d410646ea0b0d73","analyzedAt":"2026-09-05T04:13:19.212Z","contentChangedAt":"2026-09-05T04:13:19.212Z","schemaVersion":2},"datasetVersion":"2026-09-12T12:17:11.808Z"}