Piotr Roszatycki
Piotr Roszatycki
I have the same error I believe EKS cannot issue the certificate if CertificateSigningRequest does not start with `csr-` prefix. Unfortunately its name is `imageswap.imageswap-system.cert-request` so it stuck on `Approved`.
Ah so as https://docs.aws.amazon.com/eks/latest/userguide/cert-signing.html explains, application cannot use `signerName: kubernetes.io/kubelet-serving`. There is however additional `signerName: beta.eks.amazonaws.com/app-serving` I can confirm that after installing this `kustomization.yaml`: ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources:...
Could you provide some script which creates such crosstool environment? I didn't use this tool before and I don't know how it works but I'd like to reproduce your problem....
I would like to inform you I can run KinD on ChromeOS: either with docker or with podman (running from root). First I enabled nesting mode for LXC container: it...
For the record: I had time to troubleshoot it with the official example. After a small change: ```diff diff --git a/examples/complete-vpc/main.tf b/examples/complete-vpc/main.tf index 7bede5b..7cb7998 100644 --- a/examples/complete-vpc/main.tf +++ b/examples/complete-vpc/main.tf @@...
Hi, I created a wrapper for Terraform called `tf`: https://github.com/dex4er/tf It adds new options to the Terraform: `-short` and `-compact`. It filters out data sources as irrelevant. It removes a...
@estahn I've got the same issue, it was 1.3.0 installed from the Helm chart.
I run `1.3.3`. It was the latest docker image available 3 weeks ago and I haven't done an upgrade yet.
@marklap Goreleaser adds `-X main.version={{.Version}}` by default (see: https://goreleaser.com/customization/builds/) then either put this variable to `main` package or add: ```yaml ldflags: - -s -w -X powerline.Version={{.Version}} ``` to `.goreleaser.yaml`
@justjanne Can you accept this PR? It will help us to verify if correct version of powerline-go is installed. Also it will simplify my CI test for https://github.com/dex4er/asdf-powerline-go