# Observability for BYO Hosts Fork and use this branch - https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/tree/feature-observability-agent ## Task 1 Static footprint After completing all the TODOs in the code, run the following ``` make manifests make generate make host-agent-binaries ``` Use the binary generated from the above make target (mostly in the bin/ directory) for testing Success criteria: After registering a host, `kubectl get byohost` should output the static CPU / Memory info in the output ## Task 2 Runtime footprint Similar to task1, but an additional step to reconcile every 5minutes