{"id":37822621,"url":"https://github.com/pytimer/kube-ipmi-plugin","last_synced_at":"2026-01-16T15:43:03.492Z","repository":{"id":57501571,"uuid":"193428161","full_name":"pytimer/kube-ipmi-plugin","owner":"pytimer","description":"The plugin collect ipmi info and report the Kubernetes nodes","archived":false,"fork":false,"pushed_at":"2019-06-28T07:51:45.000Z","size":3749,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T03:32:11.526Z","etag":null,"topics":["ipmi","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-24T03:33:02.000Z","updated_at":"2024-06-20T03:32:11.527Z","dependencies_parsed_at":"2022-09-19T08:50:18.909Z","dependency_job_id":null,"html_url":"https://github.com/pytimer/kube-ipmi-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pytimer/kube-ipmi-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytimer%2Fkube-ipmi-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytimer%2Fkube-ipmi-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytimer%2Fkube-ipmi-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytimer%2Fkube-ipmi-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytimer","download_url":"https://codeload.github.com/pytimer/kube-ipmi-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytimer%2Fkube-ipmi-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipmi","kubernetes"],"created_at":"2026-01-16T15:43:03.412Z","updated_at":"2026-01-16T15:43:03.472Z","avatar_url":"https://github.com/pytimer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kube-ipmi-plugin\nThe plugin collect ipmi info and report the Kubernetes nodes\n\n## Development\n\nGo 1.12+\n\n### Build binary\n\n`make build`\n\n### Build Docker image\n\n`make docker-build`\n\nIf you want to push docker image, you can use `make docker-push` command.\n\n\n## Annotations\n\nThe `kube-ipmi-plugin` collect the ipmi info and save the information to the Kubernetes nodes annotation.\n\nThe annotation key is: `ipmi.alpha.kubernetes.io/net`.\n\n#### Example:\n\n```json\nipmi.alpha.kubernetes.io/net:{\"default_gateway_ip\":\"192.168.254.254\",\"default_gateway_mac\":\"12:34:56:78:ab:cd\",\"ip_address\":\"192.168.254.10\",\"ip_address_source\":\"Static Address\",\"mac_address\":\"ab:cd:ef:gh:12:34\",\"subnet_mask\":\"255.255.255.0\"}\n```\n\nUse `kubectl describe node \u003cnodeName\u003e`, you can lookup this node ipmi network ip address, gateway, etc.\n\n```sh\nAnnotations:        ipmi.alpha.kubernetes.io/net={\"default_gateway_ip\":\"192.168.254.254\",\"default_gateway_mac\":\"12:34:56:78:ab:cd\",\"ip_address\":\"192.168.254.10\",\"ip_address_source\":\"Static Address\",\"mac_address\":\"ab:cd:...\n```\n\n## Run\n\n### Running locally using Binary\n\nYou can get the source code, build the binary. Or use `go install`\n\n```sh\n$ go get github.com/pytimer/kube-ipmi-plugin\n$ cd $GOPATH/src/github.com/pytimer/kube-ipmi-plugin\n$ make build\n```\n\n```sh\n$ go install github.com/pytimer/kube-ipmi-plugin\n```\n\nMake sure the plugin install in `$GOPATH/bin`\n\n### Running locally using Docker\n\nPull the `kube-ipmi-plugin` Docker image and run it. The latest image is `pytimer/kube-ipmi-plugin`, if you want to specified version, you can search this plugin images on dockerhub.\n\n```sh\n$ docker run -it --rm --network=host --device=/dev/ipmi0 pytimer/kube-ipmi-plugin\n$ docker run -it --rm --network=host --privileged -v /dev/ipmi0:/dev/ipmi0 pytimer/kube-ipmi-plugin\n```\n\n### Running the Kubernetes cluster\n\nYou can use `helm` to install this plugin if your Kubernetes cluster support helm. If not, you can use Kubernetes manifests to install.\n\n- [charts](deploy/kube-ipmi-plugin)\n\n- [manifests](deploy/manifests)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytimer%2Fkube-ipmi-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytimer%2Fkube-ipmi-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytimer%2Fkube-ipmi-plugin/lists"}