-
-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Describe the missing piece of documentation
Prior to v 8.x, there was good documentation on how to get your operator up and running, how to create and install webhooks, etc. Running the install
and then webhooks install
commands worked well. I skipped upgrading to 8.x, and move straight to 9.0.0.
With 9.0.0, there seems to be missing or out of date documentation for developing the operator, especially in regard to webhooks. The webhook commands are missing, and the CLI documentation references commands that as far as I can tell no longer exist.
In a somewhat related problem, the webhook example Program.cs
seems to reference a RegisterComponents()
method that no longer exists, with the error 'IOperatorBuilder' does not contain a definition for 'RegisterComponents' and no accessible extension method 'RegisterComponents' accepting a first argument of type 'IOperatorBuilder' could be found (are you missing a using directive or an assembly reference?)
Part of these issues were brought up in #740, but I wanted to make sure this gets seen. I have so far been unable to get my operator with webhooks working.
As a side note, I'd be happy to help contribute to documentation when I get things working again, if needed.