Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with bumping kr8s version #883

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dask_kubernetes/operator/_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def scheduler_service(self) -> Service:
return services[0]

async def ready(self) -> bool:
await self._refresh()
await self.async_refresh()
return (
"status" in self.raw
and "phase" in self.status
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kubernetes-asyncio>=12.0.1
kopf>=1.35.3
pykube-ng>=22.9.0
rich>=12.5.1
kr8s==0.9.0
kr8s @ git+https://github.com/jacobtomlinson/kr8s.git@no-share-api-loops
Loading