Jose Diaz-Gonzalez
Jose Diaz-Gonzalez
I have a particular service that does the following: - Runs several cron tasks at various times - Runs a few background workers (multiple instances in certain cases) - Runs...
Hi! I'm fairly new to the kubernetes world. I was wondering if it would be feasible to add service tracking to Kubedog? I'm using it in the Dokku world for...
### Description of problem Just deployed a new app and got these messages: ```text -----> Cleaning up... -----> Building smartokr from herokuish -----> Setting config vars CURL_CONNECT_TIMEOUT: 90 -----> Restarting...
Todo: - [x] Send output from any deploy-related command to `logger` - [x] Move `ps:kill-deploy` to `builds:cancel` - [ ] Add `builds`/`builds:list` command which shows all currently running deploys -...
### Description of feature Sometimes its useful to know if a server is out of or low on memory when investigating issues. We should have it in the report output.
Would be nice to get an idea of what our community looks like so we can better prioritize upcoming features/build out things that would be useful to our users. If...
### Description of feature Over the years, there have been a few tickets for docker compose: - #4953 - #4704 - #3261 - #1033 As well as an early MR...
### Description of feature Lets build a dns server that responds with the container IPs based on labels. We'll call it `dokku-dns` or something. We can specify a simple config...
### Description of feature We should be able to see the run:list output in json format. This would make it parseable by other tooling. ```shell # default to existing output...
### Description of feature Having a command like `run:stop` would be great. This would allow me to stop detached containers needing to use the raw `docker` command. ```shell # takes...