operator-sample-go
operator-sample-go copied to clipboard
Kubernetes Operator Samples using Go, the Operator SDK and OLM
please clarify why ctx is not a pointer at https://github.com/IBM/operator-sample-go/blob/96295831f0a6545ee0eee8059c2919bf9ce49ccc/operator-application/utilities/conditions.go#L18 /kind documentation
Created new feature when application is started it will write an Kubernetes event in different conditions. We can check those events via **kubectl get events** command. Tested all scenarios as...
When a user needs to place service credentials (e.g. COS) into a secret like `operator-database-backup/kubernetes/secret.yaml` a good pattern is to use a template file, like `cos-secret.template.yaml` and then have the...
**Issue:** The sample DatabaseBackup CR specifies a cron job schedule of "*/3 * * * *" which is every 3 minutes. This is too frequent and ends up filling the...
**Issue:** Error with Prometheus urlWhile executing go run main.go in Application scaler Application scaler script consists of fixed prometheus url while deploying without OLM. prometheusAddress=http://prometheus-operated.monitoring:9090/ It has to be http://localhost:9090/...
**Issue:** The documentation is partly wrong and we need to correct or delete that documentation. **Link to the documentation:** https://github.com/IBM/operator-sample-go/blob/main/operator-application-scaler/README.md Related issue: https://github.com/IBM/operator-sample-go/issues/74
**Issue:** The documentation is partly wrong and we need to correct or delete that documentation. **Link to the documentation:** https://github.com/IBM/operator-sample-go/tree/main/operator-database-backup Related issue: https://github.com/IBM/operator-sample-go/issues/74
## Beep boop. Your images are optimized! Your image file size has been reduced by **35%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...