GithubHelp home page GithubHelp logo

kkmsft / cloud-provider-azure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubernetes-sigs/cloud-provider-azure

0.0 2.0 0.0 15.11 MB

Cloud provider for Azure

License: Apache License 2.0

Dockerfile 0.41% Makefile 1.73% Go 82.82% Python 4.37% Shell 9.17% Perl 1.51%

cloud-provider-azure's Introduction

Cloud provider for Azure

Go Report Card GitHub stars GitHub stars

Introduction

This repository provides tools and scripts for building and testing Kubernetes cloud-controller-manager for Azure. The project is under development.

The Azure cloud provider code locates at Kubernetes repository directory. If you want to create issues or pull requests for cloud provider, please go to Kubernetes repository.

There is an ongoing work for refactoring cloud providers out of the upstream repository. For more details, please check this issue.

Current status

cloud-provider-azure is still under alpha stage and its releases are maintained on Microsoft Container Registry (MCR).

The latest version of azure-cloud-controller-manager could be found at mcr.microsoft.com/k8s/core/azure-cloud-controller-manager:v0.1.0.

Version matrix:

Kubernetes version cloud-provider version cloud-provider branch
v1.14.x v0.1.0 master

Build

Build azure-cloud-controller-manager:

make

Build docker image for azure-cloud-controller-manager:

IMAGE_REGISTRY=<registry> make image

Run

Run azure-cloud-controller-manager locally:

azure-cloud-controller-manager --cloud-provider=azure \
    --cluster-name=kubernetes \
    --cloud-config=/etc/kubernetes/azure.json \
    --kubeconfig=/etc/kubernetes/kubeconfig \
    --allocate-node-cidrs=true \
    --configure-cloud-routes=true \
    --cluster-cidr=10.240.0.0/16 \
    --route-reconciliation-period=10s \
    --leader-elect=true \
    --v=2

It is recommended to run azure-cloud-controller-manager as Pods on master nodes. See here for the example.

Please checkout more details at docs/cloud-controller-manager.md.

E2E tests

Please check the following documents for e2e tests:

Documentation

See docs for more documentations.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

License

Apache License 2.0.

cloud-provider-azure's People

Contributors

abhik1998 avatar adamdang avatar andyzhangx avatar anguslees avatar brendandburns avatar cimomo avatar clement-buchart avatar codablock avatar colemickens avatar dixudx avatar feiskyer avatar fseldow avatar itowlson avatar ixdy avatar jackfrancis avatar jhorwit2 avatar justaugustus avatar k8s-ci-robot avatar karataliu avatar kevinkim9264 avatar khenidak avatar lbb avatar mikedanese avatar mirake avatar nikhita avatar ritazh avatar rite2nikhil avatar rootfs avatar tomerf avatar yolocs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.