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
Related to #1 and #2, when installing operators at non-channel heads, it is not possible to determine the set of supported install modes in advance. This makes it possible for the operator install command to install a Failed CSV when the channel head CSV and the installed CSV have a different set of supported install modes.
For example, the prometheus operator beta channel has:
0.37.0 (HEAD), supporting AllNamespaces
0.32.0, not supporting AllNamepspaces
When installing 0.32.0 using the default options, the CSV fails because the set of supported install modes is determined from the channel head. The order of precedence used by the installation selects AllNamespaces first (if supported), which is NOT supported by 0.32.0.
The text was updated successfully, but these errors were encountered:
Related to #1 and #2, when installing operators at non-channel heads, it is not possible to determine the set of supported install modes in advance. This makes it possible for the
operator install
command to install aFailed
CSV when the channel head CSV and the installed CSV have a different set of supported install modes.For example, the prometheus operator
beta
channel has:0.37.0
(HEAD), supportingAllNamespaces
0.32.0
, not supportingAllNamepspaces
When installing
0.32.0
using the default options, the CSV fails because the set of supported install modes is determined from the channel head. The order of precedence used by the installation selectsAllNamespaces
first (if supported), which is NOT supported by0.32.0
.The text was updated successfully, but these errors were encountered: