Kristopher Wuollett

Results 93 comments of Kristopher Wuollett

Or the issue for me is at least the file in the dropbox for Kubernetes hasn't been updated since `8/5/20, 10:18:01 PM`.

Also tried using `SSH_KEY` but got same error. Not sure if Terraform can map `HTTPS` to `SSH` style auth. I shouldn't have to change the URL style in my Terraform...

I usually use [`kubernetes_manifest`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest) in Terraform using [`for_each`](https://www.terraform.io/language/meta-arguments/for_each) on [`fileset`s](https://www.terraform.io/language/functions/fileset) for CRDs/Namespaces, and then on "Services" -- very similar to the [`kbst/kustomize`](https://registry.terraform.io/providers/kbst/kustomization/latest/docs/resources/resource#explicit-depends_on-example) pattern when I don't need to use kustomize...

A possible way to very flexible for various install methods, is to keep `cert-manager.yaml` as the all in one basic install, but also provide a `cert-manager-yaml.tar.gz` archive that contains a...

@jeffreyschultz your `launch.json` was helpful, thanks! Not sure how it can be improved further, but for this issue in general the problems I'm still having, some of which may be...

This may the case that I'm still using a data source to configure the provider since this has to occur [during the plan stage](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/manifest#before-you-use-this-resource)? Will close as a duplicate if...

I'm still encountering the issue specifically with `kubernetes_manifest` resources. Existing resources in state like `kubernetes_namespace` that are already in Terraform state refresh okay before the error occurs. I changed my...

I think an endpoint like `/shutdown`, or reading a file to be written, is likely the only solution that covers most of the different ways the sql proxy could be...

Not having this feature costs me an hour of extra wait time when I'm testing cluster creation. If this is still relevant to anyone, please comment/vote on the issue I...

@gusfcarvalho Thanks for the info. This could be related to #407. Not sure why Keycloak needs to talk to the database through a Pod, as the base Keycloak image both...