Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Aug 22, 2024
1 parent d8ce7cc commit 46cf2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/warnet/cli/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def apply_kubernetes_yaml_obj(yaml_obj: str) -> None:

def delete_namespace(namespace: str) -> bool:
command = f"kubectl delete namespace {namespace} --ignore-not-found"
print(f"Executing command: {command}")
return stream_command(command)


Expand Down

0 comments on commit 46cf2c5

Please sign in to comment.