Sam
Sam
There are currently lizardfs packages in Ubuntu 20.04 LTS and Debian 10; but not in Ubuntu 22.04 LTS or Debian 11.
You should use a lock for the data you're filtering with linq.
In my case, I'm using the helm provider to install fluxcd and trying to make a kubernetes_manifest with a GitRepository object. Simply adding a `skip_kind_check = true` would be enough...
@generalovmaksim my comment is a suggestion to add an input of `skip_kind_check` to `kubernetes_manifest`. `kubernetes_manifest` validates group, kind, version without a way to override the behavoir. This is a poor...
Feel like you missed the part where Kubernetes is fundamentally different. If you plan to use kubernetes for what it was built for, this provider's going to suck. The helm...
Edit: I retract this statement... it was a terrible idea that didn't work as desired.
Edited my prior comment. After testing it... I found two problems 1. The kubernetes provider is not going to be viable if you have CR's that wont exist until a...
To have a scalable system with raft, even multiraft, isn't very straight forward. There is quite a bit to consider. [MIT 6.824: Distributed Systems](https://www.youtube.com/@6.824) can abridge some of this knowledge...
It would be useful to know that these markers are only tracked by main.go because kubebuilder does not tokenize and parse the entire project to find it's scaffolding markers. For...
@cprivitere if you break out the things managed by kubebuilder in `main.go` out into separate file, you will have to manage them manually as far as I can tell. They...