Add deployment status command and fix k8s output for deployment ps #679

Merged
telackey merged 6 commits from telackey/k8s_status into main 2023-12-06 16:27:48 +00:00
Showing only changes of commit 3f233fd32c - Show all commits

View File

@ -256,7 +256,6 @@ class K8sDeployer(Deployer):
print(f"\t{i.metadata.name}: Terminating ({i.metadata.deletion_timestamp})")
else:
print(f"\t{i.metadata.name}: Running ({i.metadata.creation_timestamp})")
print("")
def ps(self):
self.connect_api()