-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Operator SDK to at least 1.8.2 #287
Comments
We are currently using Operator SDK 1.5.0. The migration guide outlines steps to be taken when upgrading: https://sdk.operatorframework.io/docs/upgrading-sdk-version/ |
Hi @ebaron I am wondering which release version we are aiming to upgrade to? From the test suite of the operator-community repo, they are using |
I would say target the newest release, unless some major incompatibility is mentioned in the migration docs between 1.16 and the newest. |
The operator's service account should not be included in the bundle. It should instead be created and managed by OLM. Having this service account present in the bundle results in the following scorecard failure:
Error: Value cryostat-operator-service-account: invalid service account found in bundle. sa name cannot match service account defined for deployment spec in CSV
Operator SDK excludes the operator's service account when generating bundles with this fix: operator-framework/operator-sdk#5120. This fix is present in 1.8.2, 1.9.2, 1.10.1, 1.11.0+. We should upgrade to one of these versions.
The text was updated successfully, but these errors were encountered: