Coder Social home page Coder Social logo

seung-moon / cloud-provider-azure Goto Github PK

View Code? Open in Web Editor NEW

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

1.0 0.0 0.0 115.95 MB

Cloud provider for Azure

Home Page: https://kubernetes-sigs.github.io/cloud-provider-azure

License: Apache License 2.0

Makefile 0.77% Go 97.01% Shell 1.67% Perl 0.08% Dockerfile 0.16% Python 0.29% Smarty 0.03%

cloud-provider-azure's Introduction

Cloud provider for Azure

Go Report Card Coverage Status GitHub stars GitHub stars

Introduction

This repository provides the Azure implementation of the Kubernetes cloud provider interface.

This is the "external" or "out-of-tree" cloud provider for Azure. The "in-tree" cloud provider has been deprecated since v1.20 and only bug fixes are allowed in its Kubernetes repository directory.

Current status

cloud-provider-azure has been GA since v1.0.0. Releases are available from the Microsoft Container Registry (MCR).

The latest release of azure-cloud-controller-manager and azure-cloud-node-manager can be found at

  • mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.29.0
  • mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.29.0

Version matrix

(Minor release versions match Kubernetes minor release versions since v1.23.0.)

Kubernetes version cloud-provider version cloud-provider branch
master N/A master
v1.y.x v1.y.z release-1.y
v1.29.x v1.29.z release-1.29
v1.28.x v1.28.z release-1.28
v1.27.x v1.27.z release-1.27
v1.26.x v1.26.z release-1.26
v1.25.x v1.25.z release-1.25
v1.24.x v1.24.z release-1.24
v1.23.x v1.23.z release-1.23
v1.22.x v1.1.z release-1.1

AKS version matrix

Below table shows the cloud-controller-manager and cloud-node-manager versions supported in Azure Kubernetes Service(AKS).

AKS version cloud-controller-manager version cloud-node-manager version
v1.29.x v1.29.0 v1.29.0
v1.28.x v1.28.5 v1.28.5
v1.27.x v1.27.13 v1.27.13
v1.26.x v1.26.19 v1.26.19
v1.25.x v1.25.24 v1.25.24
v1.24.x v1.24.21 v1.24.20
v1.23.x v1.23.30 v1.23.24
v1.22.x v1.1.26 v1.1.14
v1.21.x v1.0.23 v1.0.18

Build

To build the binary for azure-cloud-controller-manager:

make all

To build the Docker image for azure-cloud-controller-manager:

IMAGE_REGISTRY=<registry> make image

For detailed directions on image building, please read here.

Run

To run azure-cloud-controller-manager locally:

azure-cloud-controller-manager \
    --cloud-provider=azure \
    --cluster-name=kubernetes \
    --controllers=*,-cloud-node \
    --cloud-config=/etc/kubernetes/cloud-config/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 \
    --secure-port=10267 \
    --v=2

To run azure-cloud-node-manager locally:

azure-cloud-node-manager \
    --node-name=$(hostname) \
    --wait-routes=true

It is recommended to run azure-cloud-controller-manager as a Deployment with multiple replicas, or directly with kubelet as static Pods on each control plane Node. See here for an example.

Get more detail at Deploy Cloud Controller Manager.

E2E tests

Please read the following documents for e2e test information:

Documentation

Refer https://cloud-provider-azure.sigs.k8s.io/ for the documentation of Cloud Provider Azure (documents are hosted in documentation branch).

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 aramase avatar brendandburns avatar colemickens avatar cvvz avatar dependabot[bot] avatar feiskyer avatar fseldow avatar ialidzhikov avatar itowlson avatar jackfrancis avatar jesusalvareztorres avatar joelspeed avatar jwtty avatar k8s-ci-robot avatar karataliu avatar lanlou1554 avatar lzhecheng avatar martinforreal avatar marwanad avatar mboersma avatar mirzasikander avatar nilo19 avatar ritazh avatar sozercan avatar zarvd avatar zeromagic avatar zmyzheng avatar

Stargazers

 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.