sergey-safarov opened a new issue, #5844:
URL: https://github.com/apache/couchdb/issues/5844
### Provide a brief overview of what the new feature is all about
When CouchDB used container environment (AWS EKS/Fargate) for save shutdown
required signal to load-balancer to move load to the other nodes.
This cane be done using curl request like
```
curl -X PUT \
-H "Content-type: application/json" \
-u admin:pass \
http://127.0.0.1:5984/_node/couchdb@${NODENAME}/_config/couchdb/maintenance_mode
\
-d '"nolb"'
```
But here need to be passed administrator login and password.
It will be fine to place containerized CouchDB node into maintenance mode
using USR singal or using socket on the filesystem.
### Tell us how the new feature should work. Be specific
_No response_
### Not required. Suggest how to implement the addition or change
_No response_
### Additional Context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]