Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

Log2OMS - Linux WIP #160

Closed plooploops closed 6 years ago

plooploops commented 6 years ago

This is for testing with Log2OMS as a sidecar container. We can expand it to other scenarios.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

dkkapur commented 6 years ago

@srrengar to review and merge

srrengar commented 6 years ago

hey @plooploops I am testing this and I run into the scenario where the sidecar is waiting for the file var/logs/log.txt to come up but it never does although I can see it in my fileshare. Did you run into this scenario while testing?

plooploops commented 6 years ago

As discussed, be sure that image versions are tagged so we use the Log2OMS latest, but re-tagged in ACR for Mesh purposes. We'll want to be sure that the Linux containers are in the same ACR repo.

srrengar commented 6 years ago

Hey @plooploops can you remove the "wip" references in the urls and docs and the TODO sections for Windows then it's good to go!

plooploops commented 6 years ago

Hi @srrengar it should be cleaned up now, thanks for reviewing!

dkkapur commented 6 years ago

@plooploops this is awesome, thank you all for getting this working E2E.