Christoph Petrausch

Results 20 issues of Christoph Petrausch

As discussed in Issue #36 I needed a way to get all not expired items. This PR add such a method. Test and Benchmarks are included. Feel free to make...

**Describe the feature or problem you'd like to solve** We have some manual jobs in our pipelines. I want to trigger those jobs from the command line. **Propose a Solution**...

enhancement
help wanted
status: open-for-PRs
cmd: pipeline/ci
stale

The Kubernetes Ingress resource is a very shallow abstraction. Thus many ingresses use custom annotations to configure their behavior. For example [traefik](https://doc.traefik.io/traefik/routing/providers/kubernetes-ingress/), [nginx](https://docs.nginx.com/nginx-ingress-controller/configuration/ingress-resources/advanced-configuration-with-annotations), [kong](https://docs.konghq.com/kubernetes-ingress-controller/latest/references/annotations/), [alb ingress controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/). What is the...

area/ingress

Commands like `arcorn install`, `acorn uninstall`, `acorn info` are in the top level of the acorn sub commands. For me it was hard to figure out, which commands are intended...

enhancement

To install an app and than update it, one must do a `acorn run --name foo` and than on any follow up changes must run `acorn update foo`. It would...

According to the documentation of both the cronjob and tzcronjob the defaults for the job limits are either 1 for failed jobs and 3 for successful jobs. Currently tzCronjobber ignores...