https://github.com/kubernetes/legacy-cloud-providers
This repository hosts the legacy in-tree cloud providers. Out-of-tree cloud providers can consume packages in this repo to support legacy implementations of their Kubernetes cloud provider.
https://github.com/kubernetes/legacy-cloud-providers
k8s-sig-cloud-provider k8s-staging
Last synced: over 1 year ago
JSON representation
This repository hosts the legacy in-tree cloud providers. Out-of-tree cloud providers can consume packages in this repo to support legacy implementations of their Kubernetes cloud provider.
- Host: GitHub
- URL: https://github.com/kubernetes/legacy-cloud-providers
- Owner: kubernetes
- License: apache-2.0
- Created: 2019-04-16T15:53:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T08:22:03.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:03:40.399Z (over 1 year ago)
- Topics: k8s-sig-cloud-provider, k8s-staging
- Language: Go
- Size: 6.12 MB
- Stars: 52
- Watchers: 6
- Forks: 63
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# legacy-cloud-providers
This repository hosts the legacy cloud providers that were previously hosted under
`k8s.io/kubernetes/pkg/cloudprovider/providers`. Out-of-tree cloud providers can consume
packages in this repo to support legacy implementations of their Kubernetes cloud provider.
**Note:** go-get or vendor this package as `k8s.io/legacy-cloud-providers`.
## Purpose
To be consumed by out-of-tree cloud providers that wish to support legacy behavior
from their in-tree equivalents.
## Compatibility
The legacy providers here follow the same compatibility rules as cloud providers that
were previously in `k8s.io/kubernetes/pkg/cloudprovider/providers`.
## Where does it come from?
`legacy-cloud-providers` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/legacy-cloud-providers.
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.
## Things you should NOT do
1. Add a new cloud provider here.
2. Directly modify anything under this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/legacy-cloud-providers`.
sig-cloudprovider.
3. Add new features/integrations to a cloud provider in this repo. Changes sync here should only be incremental bug fixes.