open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

Provide operator example using latest operator-sdk 1.xx version, #543

Closed SanjeevKGupta closed 1 year ago

SanjeevKGupta commented 2 years ago

Is your feature request related to a problem? Please describe.

Current edge-cluster operator example provides example using operator-sdk version 0.17 (June 29, 2020) https://github.com/operator-framework/operator-sdk/releases?page=5 on open-horizon Operator Edge Service https://github.com/open-horizon/examples/blob/master/edge/services/nginx-operator/CreateService.md doc.

Latest release of opeartor-sdk its 1.22. There have been 53 releases of operator-sdk since the last release of 0.17.2

Information is that examples are based on 0.19.4 but still quite old.

Describe the solution you'd like.

No response

Describe alternatives you've considered

No response

Additional context.

No response

johnwalicki commented 2 years ago

This anax issue will be related: https://github.com/open-horizon/anax/issues/3363

johnwalicki commented 2 years ago

Additional reading about writing an operator:

SanjeevKGupta commented 1 year ago

@johnwalicki what's the latest on this?

johnwalicki commented 1 year ago

We will rebase this example when the https://github.com/open-horizon/anax/issues/3445 PR is merged. Good progress.