Skip to content

Commit

Permalink
removed useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani committed Jan 16, 2025
1 parent 32a0a5d commit 638f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krkn_lib/k8s/krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ def delete_pod(self, name: str, namespace: str = "default"):
time.sleep(1)
except ApiException as e:
if e.status == 404:
logging.info("Pod already deleted")
return
else:
logging.error("Failed to delete pod %s", str(e))
raise e
Expand Down

0 comments on commit 638f82b

Please sign in to comment.