https://github.com/vatesfr/cloud-provider-xenorchestra
Kubernetes controller for Xen Orchestra
https://github.com/vatesfr/cloud-provider-xenorchestra
Last synced: 12 months ago
JSON representation
Kubernetes controller for Xen Orchestra
- Host: GitHub
- URL: https://github.com/vatesfr/cloud-provider-xenorchestra
- Owner: vatesfr
- License: agpl-3.0
- Created: 2021-11-03T07:53:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T19:31:29.000Z (over 4 years ago)
- Last Synced: 2025-03-29T09:12:19.722Z (over 1 year ago)
- Language: Go
- Size: 50.8 KB
- Stars: 11
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Xen Orchestra Cloud Controller


## Kubernetes Cloud Controller Manager
This repository contains the [Kubernetes cloud-controller-manager](https://kubernetes.io/docs/concepts/architecture/cloud-controller/) for [Xen Orchestra](https://xen-orchestra.com).
## Documentation
### Building locally
Build locally with the following command:
```shell
$ git clone https://github.com/vatesfr/cloud-provider-xenorchestra
$ go build ./cmd/cloud-provider-xenorchestra
```