Joe Borg

Results 29 issues of Joe Borg

On KitKat ``` -------------------------------------------------------------------------------------------------------------------------------- Fatal error (6)Aborted /data/data/com.zielm.emacs $ ```

--- Fatal error (11)Segmentation fault (core dumped) /data/data/com.zielm.emacs $ emacs -nw emacs: Screen size 128x1 is too small /data/data/com.zielm.emacs $

With formats set to UK, I'd expect the wingpanel date indicator to read like "1 Jan", instead it still reads "Jan 1". The regional settings window's preview shows the format...

An attempt at fixing https://github.com/fluxcd/flagger/issues/1671. I'm not much of a Go wizard, so it probably requires some cleanup. This adds the ability to add `--metrics-server-secret-ref` to give the ability to...

### Describe the bug When defining a Canary with Istio, Flagger appears to attempt to use a default Prometheus address. ``` apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: my-canary namespace: api...

### Describe the bug I'm getting this error as a new image is being rolled out: ```json {"level":"error","ts":"2024-06-27T15:12:22.835Z","caller":"controller/events.go:39","msg":"Metric query failed for consumer-lag: error response: {\"code\":5,\"message\":\"Not Implemented (category=INVALID_REQUEST_ERROR code=NOT_FOUND)\",\"details\":[{\"type_url\":\"type.googleapis.com/apierrors.Error\",\"value\":\"CAIQoNQYGg9Ob3QgSW1wbGVtZW50ZWQ=\"}]}","canary":"my-canary.my-ns","stacktrace":"github.com/fluxcd/flagger/pkg/controller.(*Controller).recordEventErrorf\n\t/workspace/pkg/controller/events.go:39\ngithub.com/fluxcd/flagger/pkg/controller.(*Controller).runMetricChecks\n\t/workspace/pkg/controller/scheduler_metrics.go:285\ngithub.com/fluxcd/flagger/pkg/controller.(*Controller).runAnalysis\n\t/workspace/pkg/controller/scheduler.go:753\ngithub.com/fluxcd/flagger/pkg/controller.(*Controller).advanceCanary\n\t/workspace/pkg/controller/scheduler.go:442\ngithub.com/fluxcd/flagger/pkg/controller.CanaryJob.Start.func1\n\t/workspace/pkg/controller/job.go:39"} ``` With...

This adds the Chronosphere metrics provider. Sadly, the only difference from the Prometheus metrics provider is the HTTP endpoint, everything else is meant to be cross compatilble. Maybe this is...

Here's an example. I'm trying to use Flagger within my K8s cluster to get progressive rollouts. It can integrate with Istio to grab metrics from it via Prometheus. However, unless...