Matt Duguid
Matt Duguid
Same issue using latest, fixes with the workaround thanks @frehnejc
combination of helm provider 2.6.0 and aws cli 2.7.8 allowed us to get it working with api_version = "client.authentication.k8s.io/v1beta1", other versions we are using, k8s = 1.22, terraform = 1.2.5,...
is there a rough ETA for IPAM support in the module? we've invested quite a bit of time already using it and would prefer to keep doing so moving forward,...
similar result with tests to obtain external IP for a "service" as we had with "ingress", the data is definitely query-able with kubectl just not returned via terraform, can extract...
similar issue, solved with same workaround application_certificate_duration = "2160h0m0s" # 90 days application_certificate_renew_before = "360h0m0s" # 15 days
We havent changed our pipeline or glibc version we still set to, ``` ARG VERSION_GLIBC=2.34-r0 ``` Our pipeline was working on monday 12/09 NZT, ``` (1/3) Installing glibc (2.34-r0) (2/3)...
The doco https://github.com/GoogleContainerTools/kaniko/blob/main/README.md#using-private-git-repository states "You can use Personal Access Tokens for Build Contexts from Private Repositories from GitHub." ...does that mean only GitHub and nothing else? We have been attempting...
@skype007 used the following, the syntax is HCL from our terraform resource "kubernetes_manifest" for a manifest kind of "deployment", - "ubuntu:latest" for the init container (could use any other container...
I believe we too just had this issue, pipeline had been running fine each day, we upgraded the kubernetes version from 1.26.3 to 1.26.6 and that worked but when we...
We have just stepped to the next version and I can confirm we see the bug on the pipeline run with the kubernetes version change, subsequent runs it comes right