exdx
exdx
One of the original design goals for the project was to incorporate an "android-style" permission system which would provide visibility into the permissions that a particular resource needed and then...
The BundleDeployment conceptually is similar to a Pod -- it is responsible for deploying and managing content external to the cluster. There is a strong desire, particularly in GitOps workflows,...
See https://github.com/operator-framework/rukpak/pull/447#issuecomment-1191935915 for discussion and background. There may be a need for a new first-class API to reflect which rukpak provisioners are installed on-cluster and currently running, to make it...
Based off #178, there is an exploratory design for a minimal set of metadata plain bundles can expose. This issue involves implementing the handling of the metadata on the provisioner...
The current operator ecosystem is built around the registry+v1 operator bundle format (which includes details like always including a CSV manifest under `/manifests`, bundle properties, additional installation information in the...
Add some documentation on how to write your own provisioner, to support alternate provisioner implementations. Part of #425
I noticed several instances of the api-server and etcd running as processes on my host after running the unit test suite several times. This may potentially be a case where...
Enable nodes to be marked as API nodes (a third category after anchor and non-anchor) which would not stake. This provides a more realistic load-testing environment where not all nodes...
A CLI tool should virtually never panic. Any error should be handled and bubbled up to the user in a human-readable way. TODO * Remove all uses of `.unwrap()` from...
Does avalanche-ops support building resources on Azure instead of AWS? Many customers, particularly in the financial sector, prefer to use Azure. Does it make sense to generalize the tool and...