Skip to content

Commit

Permalink
taking out resource version
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Patton <[email protected]>
  • Loading branch information
paigerube14 committed Nov 4, 2024
1 parent 91edc32 commit 9b305ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/krkn_lib/k8s/krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ def find_kraken_node(self) -> str:
return node_name

def watch_node_status(
self, node: str, status: str, timeout: int, resource_version: str
self, node: str, status: str, timeout: int
):
"""
Watch for a specific node status
Expand All @@ -1728,7 +1728,6 @@ def watch_node_status(
self.cli.list_node,
field_selector=f"metadata.name={node}",
timeout_seconds=timeout,
resource_version=f"{resource_version}",
):
conditions = [
status
Expand Down

0 comments on commit 9b305ed

Please sign in to comment.