operator-framework / olm-docs

Hugo doc site for https://github.com/operator-framework/operator-lifecycle-manager
10 stars 82 forks source link

Bundle Doc is outdated and is missing SDK info #158

Open camilamacedo86 opened 3 years ago

camilamacedo86 commented 3 years ago

See; https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/

It is missing the annotations that are added by SDK https://github.com/operator-framework/operator-sdk/blob/master/testdata/go/v3/memcached-operator/bundle/metadata/annotations.yaml as the tests/scorecard dir.

also, we ought to suggest use operator-sdk bundle validate instead of opm alpha.