Results 134 issues of Florian Klink

I'd like to use VMAuth to expose some of victoria metrics outside the cluster. I created VMAuth and VMUser according to the quick start. The Ingress gets created. However, for...

question

The docs are not really verbose about how to use `click_log.basic_config()`. Most intuitive way would be for it to have the same usage as [here](https://docs.python.org/3/howto/logging.html#displaying-the-date-time-in-messages). I wanted it to show...

question

I'd like to add a package into poetry that lives in another folder. I specify the path to it like described in https://python-poetry.org/docs/dependency-specification/#path-dependencies: ``` [tool.poetry.dependencies] # directory my-package = {...

Sometimes `treefmt` with a bunch of formatters is a bit slow. In some cases, I'd like to explicitly narrow down the list of formatters to run. It'd be nice if...

enhancement

**Describe the bug** Not sure if this is intended, it's at least unexpected. **To Reproduce** Steps to reproduce the behavior: 1. have `third_party/foo` that you want excluded 2. configure `treefmt.toml`...

bug

`terraform-provider-template` has been moved to the `hashicorp` organization.

Right now, this only sets up IPv4 BGP in the API: https://github.com/equinix/cloud-provider-equinix-metal/blob/master/metal/bgp.go#L218 It should set up both IPv4 and IPv6 peers (behaviour could possibly be made configurable). MetalLB seems to...

triage/accepted

For less stateful workloads, it might be useful to use spot instances. However, as these can be [revoked with a 2 minutes notice at any time]( https://metal.equinix.com/developers/docs/deploy/spot-market/), the cluster needs...

This bumps ansible to the latest supported version in nixpkgs (2.12) We still need to check https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_4.html and all our playbooks, if any need changes.

This provides a bunch of store-related components and concepts. Very WIP. PR opened for some early feedback. - A "Path Store", storing information about an output path (some .narinfo-style metadata,...