Ruben Laban

Results 11 issues of Ruben Laban

Recent Kubernetes versions no longer offer version `networking.k8s.io/v1beta1` for `Ingress` objects. Update documentation to use `networking.k8s.io/v1` instead. Signed-off-by: Ruben Laban

Say you have the combination of the following: ```yaml apiVersion: monitoring.gke.io/v1alpha1 kind: PodMonitor ``` and ```yaml apiVersion: monitoring.coreos.com/v1 kind: PodMonitor ``` Currently these are looked for at `podmonitor-monitoring-v1alpha1.json` and `podmonitor-monitoring-v1.json`...

### Describe the bug When a `Job` resource with either the `kustomize.toolkit.fluxcd.io/ssa: ignore` or `kustomize.toolkit.fluxcd.io/reconcile: disabled` annotation is present in the cluster, Flux will throw an error during the next...

```json { "level": "error", "ts": "2023-03-20T14:08:31.180Z", "msg": "Reconciler error", "controller": "imageupdateautomation", "controllerGroup": "image.toolkit.fluxcd.io", "controllerKind": "ImageUpdateAutomation", "ImageUpdateAutomation": { "name": "apps", "namespace": "flux-system" }, "namespace": "flux-system", "name": "apps", "reconcileID": "081a105f-7672-4fc7-b532-26be91972eeb", "error": "object...

Would it be an option to decouple the commit message template and the notification template? Where the latter would have access to git commit specific data as well (sha specifically)....

__Scenario:__ Application consisting of a combination in-house developed software (think: PHP application) and third-party software (think: Elasticsearch, Redis, etc). For the in-house developed stuff, we want IUA to actively deploy...

A more generic approach similar to the support for filtering on Events for GitHub, etc. For example GCR/GAR sends a pretty simple, but also useful payload: ```json { "action":"INSERT", "digest":"us-east1-docker.pkg.dev/my-project/my-repo/hello-world@sha256:6ec128e26cd5...",...

enhancement
area/receiver

`spec.timeout` isn't covered on https://fluxcd.io/flux/components/notification/provider/

area/docs

Example: ```json { "level": "error", "ts": "2023-03-09T17:39:57.859Z", "logger": "event-server", "msg": "failed to send notification", "reconciler kind": "Kustomization", "name": "flux-system", "namespace": "flux-system", "error": "postMessage failed: failed to execute request: context deadline...

area/alerting

This is tad confusing: ``` jsonPayload: { ImageRepository: {2} controller: "imagerepository" controllerGroup: "image.toolkit.fluxcd.io" controllerKind: "ImageRepository" error: "Succeeded" level: "error" msg: "successful scan: found 8 tags" name: "huurwoningen-referrer-revenue" namespace: "flux-system" reconcileID:...