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
Problem description (if applicable)
There are some resources (like BareMetalHost) which by default considered in current state right after applying, however we have to implement separated bash logic in different phases to wait them for appropriate state (like provisioned). It causes inconveniences and delays in deploy process, but custom wait logic could be implemented and generalized in airshipctl code to avoid this problem.
Proposed change
Extended current poller functionality with ability to wait certain resources for particular state. A yaml document (status map) with GVKs and states could be defined within other similar entities like cluster map and phases (manifests/phases).
Potential impacts
None.
The text was updated successfully, but these errors were encountered:
Problem description (if applicable)
There are some resources (like
BareMetalHost
) which by default considered in current state right after applying, however we have to implement separated bash logic in different phases to wait them for appropriate state (likeprovisioned
). It causes inconveniences and delays in deploy process, but custom wait logic could be implemented and generalized in airshipctl code to avoid this problem.Proposed change
Extended current poller functionality with ability to wait certain resources for particular state. A yaml document (status map) with GVKs and states could be defined within other similar entities like cluster map and phases (manifests/phases).
Potential impacts
None.
The text was updated successfully, but these errors were encountered: