Danny Kulchinsky
Danny Kulchinsky
Thanks so much for this tool! I installed `hstr` from source using the WSL instructions. Perhaps this is a known issue but I'm using `zsh` in a Windows WSL environment,...
With StatsD we can use the "repeater" option to pipe the metrics to Prometheus StatsD Exporter, but I don't see a way to achieve this with statsite. Any ideas ?
Hey guys! Happy New Year!!! 🎉 Super cool project, we've recently deployed this in our clusters and it's proving to be super useful. I was wondering if it would be...
Huge fan here! your tools are so useful and I learn a lot from the code itself so thanks for making them and putting them here for all of us...
I've noticed that in several places where the `Exists` method is implemented, it is modifying the resource data under certain conditions (e.g. when the resource is not found). Examples: https://github.com/terraform-providers/terraform-provider-bigip/blob/3736641c61a3b5969a988fe1aabdf73dbb6a58a8/bigip/resource_bigip_ltm_monitor.go#L201-L205...
go-bigip seem to have the plumbing for this, but we don't have the resource for SSL profiles. /cc @scshitole
Although not directly related to this repo, but I can't open an issue in the `go-bigip` repo. This provider is build on top of https://github.com/f5devcentral/go-bigip, which is a fork of...
I've been going over our error handling practices and some of the log messages and I think we need to have some alignment, especially with Terraform's best practices: 1) Error...
Tests for the following resources are failing on BigIP 12.1.1 due to this commit --> https://github.com/terraform-providers/terraform-provider-bigip/commit/344b1fe5d026bb3102d81b8405a4804112287f1e - `bigip_ltm_persistence_profile_cookie` - `bigip_ltm_persistence_profile_srcaddr` - `bigip_ltm_persistence_profile_dstaddr` ``` === RUN TestAccBigipLtmPersistenceProfileCookieCreate --- FAIL: TestAccBigipLtmPersistenceProfileCookieCreate (3.99s)...
kubemrr version 1.3.0 OS: `Ubuntu Trusty 14.04.5 LTS` zsh version: `zsh 5.0.5 (x86_64-pc-linux-gnu)` I have `kubemrr watch` running and working, I have created a completion script by runnning `kubemrr competion...