Alex Somesan

Results 139 comments of Alex Somesan

Here's the diff to the master: ``` diff --git a/dev/Makefile.am b/dev/Makefile.am index 0790c80..3f0bb07 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am @@ -1,7 +1,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = $(GLOBAL_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS)...

@jbg without logs and samples of your configuration, there isn't a lot to go on in your report. Also, no Terraform, providers and cluster versions involved. Please help us help...

The provider will only request a new token if you configure it to use the cloud provider's auth plugin, by using the `exec` block in provider config (explained [here](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#exec-plugins)). If...

I would not call the `exec` solution a hack. It's the default and preferred mechanism for credentials access on both EKS and GKE and it's what the official tooling from...

TFC allows one to use custom agents, as docker containers. Should be easy to add the auth plugins to those. It implies managing your own worker pool, which isn't what...

Hello, I'm trying to understand what's going on here. Can you confirm if you set the `kubernetes.io/pvc-protection` finalizer on the PVC and which controller is expected to remove it ?...

Hi! are the two ingress objects created with the correct attribute values when you apply your configuration from scratch?

I'm unable to reproduce this scenario. To me import seems to work as expected. @igoooor Is the cluster referred to by `data.google_container_cluster.this` in you case already present or are you...

Alright, thanks for clarifying that. Have you tried to A-B test with providing the credentials from that same cluster via a `kubeconfig` file?

It looks like the `ca_bundle` attributed should be marked as "computed" the provider's schema definitions. We're working to fix this.