Cezar Sá Espinola
Cezar Sá Espinola
Currently it's not possible to create a L7 Internal Load Balancer using Ingress objects in a subnet different from the one used for nodes. According to [GKE networking best practices...
This arg is accepted by the API but we don't have a flag on the client to enable it yet.
It should be possible to allow an app to bind to another app in a similar way to how apps bind to services. Binding to another app would minimally inject...
The `pool-update` command should allow changing the name of a pool.
Since we don't check errors when creating a collection in MongoDB, it's possible for the Create call to fail silently while creating a Log collection. This failure would cause MongoDB...
Running `node-remove` command may return the following output: ``` $ tsuru node-remove https://10.100.0.100:9999 --destroy Are you sure you sure you want to remove "https://10.100.0.100:9999" from cluster and DESTROY the machine...
As a safety mechanism, to avoid a very large number of units on few nodes, tsuru should abort the deploy/restart if a configurable number of nodes become disabled due to...
Related to tsuru/tsuru#848
This PR adds a new parameter to the Slack service to allow disabling link unfurl. By default, Slack will try to unfurl links present in the notification message. However, in...
If an error caused a backend to be marked as dead it would be nice if planb could be configured to automatically try another backend without dropping the request. Only...