Ilya Dmitrichenko
Ilya Dmitrichenko
Thanks for getting back to me @RobbieMcKinstry! I've made a few changes and use load manifests dirctly from files instead of using [a package](http://github.com/oun/pulumi-flux). ``` $ pulumi about --stack dev2...
In my understanding this is about exposing most of the reasonably relevant metrics that Docker has to Prometheus, and make it easier for Prometheus to discover applications that have metrics...
@fabio-barile have a look at https://github.com/ContainerSolutions/prometheus-swarm-discovery.
@swade1987 I would imagine this to be a trivial kind of change, I might have a crack at it what do you think?
Is this because right now the terraform resource does actually write to git etc? Should there be a less opinionated mode that just deploys flux and one source config with...
I guess I would just have to apply a static manifest with terraform and configure OCI repo, will just need to vendor the manifest.
What I mean is that I just want to install flux controllers into `flux-system` and one pair of `OCIRepository`+`Kustomization`, I already have an OCI artefact that is ready to be...
So I guess what I'd want from this provider is actually a `flux_install` resource, which would wrap the `flux install` command (of course). I'd be happy to start a PR...
It looks like scaffold is really married to Docker, and there is no quick way to change the code without some significant refactoring. My work-around to this is to run...
@jsravn is it correct to assume that you are implying Prometheus exposition format?