knative / operator

Combined operator for Knative.
Apache License 2.0
189 stars 98 forks source link

Document the process to release knative operator in operatorhub #158

Closed houshengbo closed 4 years ago

houshengbo commented 4 years ago

Document the process to release knative operator in operatorhub.

houshengbo commented 4 years ago

/assign @aliok

aliok commented 4 years ago

I am at the moment creating the artifacts for the 0.15.1 of the operator. However, this is the first time we're creating it for this operator. I will document it next time as the process will be an update process and will be simpler.

aliok commented 4 years ago

We can't use OperatorSDK anymore in our operator here. All the work I did in https://github.com/operator-framework/operator-sdk/pull/2511 is now obsolete as OperatorSDK team decided on a new format.

I will just write some basic instructions instead of creating a script.