Skip to content

Commit a580142

Browse files
authored
update dangling deployments doc (#257)
1 parent 87e980b commit a580142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/akash-provider-troubleshooting/dangling-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
As part of routine Akash Provider maintenance it is a good idea to ensure that there are no "dangling deployments" in your provider's Kubernetes cluster.
44

5-
We define a "dangling deployment" as a scenario in which the lease for a deployment was closed but due to a communication issue the associated deployment in Kubernetes is not closed. This should be a rare circumstance but we want to cleanse the provider of any such "dangling deployments" from time to time.
5+
We define a "dangling deployment" as a scenario in which the lease for a deployment was closed but due to a communication issue the associated deployment in Kubernetes is not closed. Vice versa applies too, where the dangling deployment could sit active on the chain but not on the provider. This should be a rare circumstance but we want to cleanse the provider of any such "dangling deployments" from time to time.
66

77
Please use this [Dangling Deployment Script](https://gist.github.com/andy108369/f211bf6c06f2a6e3635b20bdfb9f0fca) to both discover and close any such deployments.

0 commit comments

Comments
 (0)