An open API service indexing awesome lists of open source software.

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.

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).