https://github.com/kubernetes/cloud-provider-sample
Sample of how to build a cloud provider repo. This will build a Kubernetes image which deploys on bare metal. It uses the fake cloud provider. It consumes the K8s/K8s build artifact and adds to it the Cloud Controller Manager and CSI Daemon Set.
https://github.com/kubernetes/cloud-provider-sample
k8s-sig-cloud-provider
Last synced: 4 months ago
JSON representation
Sample of how to build a cloud provider repo. This will build a Kubernetes image which deploys on bare metal. It uses the fake cloud provider. It consumes the K8s/K8s build artifact and adds to it the Cloud Controller Manager and CSI Daemon Set.
- Host: GitHub
- URL: https://github.com/kubernetes/cloud-provider-sample
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-12-22T00:27:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:56:53.000Z (8 months ago)
- Last Synced: 2025-01-29T13:11:24.702Z (4 months ago)
- Topics: k8s-sig-cloud-provider
- Size: 10.7 KB
- Stars: 21
- Watchers: 11
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# cloud-provider-sample (ARCHIVE)
**This repository is archived in favor of the cloud-provider sample contained in https://github.com/kubernetes/cloud-provider/tree/master/sample**
This is a sample of how to build a cloud provider repo. This will build a Kubernetes image which deploys on bare metal.
It uses the fake cloud provider and consumes the [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
build artifact and adds to it the Cloud Controller Manager and CSI Daemon Set.**Note:** This is currently a work in progress.
## Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
You can reach the maintainers of this project at:
- [Slack](https://kubernetes.slack.com/messages/sig-cloud-provider)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider)### Code of conduct
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).