mayfly
mayfly copied to clipboard
An operator to manage ephemeral Kubernetes resources :honeybee:
Hi, First, mayfly is a very usefull tool, thanks a lot. The ScheduledResource is nice, but I'ld love for a recurring version of it. Primary use-case would be to trigger...
Hi 👋 This PR update release action to release multi-os/arch images and fixes #48 Thanks!
Hi, I tried to run mayfly operator using following commands: - helm install mayfly nccloud/mayfly --set RESOURCES="argoproj.io/v1alpha1;Application" And got following error: - kubectl logs mayfly-58f8f9dd4f-sj6cq **exec /app/manager: exec format error**...
Instead of having to specify `groupVersion;Kind` repeatedly for same groupVersion, I'd like to be allowed to pass the first groupVersion and have it match all other adjacent kinds. For example,...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.32.3 to 0.33.0. Commits 82c0029 Update dependencies to v0.33.0 tag 16cedc7 Merge pull request #131088 from atiratree/rename-terminating-replicas-fg dc88679 Merge pull request #131103 from ahrtr/etcd_sdk_20250328 4a456a2 bump etcd...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.3 to 0.33.0. Commits 955939f bump etcd 3.5.21 sdk e8a77bd Merge pull request #130910 from googs1025/fix/datarace 7e8c77e Merge pull request #130906 from serathius/streaming-validation 27fd396 flake: fix data...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.32.3 to 0.33.0. Commits 3aa3c77 Update dependencies to v0.33.0 tag ecbbb06 bump etcd 3.5.21 sdk 2086688 Merge pull request #129970 from mortent/AddResourceV1beta2API dba34c7 Run make update e359642...
Bumps [github.com/go-echarts/go-echarts/v2](https://github.com/go-echarts/go-echarts) from 2.5.2 to 2.5.3. Release notes Sourced from github.com/go-echarts/go-echarts/v2's releases. v2.5.3 What's Changed update(opt): option aria enable by @Koooooo-7 in go-echarts/go-echarts#531 update(opt): add tooltip.Position function by @neomantra in...
Hello :wave: This PR solves the following problem _I want to create a resource every X time period but I only want to create Y of them_ Also adds `COMPLETIONS`...