{"id":37195043,"url":"https://github.com/webdevops/azure-k8s-autorepair","last_synced_at":"2026-01-14T22:40:44.135Z","repository":{"id":63989675,"uuid":"264708868","full_name":"webdevops/azure-k8s-autorepair","owner":"webdevops","description":"Automatic repair of K8s cluster nodes in Azure","archived":true,"fork":false,"pushed_at":"2020-07-16T22:57:50.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T07:02:20.365Z","etag":null,"topics":["aks-kubernetes-cluster","azure","azure-aks","kubernetes","self-healing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevops.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":"2020-05-17T16:23:22.000Z","updated_at":"2023-01-28T13:41:15.000Z","dependencies_parsed_at":"2023-01-14T17:45:51.127Z","dependency_job_id":null,"html_url":"https://github.com/webdevops/azure-k8s-autorepair","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/webdevops/azure-k8s-autorepair","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevops%2Fazure-k8s-autorepair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevops%2Fazure-k8s-autorepair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevops%2Fazure-k8s-autorepair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevops%2Fazure-k8s-autorepair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevops","download_url":"https://codeload.github.com/webdevops/azure-k8s-autorepair/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevops%2Fazure-k8s-autorepair/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","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":["aks-kubernetes-cluster","azure","azure-aks","kubernetes","self-healing"],"created_at":"2026-01-14T22:40:43.365Z","updated_at":"2026-01-14T22:40:44.123Z","avatar_url":"https://github.com/webdevops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Azurer Kubernetes AutoRepair\n============================\n\n[![license](https://img.shields.io/github/license/webdevops/azure-k8s-autorepair.svg)](https://github.com/webdevops/azure-k8s-autorepair/blob/master/LICENSE)\n[![Docker](https://img.shields.io/badge/docker-webdevops%2Fazure--k8s--autorepair-blue.svg?longCache=true\u0026style=flat\u0026logo=docker)](https://hub.docker.com/r/webdevops/azure-k8s-autorepair/)\n[![Docker Build Status](https://img.shields.io/docker/cloud/build/webdevops/azure-k8s-autorepair)](https://hub.docker.com/r/webdevops/azure-k8s-autorepair/)\n\n\n\n---------------------\n\n**---\u003e replaced by [azure-k8s-autopilot](https://github.com/webdevops/azure-k8s-autopilot) \u003c---**\n\n---------------------\n\n\n\n\nServices which checks node status and triggeres an automatic Azure VM redeployment to try to solve VM issues.\n\nSupports Azure AKS and custom Azure Kubernetes clusters.\n\nSupports [shoutrrr](https://containrrr.github.io/shoutrrr/) notifications.\n\nConfiguration\n-------------\n\n```\nUsage:\n  azure-k8s-autorepair [OPTIONS]\n\nApplication Options:\n  -v, --verbose                                             Verbose mode [$VERBOSE]\n      --dry-run                                             Dry run (no redeploy triggered) [$DRY_RUN]\n      --k8s.node.labelselector=                             Node Label selector which nodes should be checked [$K8S_NODE_LABELSELECTOR]\n      --repair.interval=                                    Duration of check run (default: 30s) [$REPAIR_INTERVAL]\n      --repair.notready-threshold=                          Threshold (duration) when the automatic repair should be tried (eg. after 10 mins of NotReady state after last successfull\n                                                            heartbeat) (default: 10m) [$REPAIR_NOTREADY_THRESHOLD]\n      --repair.concurrency=                                 How many VMs should be redeployed concurrently (default: 1) [$REPAIR_CONCURRENCY]\n      --repair.lock-duration=                               Duration how long should be waited for another redeploy (default: 30m) [$REPAIR_LOCK_DURATION]\n      --repair.lock-duration-error=                         Duration how long should be waited for another redeploy in case an error occurred (default: 5m)\n                                                            [$REPAIR_LOCK_DURATION_ERROR]\n      --repair.azure.vmss.action=[restart|redeploy|reimage] Defines the action which should be tried to repair the node (VMSS) (default: redeploy) [$REPAIR_AZURE_VMSS_ACTION]\n      --repair.azure.vm.action=[restart|redeploy]           Defines the action which should be tried to repair the node (VM) (default: redeploy) [$REPAIR_AZURE_VM_ACTION]\n      --repair.azure.provisioningstate=                     Azure VM provisioning states where repair should be tried (eg. avoid repair in \"upgrading\" state; \"*\" to accept all\n                                                            states) (default: succeeded, failed) [$REPAIR_AZURE_PROVISIONINGSTATE]\n      --notification=                                       Shoutrrr url for notifications (https://containrrr.github.io/shoutrrr/) [$NOTIFCATION]\n      --bind=                                               Server address (default: :8080) [$SERVER_BIND]\n\nHelp Options:\n  -h, --help                                                Show this help message\n\n```\n\nfor Azure API authentication (using ENV vars) see https://github.com/Azure/azure-sdk-for-go#authentication\n\nfor Kubernetes ServiceAccont is discoverd automatically (or you can use env path `KUBECONFIG` to specify path to your kubeconfig file)\n\nMetrics\n-------\n\nstandard metrics only (see `:8080/metrics`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevops%2Fazure-k8s-autorepair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevops%2Fazure-k8s-autorepair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevops%2Fazure-k8s-autorepair/lists"}