Jirka Kremser
Jirka Kremser
ah cool, yes, that looks like 4) from my description. So the combo box (/dropdown) is a built-in feature in the template, but they are not opinionated about the deployment...
true, it's pretty complex. Crossplane folks have a standalone repo that they include as a git submodule - https://github.com/upbound/build But we are more a mono-repo project so not sure if...
I've also opened https://github.com/infobloxopen/infoblox-go-client/issues/177 on the client's repo side so that we can later switch to properly released version.
agreed on parking > @jkremser It would be good to test the change with Infoblox instance. https://github.com/k8gb-io/k8gb/issues/920#issuecomment-1238219332 Yep, for changes like this the mock tests that we currently have are...
I assume that "Private Hosted zones issues" is mostly the inability to create NS records + glue A records (aka zone delegation) in private VPC environments, well for aws we...
> so that company DNS resources are not publicly resolvable. right, that also came to my mind. On the other hand there is no zone transfer support for route53 afaik,...
@ytsarev I've already [done](https://www.youtube.com/watch?v=lV82xwA9i2c&t=300s&ab_channel=K8GB)
related: recently a new [plugin](https://master.book.kubebuilder.io/plugins/grafana-v1-alpha.html) has been added to kubebuilder for generating the sample grafana dashboards. The dashboard shows the common metrics that are exposed from the controller-runtime. support for...
It looks like the latest released version of "v2" client (which is `2.1.0`), doesn't have the full support for TXT records. We need this in k8gb, because of the heart...
I'd like to test it against a live instance of infoblox, but deploying it locally looks pretty cumbersome: ``` Deploying On-prem Hosts in Docker To deploy on-prem hosts in a...