Paul Atkinson

Results 7 comments of Paul Atkinson

Yes, confirmed it's still an issue with v1.2.3 on a new (uninitialised) ADO Git repo. As soon as I committed README.md and retried, the apply worked as expected.

Hi @swade1987, I'm using an Azure DevOps repo for this but not managing it through Terraform as per guidance on https://registry.terraform.io/providers/fluxcd/flux/latest/docs/guides/github ``` Creating GitHub repositories with Terraform is generally not...

@larbisahli and anyone wanting to run on Alpine, gcompat works: FROM node:16-alpine RUN apk update \ && apk upgrade \ && apk add gcompat \ ./node_modules/webp-converter/bin/libwebp_linux/bin/cwebp -version 1.1.0

We see the same issue on our clusters - the underlying OS is Bottlerocket. Whilst https://github.com/bottlerocket-os/bottlerocket/issues/1386 looks to have been resolved - could there anything BR specific causing FluentBit to...

Hi @stefanprodan , are you saying there’s no migration path if we use embedded manifests? I.e. The import function used either as an import block or CLI tf import won’t...

Could this be widened to add a standard config option on all managed add-ons e.g Kube Proxy, ADOT etc..? We still use the managed add-ons and deploy through Terraform but...

Hi All, We've run into a issue which isn't the exact scenario but has similarities. We have all private subnets, however use a secondary CIDR block for pod IPs. Cluster...