Wesley Pettit

Results 200 comments of Wesley Pettit

> Will it just wait forever until the service is stable again? So right now the command sits in a while loop periodically checking the service state. It exits when...

@boddob Legitimately interested in hearing more about this- I've never understood the Daemon mode setting. How are you running Fluent Bit? I'm guessing not in a container? I tried our...

@boddob Interesting, thanks for all of that. > I suspect that the cloudwatch plugin is possibly trying to access some resource that isn't available if fluent-bit is daemonized. I can't...

Thank you for providing this example.

@BenHarris is correct, that special IP address is a requirement

@davidsteed If you have SSO working, can you submit a pull request with the code change?

I merged #52 This project isn't super actively maintained so not sure when we will get around to doing a release.

@Kaelten @arnaudmm @masteinhauser I think the latest release should include it: https://github.com/awslabs/amazon-ecs-local-container-endpoints/releases/tag/v1.4.0 Based on the fact that the release was cut after I merged the SSO PR. I checked the...

@noah-trilling All use cases will work with V3 Compose syntax.

@yury-sannikov I noticed two things in your compose file: ``` volumes: - /var/run:/var/run - "~/.aws:/home/.aws:ro" # env_file: # - ~/.clokta/fusion.env environment: HOME: AWS_PROFILE: "fusion" ``` 1. Why is the home...