You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot happens in the provision phase. However, some users (e.g. myself) have a need for executing something between the situation where the cluster is provisioned, and when Deis is installed.
Examples:
Setting extra configuration parameters in Deis
Deploying extra units to fleet (for logs, monitoring etc).
I think this could be solved by adding a extra, optional hook, which was executed by rigger during the provision phase.
Either that, or split provision into two commands:
provision = get cluster up and running
install install deis based on configuration
The text was updated successfully, but these errors were encountered:
A lot happens in the provision phase. However, some users (e.g. myself) have a need for executing something between the situation where the cluster is provisioned, and when Deis is installed.
Examples:
I think this could be solved by adding a extra, optional hook, which was executed by
rigger
during theprovision
phase.Either that, or split
provision
into two commands:provision
= get cluster up and runninginstall
install deis based on configurationThe text was updated successfully, but these errors were encountered: