Chanwit Kaewkasi

Results 129 comments of Chanwit Kaewkasi

Everything looks good when testing with K8s 1.23 ``` ❯ flux check ► checking prerequisites ✔ Kubernetes 1.23.6 >=1.20.6-0 ► checking controllers ✔ helm-controller: deployment ready ► ghcr.io/fluxcd/helm-controller:v0.22.1 ✔ kustomize-controller:...

@pjbgf I haven't got a chance to test with 1.21 yet.

Global service fits really well for deploying monitoring agents on every node. And most of those agents require `privileged` access to some `/proc`. In my case, I want to monitor...

@stevvooe my bad. it's another issue :-( not relating to privileged. Anyway I gave up running monitoring agents inside container for now.

We're going to cut webhook features into v0.13.0

Release the v1alpha1 of the AWS package as a part of the release: https://github.com/tf-controller/aws-primitive-modules/pkgs/container/aws-primitive-modules

Yeah, this is making sense. Thank you for the suggestion, @oliverbaehler !!

Changing `runner` to `runnerPod` and it makes a good spec. Thank you @oliverbaehler ! ```yaml apiVersion: infra.contrib.fluxcd.io/v1alpha1 kind: Terraform metadata: name: helloworld namespace: flux-system spec: approvePlan: "auto" path: ./ interval:...

Hi @oliverbaehler we still need documentation for it, but the implementation already landed in v0.9.5-rc.3.

Hi @magnusboman Thank you for reporting this. It is a known issue, and the fix for this issue is being addressed by a new feature (`refreshBeforeApply`) in the next version....