Werner Buck

Results 8 issues of Werner Buck

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

EKS
Proposed
EKS Managed Nodes

I am trying for iPXE to accept https://fedorapeople.org. It only accepts TLS 1.2 Nmap scan: ``` $ nmap --script ssl-enum-ciphers.nse -p 443 fedorapeople.org Starting Nmap 7.91 ( https://nmap.org ) at...

The usecase is that I want multiple consul handlers to run in response to alerts, but perhaps with different flapping-settings / healthchecks / services. A quick fix would be to...

We would like to use this tool to also keep track of components that are hard to track such as Cassandra or Kafka that are not in kubernetes in our...

enhancement

This changes the API to `FilterLogEventsPages` instead of `GetLogEvents`. The problematic part of it is that NextToken is not in every return message. To fix this I reworked and use...

AWS filter logs api call has eventId per message: ``` events": [ { "ingestionTime": 1396035394997, "timestamp": 1396035378988, "message": "ERROR Event 1", "logStreamName": "my-log-stream-1", "eventId": "31132629274945519779805322857203735586714454643391594505" }, { "ingestionTime": 1396035394997, "timestamp":...

Repost of https://github.com/ansible/ansible/pull/24872#issuecomment-305769346 I am seeing an error with a basic Dsc Resource "File": ``` - name: blabla win_dsc5: resource_name: File ensure: Present destinationpath: |- C:\example.txt Contents: | My content...

I have experienced issues where the execution of the script fails immediately at `tput` or `tty -s`. At least in sshj an java ssh library. As suggested in other issue...