devopsmash
devopsmash
One year passed and still nothing 😔
This Feature is really important in case of injecting my `certificate` and my `key` to my `nginx` pod
Hi @bryantbiggs , I just want to avoid from using the data, and get the `sha1_fingerprint` attribute directly from `aws_eks_cluster` ``` data "tls_certificate" "example" { url = aws_eks_cluster.example.identity[0].oidc[0].issuer } ```...
@M00nF1sh , There is any way to disable the Certificate Discovery? I can't see any way to disable it on Docs: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/cert_discovery/ I really think that if I could manage...
Hi @matthewmrichter , Thank you for providing your solution. Actually, This is what I currently have, and I was set my **certificates** in 1 `ingress` resource, but my problem occurred...
Got this error too on `v2.6.9` with Azure AD  How can I remove that user with `kubectl` ?
related https://github.com/infracloudio/botkube/issues/508 ?
Related https://github.com/infracloudio/botkube/issues/508 ?
It will be awesome if you can add support to pass `--oci-worker-max-parallelism` from the cli in order to override `max-parallelism`, I couldn't find this flag here ([link](https://github.com/moby/buildkit/blob/master/cmd/buildkitd/main_oci_worker.go)) I know that...
First, this can help me to be on the safe side, so if someone will ever remove ingress resource by mistake, the alb will still be there so I won't...