-
Notifications
You must be signed in to change notification settings - Fork 50
Add provisioner visibility API #468
Comments
Do you think we could (mostly) solve this problem by adding a |
Is the ProvisionerClass API sufficient for higher level components that consume and/or configure rukpak APIs? What happens if I don't like the behavior of an individual provisioner and wish to use another provisioner that works with my arbitrary bundle format? Is this mapping something we'll need to support, or even provide through any visibility APIs? |
I guess what I'm trying to wrap my head around is how can a user (e.g. controller) determine which ProvisionerClass resource is needed when I configure a BundleDeployment resource? And whether this is something that could leverage using a visibility API of some sort. |
If we added a
To me this sounds like when we talked about our need for a metadata definition in |
As a side note: It would be nice to be able to have a |
To me, the ProvisionerClass sounds like usable for the plugin provisioner. It defines the provisioner, map provisioner name to the provisioner deployment, describe the dependencies to the other provisioner, and etc... |
This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the |
I'm going to go ahead and freeze this issue. Its been open for awhile and we haven't had any explicit need for this yet. However, there have been questions about being able to turn on/off certain provisioners at will with the recent aggregation of provisioners into a single binary. We should address this as it becomes more pertinent for the project. |
See #447 (comment) 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 clear to cluster admins and users what types of bundle they can expect to install successfully. Especially as more provisioners get added to the project. For example, this could be called
RukPakConfig
as part of the core API group. The existingrukpakctl
tool can integrate with this API as well, to make it easy to modify or read the status of rukpak as a collection of provisioners.As a user, I would like to:
The text was updated successfully, but these errors were encountered: