Closed DominikBasnerSotec closed 2 years ago
@DominikBasnerSotec Thanks a lot! :) if it's not too much to ask, can you add a couple points about what the main updates were? Should I look into anything specifically? Maybe we should also rebase the PR.
In any case, will review and get back if questions arise. :pray: :1st_place_medal: :tada:
I updated my former message with the taken steps
@ioolkos have you been able to look into it?
@DominikBasnerSotec thanks again. One quick question. I see references to "gcr.io/sotec-iot-core-dev/vmq-operator:latest". what can we do about this? (I wouldn't want to pin things to an external repo).
@ioolkos Ah, I understand. I can change it to a public docker-hub ref and then it should be back to the current ref after it's merged
Done!
To keep this project alive and developable, here an update that allows working with the current operator SDK
Now uses
what has been done:
Migrate to new operator-sdk
Create a new operator project using the SDK Command Line Interface(CLI)
Define new resource APIs by adding Custom Resource Definitions(CRD)
Define Controllers to watch and reconcile resources
Write the reconciling logic for your Controller using the SDK and controller-runtime APIs Use the SDK CLI to build and generate the operator deployment manifests
Then, create the k8s files.