diff --git a/kr8s/_objects.py b/kr8s/_objects.py index 472a83a..cb7497f 100644 --- a/kr8s/_objects.py +++ b/kr8s/_objects.py @@ -1343,7 +1343,7 @@ async def ready(self) -> bool: # If the service is of type LoadBalancer, check if it has endpoints if ( self.spec.type == "LoadBalancer" - and len(self.status.load_balancer.ingress or []) == 0 + and len(self.status.loadBalancer.ingress or []) == 0 ): return False