Christoph Petrausch

Results 41 comments of Christoph Petrausch

I basically want to have a "acorn make it so" mode. In that mode I give acorn a acorn image or Acornfile and an application name. And than acorn will...

I think, `acorn run --update --name foo` will be a good solution. One can easily write this into the CI scripts, or a developer can easily define a shell alias...

So things I have configured in the past via ingress annotations: * Basic Auth Setup * Timeouts and Buffer sizes * In case of ALB ingress controller the used ACM...

I would argue, that using floats by default is a bad choice. Floats have imprecision and thus, you specify something like: `acorn run ... --foos=12378712311112331233`, and the conversion to float...

You need to install an ingress controller like specified here: https://kind.sigs.k8s.io/docs/user/ingress/

Hey sorry for the long delay, was also busy and forgot this PR. I tried the defaulters from the upstream controller in #41. However in my test setup, this does...

The current data processing model of mqtt2prometheus doesn't allow to extract multiple instances of the same time series from the same mqtt event 🤔 I think with the implementation of...

I can relate to that use case. I welcome a PR adding this functionality. If I have enough spare time, I may implement it myself, but I can not give...

Do you mind to iterate on the feedback in the PR #34 ?