When conducting maintenance on your Akash Provider, ensure the akash-provider
service is stopped during the maintenance period.
An issue exist currently in which provider leases may be lost during maintenance activities if the
akash-provider
service is not stopped prior. This issue is detailed further here.
kubectl -n akash-services get statefulsets
kubectl -n akash-services scale statefulsets akash-provider --replicas=0
kubectl -n akash-services get statefulsets
kubectl -n akash-services get pods -l app=akash-provide
kubectl -n akash-services scale statefulsets akash-provider --replicas=1