{"record":{"id":"99a3d5bdc5b57c65","repo":"kubernetes/kops","slug":"failed-to-update-floating-ip-v-v","errorCode":null,"errorMessage":"failed to update floating ip %v: %v","messagePattern":"failed to update floating ip (.+?): (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"upup/pkg/fi/cloudup/openstacktasks/floatingip.go","lineNumber":269,"sourceCode":"\t\tif lbSubnet != nil {\n\t\t\topts.SubnetID = lbSubnet.ID\n\t\t}\n\t\tfip, err := cloud.CreateL3FloatingIP(opts)\n\t\tif err != nil {\n\t\t\treturn fmt.Errorf(\"Failed to create floating IP: %v\", err)\n\t\t}\n\n\t\te.ID = new(fip.ID)\n\t\te.IP = new(fip.FloatingIP)\n\n\t\treturn nil\n\t}\n\tif changes.Name != nil {\n\t\t_, err := l3floatingip.Update(context.TODO(), cloud.NetworkingClient(), fi.ValueOf(a.ID), l3floatingip.UpdateOpts{\n\t\t\tDescription: e.Name,\n\t\t}).Extract()\n\t\tif err != nil {\n\t\t\treturn fmt.Errorf(\"failed to update floating ip %v: %v\", fi.ValueOf(e.Name), err)\n\t\t}\n\n\t}\n\n\tklog.V(2).Infof(\"Openstack task Instance::RenderOpenstack did nothing\")\n\treturn nil\n}\n","sourceCodeStart":251,"sourceCodeEnd":277,"githubUrl":"https://github.com/kubernetes/kops/blob/4c8573c808a73d578c5eadc86d410646ea0b0d73/upup/pkg/fi/cloudup/openstacktasks/floatingip.go#L251-L277","documentation":"Updating the description of an existing floating IP via the Neutron L3 API failed. The wrapped error identifies the rejection; typical causes are the IP no longer existing or an authorization issue.","triggerScenarios":"Thrown at upup/pkg/fi/cloudup/openstacktasks/floatingip.go:269 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the floating IP still exists","Inspect the wrapped Neutron error","Retry after the underlying cause is fixed"],"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-12T07:17:12.445Z"}