Robert Cannon

Results 50 comments of Robert Cannon

I have converted this to support terraform v0.12. I have one pull request that needs to be merged first, and then a second PR that builds on top of that.

Plus, I have support for using the new VS Code container build technology. You don't have to worry about what version of Go you have installed locally (or you don't...

#56 is still open. I have moved onto another company, so i can't really test this module any more. I have the checkins and can submit them as PRs once...

My code is all here: https://github.com/RobCannon/terraform-provider-infoblox There are three branches, one supports modules, one is the update for terraform 0.12 and the third branch adds support for using vscode remote...

They are all branched from each other. So the vscoderemote has all of the changes.

@ooOOJavaOOoo Sorry, I am not familiar "license acceptance error".

Sorry, that it why I can't really support this. I don't have access to an F5 to try to replicate the issue. Plus, I don't think that issue is a...

We currently have a cluster in one account and use Karpenter to manage the nodes in that account. We support multiple applications in the cluster but we would like to...

@engedaam Do you need more information?

We are using the podSpecPatch to patch the containers. For templates that launch a "work" container, it looks like this: ```yaml templates: - name: main podSpecPatch: | initContainers: - name:...