Giter Site home page Giter Site logo

arenharut / azuredisk-csi-driver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubernetes-sigs/azuredisk-csi-driver

0.0 0.0 0.0 132.22 MB

Azure Disk CSI Driver

License: Apache License 2.0

Shell 4.38% Python 1.42% Go 90.73% Makefile 0.89% Dockerfile 0.15% Starlark 0.10% Mustache 2.33%

azuredisk-csi-driver's Introduction

Azure Disk CSI driver for Kubernetes

Travis Coverage Status FOSSA Status

About

This driver allows Kubernetes to use Azure Disk volume, csi plugin name: disk.csi.azure.com

Project status

V1: GA

V2: Preview

Container Images & Kubernetes Compatibility

V1

Driver Version Image supported k8s version
master branch mcr.microsoft.com/k8s/csi/azuredisk-csi:latest 1.21+
v1.22.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0 1.21+
v1.21.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.21.0 1.20+
v1.20.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.20.0 1.20+

V2

Driver Version Image supported k8s version
main_v2 branch 1.21+
v2.0.0-alpha.1 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v2.0.0-alpha.1 1.21+

Driver parameters

Please refer to disk.csi.azure.com driver parameters

storage class disk.csi.azure.com parameters are compatible with built-in azuredisk plugin

Set up CSI driver on AKS cluster (only for AKS users)

follow guide here

Prerequisite

  • The driver depends on cloud provider config file, usually it's /etc/kubernetes/azure.json on agent nodes deployed by AKS or aks-engine, here is azure.json example.
    specify a different cloud provider config file
    create azure-cred-file configmap before driver installation, e.g. for OpenShift, it's /etc/kubernetes/cloud.conf (make sure config file path is in the volumeMounts.mountPath)
    kubectl create configmap azure-cred-file --from-literal=path="/etc/kubernetes/cloud.conf" --from-literal=path-windows="C:\\k\\cloud.conf" -n kube-system
  • This driver also supports read cloud config from kubernetes secret as first priority
  • Make sure identity used by driver has Contributor role on node resource group
    • When installing side-by-side with an earlier version of the driver on an AKS cluster, ensure the agentpool service principal or managed service identity is assigned to the Contributor role on the resource groups used to store managed disks.
  • Set up CSI driver on Azure RedHat OpenShift(ARO)

Install driver on a Kubernetes cluster

  • install via kubectl on public Azure (please use helm for Azure Stack, RedHat/CentOS)
  • install via helm charts on public Azure, Azure Stack, RedHat/CentOS

Install Azure Disk CSI Driver V2 on a Kubernetes cluster (Preview)

Examples

Features

New in V2

Troubleshooting

Support

Limitations

Kubernetes Development

View CI Results

Links

azuredisk-csi-driver's People

Contributors

andyzhangx avatar k8s-ci-robot avatar zeromagic avatar edreed avatar masquerade0097 avatar sakuralbj avatar kkmsft avatar lizebang avatar landreasyan avatar nearora-msft avatar umagnus avatar songjiaxun avatar ashishranjan738 avatar sunpa93 avatar kassarl avatar mayankshah1607 avatar ialidzhikov avatar bcho avatar boddumanohar avatar abhisheksinghbaghel avatar sozercan avatar marosset avatar jsafrane avatar gossion avatar nilo19 avatar chunliu avatar levimm avatar jiawei0227 avatar anshulahuja98 avatar wawa0210 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.