https://github.com/googlecloudplatform/k8s-cloud-provider
Support code for implementing a Kubernetes cloud provider for Google Cloud Platform
https://github.com/googlecloudplatform/k8s-cloud-provider
cloud-provider gcp k8s kubernetes
Last synced: about 1 year ago
JSON representation
Support code for implementing a Kubernetes cloud provider for Google Cloud Platform
- Host: GitHub
- URL: https://github.com/googlecloudplatform/k8s-cloud-provider
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2018-08-06T21:57:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T22:19:11.000Z (about 1 year ago)
- Last Synced: 2025-05-16T15:07:22.598Z (about 1 year ago)
- Topics: cloud-provider, gcp, k8s, kubernetes
- Language: Go
- Homepage:
- Size: 19.3 MB
- Stars: 38
- Watchers: 27
- Forks: 46
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-cloud-provider
This repository contains support files for implementing the Kubernetes cloud
provider for the Google Cloud Platform. The code in this repository are the
Google Cloud specific portions of the cloud provider logic.
## Building
Run `make`.
## Update GCE Go Client
For every update on the GCE API Go client, please remember to push a new tag.