deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

chore(workflow-dev): remove stdout metrics config from fluentd #295

Closed jchauncey closed 8 years ago

arschles commented 8 years ago

I just manually tested this chart, and all looks good. Console output from my test below.

ENG000656:deis aaronschlesinger$ deis register deis.104.154.76.205.nip.io
username: arschles
password: 
password (confirm): 
email: arschles@gmail.com
Registered arschles
Logged in as arschles
ENG000656:deis aaronschlesinger$ deis create --no-remote gotest
Creating Application... done, created gotest
remote available at ssh://git@deis.104.154.76.205.nip.io:2222/gotest.git
ENG000656:deis aaronschlesinger$ deis pull deis/example-go -a gotest
Creating build... done
ENG000656:deis aaronschlesinger$ deis scale cmd=5 -a gotest
Scaling processes... but first, coffee!
done in 11s
=== gotest Processes
--- cmd:
gotest-v2-cmd-44zdw up (v2)
gotest-v2-cmd-4ljcy up (v2)
gotest-v2-cmd-o3r8w up (v2)
gotest-v2-cmd-rxi0o up (v2)
gotest-v2-cmd-13zct up (v2)
ENG000656:deis aaronschlesinger$ curl gotest.104.154.76.205.nip.io
Powered by Deis
ENG000656:deis aaronschlesinger$ deis logs -a gotest
INFO [gotest]: arschles created initial release\nINFO [gotest]: config gotest-e72287a updated\nINFO [gotest]: domain gotest added\nINFO [gotest]: build gotest-b879fca created\nINFO [gotest]: arschles deployed deis/example-go\nINFO [gotest]: arschles scaled pods cmd=5\ngotest-v2-cmd-o3r8w -- 2016/06/23 15:47:36 10.168.24.4:37540 GET /\n
ENG000656:deis aaronschlesinger$ deis logs -a gotest
INFO [gotest]: arschles created initial release\nINFO [gotest]: config gotest-e72287a updated\nINFO [gotest]: domain gotest added\nINFO [gotest]: build gotest-b879fca created\nINFO [gotest]: arschles deployed deis/example-go\nINFO [gotest]: arschles scaled pods cmd=5\ngotest-v2-cmd-o3r8w -- 2016/06/23 15:47:36 10.168.24.4:37540 GET /\n
arschles commented 8 years ago

update: ran deis logs -a gotest with the latest version at time of writing (2.1.0-dev-359d135), and that removed the escaped newlines:

ENG000656:deis aaronschlesinger$ deis logs -a gotest
INFO [gotest]: arschles created initial release
INFO [gotest]: config gotest-e72287a updated
INFO [gotest]: domain gotest added
INFO [gotest]: build gotest-b879fca created
INFO [gotest]: arschles deployed deis/example-go
INFO [gotest]: arschles scaled pods cmd=5
gotest-v2-cmd-o3r8w -- 2016/06/23 15:47:36 10.168.24.4:37540 GET /