Phil Jaenke

Results 6 issues of Phil Jaenke

This one is really frustrating me. Load the plugin how you like (I use pathogen still), then: ``` let g:ansible_unindent_after_newline = 1 let g:ansible_attribute_highlight = "ob" let g:ansible_extra_keywords_highlight = 1...

enhancement
pr-welcome

This is an interesting one; immediately obvious when I got truss out. Correctly configured dual-stack environment with fully working DNS. But `pkg` itself appears to be truncating IPv6 addresses when...

Found this one due to a frustrating configuration error (I had a typo I kept missing.) But it definitely pointed to a bug. If the SOA is invalid for an...

![image](https://user-images.githubusercontent.com/2403335/87481469-64fe3300-c5fd-11ea-8516-ee9d5687d032.png) The issue appears to be the use of `max(node_time_seconds{instance=~"$node:.*"})` which appears to not work in Prometheus 2.19, and a possible change in how Bind 9.16 reports uptime. The result...

Minor version bump. This is necessary to resolve build issues on Alpine 3.15+ or other OpenLDAP 2.5+ distributions. When attempting to build with 3.4.0 on Alpine 3.15+ or any distribution...

bug
deployment

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.4.4 Kubernetes provider version: 2.19.0 Kubernetes version: 1.21 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files Please...

needs investigation