{"record":{"id":"46d26076a474668c","repo":"kubernetes/kops","slug":"failed-to-list-monitors-s","errorCode":null,"errorMessage":"failed to list monitors: %s","messagePattern":"failed to list monitors: (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"upup/pkg/fi/cloudup/openstack/loadbalancer.go","lineNumber":80,"sourceCode":"\t\t\terr = wait.ErrWaitTimeout\n\t\t}\n\t\treturn poolMonitor, err\n\t}\n\treturn poolMonitor, nil\n}\n\nfunc (c *openstackCloud) ListMonitors(opts monitors.ListOpts) (monitorList []monitors.Monitor, err error) {\n\treturn listMonitors(c, opts)\n}\n\nfunc listMonitors(c OpenstackCloud, opts monitors.ListOpts) (monitorList []monitors.Monitor, err error) {\n\tif c.LoadBalancerClient() == nil {\n\t\treturn monitorList, fmt.Errorf(\"loadbalancer support not available in this deployment\")\n\t}\n\tdone, err := vfs.RetryWithBackoff(readBackoff, func() (bool, error) {\n\t\tallPages, err := monitors.List(c.LoadBalancerClient(), opts).AllPages(context.TODO())\n\t\tif err != nil {\n\t\t\treturn false, fmt.Errorf(\"failed to list monitors: %s\", err)\n\t\t}\n\t\tmonitorList, err = monitors.ExtractMonitors(allPages)\n\t\tif err != nil {\n\t\t\treturn false, fmt.Errorf(\"failed to extract monitor pages: %s\", 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 monitorList, err\n\t}\n\treturn monitorList, nil\n}\n\nfunc (c *openstackCloud) DeleteMonitor(monitorID string) error {\n\treturn deleteMonitor(c, monitorID)","sourceCodeStart":62,"sourceCodeEnd":98,"githubUrl":"https://github.com/kubernetes/kops/blob/4c8573c808a73d578c5eadc86d410646ea0b0d73/upup/pkg/fi/cloudup/openstack/loadbalancer.go#L62-L98","documentation":"Listing Octavia health-monitors failed at the API level while fetching all pages. Reads are retried with backoff, so persistence of this error points to endpoint, credential, or service availability problems.","triggerScenarios":"Thrown at upup/pkg/fi/cloudup/openstack/loadbalancer.go:80 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the Octavia endpoint and credentials","Verify the load-balancer service is healthy","Retry after restoring service"],"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"}