cloudfoundry / eirini

Pluggable container orchestration for Cloud Foundry, and a Kubernetes backend
Apache License 2.0
115 stars 30 forks source link

Allow RTR messages to appear in cf logs stream #67

Closed jspawar closed 5 years ago

jspawar commented 5 years ago

Added a fix so that RTR messages appear in the output of cf logs for this story in the Eirini backlog: https://www.pivotaltracker.com/story/show/165745052

Had to modify the NATS messages to the gorouter to advertise the app by its GUID instead of the pod's name.

Thanks, Jwal + @madamkiwi

cfdreddbot commented 5 years ago

:white_check_mark: Hey jspawar! The commit authors and yourself have already signed the CLA.

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/167548359

The labels on this github issue will be updated when the story is started.

gdankov commented 5 years ago

Thanks @jspawar!