John Walicki
John Walicki
One of the differentiating features of the IBM Edge Application Manager product is the web mgmt console and its various dashboards. It also has an Grafana metrics dashboard - https://www.ibm.com/docs/en/eam/4.3?topic=administering-monitoring-edge-nodes-services...
Sanjeev's notes: If you are looking for quick and easy way to view your own edge nodes and their online status (by lastHeartbeat) then you can use this hzn command...
He wanted to use the above in some automation scripts so he converted the heartbeat date from ISO8601 to Epoch timestamps. ```sh hzn exchange node list -l | jq -r...
Anyway, since we have a blank monitoring page at https://open-horizon.github.io/docs/admin/monitoring.html I thought we could add some of these tips to list node details. Much more sophisticated `hzn exchange` commands are...
This markdown linter GHA looks interesting. We would likely start off with a config file that is permissive and tweak the linter settings. I'm going to run it against a...
I propose we close this issue and PR #268 ? It's a great idea but implementation seems to be difficult because of all the preprocessor / front-matter directives. Over the...
Instead of individual Dockerfile.arch files, we're building the platform containers using the Makefile. I think we can close this PR and just edit Makefiles in the various examples/ directories. See...
This anax issue will be related: https://github.com/open-horizon/anax/issues/3363
Additional reading about writing an operator: - https://github.com/SanjeevKGupta/example/tree/master/operator - https://www.magalix.com/blog/creating-custom-kubernetes-operators - https://www.techtarget.com/searchitoperations/tutorial/How-to-build-a-Kubernetes-operator - https://developers.redhat.com/articles/2021/09/07/build-kubernetes-operator-six-steps - https://kubernetes.io/docs/concepts/extend-kubernetes/operator/#example - https://sdk.operatorframework.io/docs/building-operators/ansible/tutorial/ - https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/
We will rebase this example when the https://github.com/open-horizon/anax/issues/3445 PR is merged. Good progress.