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
The operator-sdk CLI binary is used for the generation of the OLM bundle. Currently it is expected to be present in the PATH, which leads to results that are environment dependent. As the operator-sdk CLI often introduces breaking changes, this leads to regressions and wasted cycles.
Similarly to what we did for controller-gen and kustomize CLI binaries, for which we use expected versions retrieved locally, the generation of the OLM bundle should rely on a fixed version of the operator-sdk CLI that's also retrieved locally.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!
The
operator-sdk
CLI binary is used for the generation of the OLM bundle. Currently it is expected to be present in the PATH, which leads to results that are environment dependent. As theoperator-sdk
CLI often introduces breaking changes, this leads to regressions and wasted cycles.Similarly to what we did for
controller-gen
andkustomize
CLI binaries, for which we use expected versions retrieved locally, the generation of the OLM bundle should rely on a fixed version of theoperator-sdk
CLI that's also retrieved locally.The text was updated successfully, but these errors were encountered: