{"id":28914264,"url":"https://github.com/absaoss/karpenter-provider-vsphere","last_synced_at":"2026-03-04T13:03:18.597Z","repository":{"id":299633703,"uuid":"987928288","full_name":"AbsaOSS/karpenter-provider-vsphere","owner":"AbsaOSS","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-28T13:55:16.000Z","size":194,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-29T02:46:44.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbsaOSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-21T19:52:58.000Z","updated_at":"2026-01-28T13:57:34.000Z","dependencies_parsed_at":"2025-10-14T08:38:32.069Z","dependency_job_id":"14e6ca45-6bed-4acf-85d3-87c1c9e84f3d","html_url":"https://github.com/AbsaOSS/karpenter-provider-vsphere","commit_stats":null,"previous_names":["absaoss/karpenter-provider-vsphere"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/AbsaOSS/karpenter-provider-vsphere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fkarpenter-provider-vsphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fkarpenter-provider-vsphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fkarpenter-provider-vsphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fkarpenter-provider-vsphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbsaOSS","download_url":"https://codeload.github.com/AbsaOSS/karpenter-provider-vsphere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbsaOSS%2Fkarpenter-provider-vsphere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-06-21T21:41:22.819Z","updated_at":"2026-03-04T13:03:18.525Z","avatar_url":"https://github.com/AbsaOSS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# karpenter-provider-vsphere\n\nKarpenter provider for VMWare Vsphere\n\n# !!!Early alpha - NOT for Production use!!!\n\n# Required flags\n\n| Flag             | Environment variable | Required |\n|------------------|----------------------|----------|\n| cluster-name     | CLUSTER_NAME         | true     |\n| cluster-endpoint | CLUSTER_ENDPOINT     | true     |\n| vsphere-endpoint | GOVC_URL             | true     |\n| vsphere-username | GOVC_USERNAME        | true     |\n| vsphere-password | GOVC_PASSWORD        | true     |\n| vsphere-path     | VSPHERE_FOLDER       | true     |\n| vsphere-insecure | GOVC_INSECURE        | false    |\n| join-token       | JOIN_TOKEN           | true     |\n| kube-distro      | KUBE_DISTRO          | true     |\n\n\n# About supported distros\n* `rke2` -  as first class citizen\n* `kubeadm` - to be implemented\n* `rke2airgapped` - expects rke2 artifacts to be baked-in into node image\n\n# VsphereNodeClass API\nBesides `VSPHERE_FOLDER` (vsphere folder to place virtulal machines on), all placement settings are defined in `VsphereNodeClass` resource. This is done via selectors:\n* `.spec.computeSelector` - defines how to search for desired resourcePool\n* `.spec.datastoreSelector` - defines how to search for desired datastore\n* `.spec.networkSelector` - difines how to discover network\n* `.spec.imageSelector` - VM Template to use for VM Clone\n\nAll selectors have `tag` and `name` properties, those are mutually exclusive. Karpenter will find a resource either by Tag or Name.\n\n* `.spec.instanceTypes` - a list of desired instance types:\n  - `os`: linux\n  - `cpu`: number of CPUS\n  - `memory`: amount of memory in gigabytes\n  - `region`: region topology\n  - `zone`: zone topology\n  - `maxPods`: maxPods to pass to kubelet (not implemented)\n* `.spec.diskSize` - a desired root volume size in Gigabytes\n\n* `.spec.tags` - a list of tags to apply to Karpenter managed virtual machines\n  [!NOTE]\n  At least two tags must be specified explicitly:\n  * `topology.kubernetes.io/zone` and `k8s-zone` to satisfy Vsphere Cloud controller manager which bootstraps Kubernetes node and removes `unitialized` Taint.\n\n\n* `.spec.userdata`:\n  - `type` - Either `ignition` or `cloud-config`\n  - `additionalUserdata` - extra init data to be merged with distribution specific\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsaoss%2Fkarpenter-provider-vsphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabsaoss%2Fkarpenter-provider-vsphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsaoss%2Fkarpenter-provider-vsphere/lists"}