exdx
exdx
Is it possible that this SA has two owners, and another operator uses it as well? Or potentially the operands are still using the SA? Could you provide us the...
The handoff between upgrades of different versions of an operator has some known visibility issues that plan to be addressed largely in the new APIs. Some work was done here...
@marandalucas This is likely a transient error to do with the network. I'm not sure there are any plans to change how OLM installs package-server. I would remove the packageserver...
Started implementing this feature in #79. It looks like kube-rs doesn't have a native way to copy files, it relies on tar under the hood, which kubectl cp does as...
It may also be possible to simply run the command multiple times with different `-c` arguments, and not implement this natively.
@tylerslaton could you provide some additional details here? What would the integration look like, why it's beneficial, etc.
> Finch seems to be another replacement for things like Docker and Podman. It creates its own VM where it runs finch requests against it similar to Podman. Adding support...
Based on https://github.com/runfinch/finch#hello-finch it looks like finch is heavily integrated with containerd. I didn't find any containerd Rust crates when I originally looked around. If there isn't something like that,...
note: this may be more relevant in the near term based on how the deppy rukpak provisioner is implemented and packaged. We can look to the [Gateway API](https://gateway-api.sigs.k8s.io/) as an...
Relates to #394. Once the `BundleSource` type has been updated we could move this more generic reference back into the regular kubectl output.