deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

divide by zero using influx CLI on pod #108

Closed chicagozer closed 8 years ago

chicagozer commented 8 years ago

In my attempts to set a retention policy for the influxdb, I kept getting a divide by zero error using the CLI on the pod. I traced it down to not having a column width set.

stty cols 80

fixes the issue.

jchauncey commented 8 years ago

Closing this as I am not sure if this is a problem with how we configure the pod to start but how kubectl exec works.