From e8de815c8271ada27b66d6203b4d0f6f2dadf1ed Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 12 May 2023 05:37:46 +0000 Subject: [PATCH] doc: cut v1.21.2 release --- Makefile | 2 +- README.md | 2 +- charts/index.yaml | 75 +++-- charts/latest/blob-csi-driver-v1.21.1.tgz | Bin 5517 -> 0 bytes charts/latest/blob-csi-driver-v1.21.2.tgz | Bin 0 -> 5515 bytes charts/latest/blob-csi-driver/Chart.yaml | 4 +- charts/latest/blob-csi-driver/values.yaml | 2 +- charts/v1.21.2/blob-csi-driver-v1.21.2.tgz | Bin 0 -> 5516 bytes charts/v1.21.2/blob-csi-driver/Chart.yaml | 5 + .../blob-csi-driver/templates/NOTES.txt | 5 + .../blob-csi-driver/templates/_helpers.tpl | 49 +++ .../templates/csi-blob-controller.yaml | 212 +++++++++++++ .../templates/csi-blob-driver.yaml | 16 + .../templates/csi-blob-node.yaml | 282 ++++++++++++++++++ .../templates/rbac-csi-blob-controller.yaml | 115 +++++++ .../templates/rbac-csi-blob-node.yaml | 29 ++ .../serviceaccount-csi-blob-controller.yaml | 9 + .../serviceaccount-csi-blob-node.yaml | 9 + charts/v1.21.2/blob-csi-driver/values.yaml | 167 +++++++++++ deploy/blobfuse-proxy/README.md | 6 +- deploy/csi-blob-controller.yaml | 2 +- deploy/csi-blob-node.yaml | 4 +- deploy/v1.21.2/csi-blob-controller.yaml | 143 +++++++++ deploy/v1.21.2/csi-blob-driver.yaml | 11 + deploy/v1.21.2/csi-blob-node.yaml | 203 +++++++++++++ deploy/v1.21.2/kustomization.yaml | 10 + deploy/v1.21.2/rbac-csi-blob-controller.yaml | 108 +++++++ deploy/v1.21.2/rbac-csi-blob-node.yaml | 30 ++ docs/install-blob-csi-driver.md | 2 +- docs/install-csi-driver-v1.21.2.md | 47 +++ 30 files changed, 1504 insertions(+), 45 deletions(-) delete mode 100644 charts/latest/blob-csi-driver-v1.21.1.tgz create mode 100644 charts/latest/blob-csi-driver-v1.21.2.tgz create mode 100644 charts/v1.21.2/blob-csi-driver-v1.21.2.tgz create mode 100644 charts/v1.21.2/blob-csi-driver/Chart.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/NOTES.txt create mode 100644 charts/v1.21.2/blob-csi-driver/templates/_helpers.tpl create mode 100644 charts/v1.21.2/blob-csi-driver/templates/csi-blob-controller.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/csi-blob-driver.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/csi-blob-node.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-controller.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-node.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-controller.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-node.yaml create mode 100644 charts/v1.21.2/blob-csi-driver/values.yaml create mode 100644 deploy/v1.21.2/csi-blob-controller.yaml create mode 100644 deploy/v1.21.2/csi-blob-driver.yaml create mode 100644 deploy/v1.21.2/csi-blob-node.yaml create mode 100644 deploy/v1.21.2/kustomization.yaml create mode 100644 deploy/v1.21.2/rbac-csi-blob-controller.yaml create mode 100644 deploy/v1.21.2/rbac-csi-blob-node.yaml create mode 100644 docs/install-csi-driver-v1.21.2.md diff --git a/Makefile b/Makefile index 42a393f0e..4d849db2f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD) REGISTRY ?= andyzhangx REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= blob-csi -IMAGE_VERSION ?= v1.21.1 +IMAGE_VERSION ?= v1.21.2 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI diff --git a/README.md b/README.md index cfcff8304..d66c1baf7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros |driver version |Image | supported k8s version | built-in blobfuse v1 version | built-in blobfuse v2 version| |----------------|------------------------------------------------------|-----------------------|------------------------------| ----------------------------| |master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.21+ | 1.4.5 | 2.0.3 | -|v1.21.1 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.1 | 1.21+ | 1.4.5 | 2.0.3 | +|v1.21.2 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 | 1.21+ | 1.4.5 | 2.0.3 | |v1.20.2 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.20.2 | 1.21+ | 1.4.5 | 2.0.2 | |v1.19.3 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.19.3 | 1.21+ | 1.4.5 | 2.0.2 | diff --git a/charts/index.yaml b/charts/index.yaml index 1e35ba99f..7443226cc 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -2,17 +2,26 @@ apiVersion: v1 entries: blob-csi-driver: - apiVersion: v1 - appVersion: v1.21.1 - created: "2023-05-05T03:08:28.369971454Z" + appVersion: v1.21.2 + created: "2023-05-12T05:37:18.803451494Z" description: Azure Blob Storage CSI driver - digest: 4dcc83aefece8ab0978326573c8390725c33431a7fe3636533ca7ee4538fbea4 + digest: c7adcfeec6e8f6a62cc6d36d10b223d9cad3cfffd2a316380a15fcd615157bbe name: blob-csi-driver urls: - - https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts/latest/blob-csi-driver-v1.21.1.tgz - version: v1.21.1 + - https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts/latest/blob-csi-driver-v1.21.2.tgz + version: v1.21.2 + - apiVersion: v1 + appVersion: v1.21.2 + created: "2023-05-12T05:37:18.818171159Z" + description: Azure Blob Storage CSI driver + digest: a37e16c22dcee86f2e4e56fc6514aedd9061fe9548e82da476c536428b5ccbd8 + name: blob-csi-driver + urls: + - https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts/v1.21.2/blob-csi-driver-v1.21.2.tgz + version: v1.21.2 - apiVersion: v1 appVersion: v1.21.1 - created: "2023-05-05T03:08:28.382335534Z" + created: "2023-05-12T05:37:18.817556577Z" description: Azure Blob Storage CSI driver digest: 77640358a3862bf482c10fe4d887cbfa84e47d29271a93aecf749c12645ea80e name: blob-csi-driver @@ -21,7 +30,7 @@ entries: version: v1.21.1 - apiVersion: v1 appVersion: v1.21.0 - created: "2023-05-05T03:08:28.381736148Z" + created: "2023-05-12T05:37:18.816756278Z" description: Azure Blob Storage CSI driver digest: cd9d4acb33dca9b76d3780154fbb90de552d1dd09f98641af965c48b26dba0e2 name: blob-csi-driver @@ -30,7 +39,7 @@ entries: version: v1.21.0 - apiVersion: v1 appVersion: v1.20.2 - created: "2023-05-05T03:08:28.381117187Z" + created: "2023-05-12T05:37:18.816172333Z" description: Azure Blob Storage CSI driver digest: 4bade95d429e53f9e9e2f07af3e24117f71dbdc708df1f41b6ec95245d2d0ca0 name: blob-csi-driver @@ -39,7 +48,7 @@ entries: version: v1.20.2 - apiVersion: v1 appVersion: v1.20.1 - created: "2023-05-05T03:08:28.380518135Z" + created: "2023-05-12T05:37:18.815601459Z" description: Azure Blob Storage CSI driver digest: b2a843345518a2431f7ddd573ec4556cd38a0d4ec78a58703fde4698e545bec3 name: blob-csi-driver @@ -48,7 +57,7 @@ entries: version: v1.20.1 - apiVersion: v1 appVersion: v1.19.3 - created: "2023-05-05T03:08:28.379475704Z" + created: "2023-05-12T05:37:18.814356018Z" description: Azure Blob Storage CSI driver digest: 6ce3724c58ae67d89c073ef4940a909cfd1189b47003626a0469ee93878362da name: blob-csi-driver @@ -57,7 +66,7 @@ entries: version: v1.19.3 - apiVersion: v1 appVersion: v1.19.2 - created: "2023-05-05T03:08:28.378889514Z" + created: "2023-05-12T05:37:18.813709289Z" description: Azure Blob Storage CSI driver digest: 63bccd0776f78b6816875ffd99e0ad9c6efecd1b447570228e58410e36dab477 name: blob-csi-driver @@ -66,7 +75,7 @@ entries: version: v1.19.2 - apiVersion: v1 appVersion: v1.18.0 - created: "2023-05-05T03:08:28.378084212Z" + created: "2023-05-12T05:37:18.812644959Z" description: Azure Blob Storage CSI driver digest: 3eac15488da5be7d1e78431929f7cda35bceb1af3fe107ffbd84606e047c9204 name: blob-csi-driver @@ -75,7 +84,7 @@ entries: version: v1.18.0 - apiVersion: v1 appVersion: v1.17.0 - created: "2023-05-05T03:08:28.376495366Z" + created: "2023-05-12T05:37:18.811405886Z" description: Azure Blob Storage CSI driver digest: 22cfa17fc5e8d771ff8edd26729266a9a8ee55c0e150df85ef15698f7fe985e9 name: blob-csi-driver @@ -84,7 +93,7 @@ entries: version: v1.17.0 - apiVersion: v1 appVersion: v1.16.0 - created: "2023-05-05T03:08:28.375912166Z" + created: "2023-05-12T05:37:18.810617872Z" description: Azure Blob Storage CSI driver digest: bf6249c0e3e3d3d009d4c79ceb7fda9a56c0565b969de753628792ea3ea5ece8 name: blob-csi-driver @@ -93,7 +102,7 @@ entries: version: v1.16.0 - apiVersion: v1 appVersion: v1.15.0 - created: "2023-05-05T03:08:28.375330498Z" + created: "2023-05-12T05:37:18.809802381Z" description: Azure Blob Storage CSI driver digest: 8daa35cd4957695cb64b45da05a15b4020df5545a8ac44c4668dad4bba82c8a9 name: blob-csi-driver @@ -102,7 +111,7 @@ entries: version: v1.15.0 - apiVersion: v1 appVersion: v1.14.0 - created: "2023-05-05T03:08:28.374753419Z" + created: "2023-05-12T05:37:18.809044941Z" description: Azure Blob Storage CSI driver digest: 442bc579b231aab626b9e474e2c0ed3f101d47d61c99aa9a7f863af7ce268d9d name: blob-csi-driver @@ -111,7 +120,7 @@ entries: version: v1.14.0 - apiVersion: v1 appVersion: v1.13.0 - created: "2023-05-05T03:08:28.374170782Z" + created: "2023-05-12T05:37:18.808314776Z" description: Azure Blob Storage CSI driver digest: b577b0b771138109aa90eb09d56fc07273ca0b584a263ee8f789e35796279f31 name: blob-csi-driver @@ -120,7 +129,7 @@ entries: version: v1.13.0 - apiVersion: v1 appVersion: v1.12.0 - created: "2023-05-05T03:08:28.373515902Z" + created: "2023-05-12T05:37:18.80753659Z" description: Azure Blob Storage CSI driver digest: 124e87af2581b374b89a39940698620c23d3eae6dcee518d302461ffea93e9a8 name: blob-csi-driver @@ -129,7 +138,7 @@ entries: version: v1.12.0 - apiVersion: v1 appVersion: v1.11.0 - created: "2023-05-05T03:08:28.372915802Z" + created: "2023-05-12T05:37:18.806704403Z" description: Azure Blob Storage CSI driver digest: 07c4d76017491b3d0bdd70de90e814096938bf7916da0c149c3805294bd57560 name: blob-csi-driver @@ -138,7 +147,7 @@ entries: version: v1.11.0 - apiVersion: v1 appVersion: v1.10.0 - created: "2023-05-05T03:08:28.372322759Z" + created: "2023-05-12T05:37:18.805862161Z" description: Azure Blob Storage CSI driver digest: 79716efa958385adf57eb3570843e1b4512d8c801e8e070625e94264f3e917a9 name: blob-csi-driver @@ -147,7 +156,7 @@ entries: version: v1.10.0 - apiVersion: v1 appVersion: v1.9.0 - created: "2023-05-05T03:08:28.387660284Z" + created: "2023-05-12T05:37:18.82494081Z" description: Azure Blob Storage CSI driver digest: fca0b9215d3277346f68c643fb3ead75158971f0d1945ab01ec559196f3cf842 name: blob-csi-driver @@ -156,7 +165,7 @@ entries: version: v1.9.0 - apiVersion: v1 appVersion: v1.8.0 - created: "2023-05-05T03:08:28.387071249Z" + created: "2023-05-12T05:37:18.824127616Z" description: Azure Blob Storage CSI driver digest: 3b78e2ab4f33577c54d4f57276c824717d2ad2aa3741210e938fcaf927bc751f name: blob-csi-driver @@ -165,7 +174,7 @@ entries: version: v1.8.0 - apiVersion: v1 appVersion: v1.7.0 - created: "2023-05-05T03:08:28.386485492Z" + created: "2023-05-12T05:37:18.82339047Z" description: Azure Blob Storage CSI driver digest: 28da5b55c3d2689d6da85eb7da344385e9cb99bdb2af18c24fea93670abfe7ea name: blob-csi-driver @@ -174,7 +183,7 @@ entries: version: v1.7.0 - apiVersion: v1 appVersion: v1.6.0 - created: "2023-05-05T03:08:28.385877719Z" + created: "2023-05-12T05:37:18.822630633Z" description: Azure Blob Storage CSI driver digest: 6f24f2e6623f6f8862e47d4fbdf13b5f351ceec6bb9a4591ef7fc2fca9fc1eef name: blob-csi-driver @@ -183,7 +192,7 @@ entries: version: v1.6.0 - apiVersion: v1 appVersion: v1.5.0 - created: "2023-05-05T03:08:28.385258436Z" + created: "2023-05-12T05:37:18.821777624Z" description: Azure Blob Storage CSI driver digest: 95d14c9b70b319760d388ea47727c8c97e9287867a8852aeb67b7175b52fe8f5 name: blob-csi-driver @@ -192,7 +201,7 @@ entries: version: v1.5.0 - apiVersion: v1 appVersion: v1.4.1 - created: "2023-05-05T03:08:28.383843464Z" + created: "2023-05-12T05:37:18.820187132Z" description: Azure Blob Storage CSI driver digest: 5fcf69c449f065fa1d5722e5a7fed8a28000efa790907e9ff4b552c5fbd16d22 name: blob-csi-driver @@ -201,7 +210,7 @@ entries: version: v1.4.1 - apiVersion: v1 appVersion: v1.4.0 - created: "2023-05-05T03:08:28.383331044Z" + created: "2023-05-12T05:37:18.819503225Z" description: Azure Blob Storage CSI driver digest: b466543344a6411f6130ba87b093955d39ab8614c6b4ed8505a0a0c96073cb33 name: blob-csi-driver @@ -210,7 +219,7 @@ entries: version: v1.4.0 - apiVersion: v1 appVersion: v1.3.0 - created: "2023-05-05T03:08:28.382802935Z" + created: "2023-05-12T05:37:18.818801343Z" description: Azure Blob Storage CSI driver digest: 58d02cb70a3a966b349d62e880b7149fb06ac009474e35e580784fd3c98a5b07 name: blob-csi-driver @@ -219,7 +228,7 @@ entries: version: v1.3.0 - apiVersion: v1 appVersion: v1.2.0 - created: "2023-05-05T03:08:28.37992182Z" + created: "2023-05-12T05:37:18.815003223Z" description: Azure Blob Storage CSI driver digest: 27fb89f20b5fddc7329e6d7c2374857b22c1d61592e397a53f47121eea68c344 name: blob-csi-driver @@ -228,7 +237,7 @@ entries: version: v1.2.0 - apiVersion: v1 appVersion: v1.1.0 - created: "2023-05-05T03:08:28.371583116Z" + created: "2023-05-12T05:37:18.804795701Z" description: Azure Blob Storage CSI driver digest: a251a55243de207c69ef53f72abee45e93b72fa4fc43dc204b7f1cdfd459acdb name: blob-csi-driver @@ -237,7 +246,7 @@ entries: version: v1.1.0 - apiVersion: v1 appVersion: v1.0.0 - created: "2023-05-05T03:08:28.370519158Z" + created: "2023-05-12T05:37:18.804073519Z" description: Azure Blob Storage CSI driver digest: e83f037a165eafc83a978bd7e6bf6221b052ac34363aecb12e6a73607dc58b89 name: blob-csi-driver @@ -246,11 +255,11 @@ entries: version: v1.0.0 - apiVersion: v1 appVersion: latest - created: "2023-05-05T03:08:28.369329088Z" + created: "2023-05-12T05:37:18.802201961Z" description: Azure Blob Storage CSI driver digest: c1681cd031f5eb9fdb7fd16adf006c77824485f1744dc6b65f2db02c0a1581d6 name: blob-csi-driver urls: - https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts/latest/blob-csi-driver-v0.0.0.tgz version: v0.0.0 -generated: "2023-05-05T03:08:28.368535435Z" +generated: "2023-05-12T05:37:18.801406393Z" diff --git a/charts/latest/blob-csi-driver-v1.21.1.tgz b/charts/latest/blob-csi-driver-v1.21.1.tgz deleted file mode 100644 index 09eda20baedb8614a9607a52962ff3c66a5a26b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5517 zcmV;86>{nyiwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PKBRbK5ww@I32Rpp@C#+5JM@e95e;{NUJ1))hxqNlte6o0@V# zWJ|)D1ULYwSmW`3KLvmkZ=fX0ijp};$U`g==xzYrjYf9^9Q$nSxPmwyCv)Jp)oPs{AM5{Htyb~>R{QkihxYMt=cM(feSCEML#ut5kA98UpV zjINO3o*KmgbWwq)YV#t*Z{6ubS(c*w&#@nY*sTIsE&uIS=j5m;|Hth&2l?MeApxF3 zw}#Ld3m8Jkx+rjYBOoqkf=y(@Wr2F@v$3j$5QmTnA{k$FQIiSLypP7fDM%2CkD3WX z>Bj-E!pQdr%qQ-mi>@YpCI=h@P+3FB6=cBKoG4WRd^2QHo0X%ea?8GN0_&+G9~=E0?wvms20kQ_gwpQ>>zr4CP;=O{RBbT$~| zAqevOa|W232Du46UDw%~>$Av<*NZ_k_KAC;p44iuUZEjOfCF^_Nro5f8V2PDAd zAccB71{4YK(3crdjfT)E(%dQ(2o94jnn@XoZZku4gRrK@T+x(R+>55m=!8ro4o=8C z$7NJvLV-6GJVyg_LQdvbLNcU_W=%gIM7}>V)O67=zt&zM2bt9^Sj3aJ_y7x2rH=!s z)dcW4apBx`Swy88UzY=x&_$9*fL@`0sjjHMU!%A#!ltr7Ux@FkKAR>UnlO$QENY+; zNHrW2>sX4)~bxP0gcj9wu{EMgNhib;s+ zjmJE}&$u4`m}xWMG#hRKsK&?GEe?tTzcd*%Yg{NwU1e)1(3nytvHGQX0(+kR&-am> z0ScKXY9aH^(^_5h_*4et<1zTFAYAJTrZI9HbP);3f|u#(uC9`4h|nu^ z|Fdv#7?w>SMbkCRK^sgM4LD(($i;<^g@zAQD7#8erXmW7h|kF!5C_2`?gA1s#^t8m z?=tE_C{qE@qtjGE5XPvTkOKtTs%zH5EIoZaBVr*W1di)RLIQVOP9$-$udt86jZ|&T zZ}1?|R8gwNlZ7GUGNS6GWQa!;ErkwYfheP#F^R?tBtS|f(pU+-26thgDGcKUf(IOg zKA^7pU8vGUj|%p=_#_mow_B|?da9KxJ=JO%kytXDMKly&D)n@s$19cUF2YKIIr^np zYP{;&BE&9qk(v<4j9(2YUSnT+L8wM|*=EW9GbUso;oVa4Zxa^|NKTeO1?JM65urFt6HMN#- z2z}yW(M9@KL~rOvtoWg86jJi=!q7ADF@^M%&!&p!{VqDuunZ>)gU+_xE4l(AMe<7# zALzB|q}BRJ;-?&bi$G*+xnZQZASgBKB&{s{twz>acIA&%lg{4MfE-#xij!0AL<*ykA)*t%=p!@I4?j`(@SevEvd)fOd;vFSJWpIJ~KZG-~%kq zT^EG-7m>3o52)1akO+BzA3jk$$HZ6Ksf*g1X_uptegLWfy!F|55(yY^_K?9c&OO!; z2^A9ie$rssfwc0{lTokRT68Q;I>j~u&=@t zW$n6GeOI}y`Nk^tWk|Ntd=>>zn*f#(*Rx=F{N3n1XHl5!o07RTFW-YSayOD#?LExf znz19hIfJ?33ewQ(Al{`Ln^YM^=To3EX5uLMJ&Gn1^3X-~o6*Rbfgh;1y8U}Ly8Ljx z6vuiUy+TWwM#d+k9{)s{l3MY%*XXkM_S5^<=&Jwj<~91)`LKW0fBzcwhQphoGHaA= z8q2UILOn=-*L*^w2h|&;ntYI5)SP49^vSpxKdEU6lALvs2V;Wi!E5+6O40u(Aqage zK{Wd}x4ltAKFAm2Sm*ygI_(tveM+g7kKFaM3R{Qi35oj9kMLY<7wgA0_)?3wh zci5=aZW(fC;NGtRX7;uc%SgONp$}Mq+Cg+{u_|z-j~s_4rpwvmBWesm*J~^d8uav} zNHV}2N5oqBtj%qh@1s0EHvf+1B1w@)5K~V(dT8wXQ-8ZU zWUT8wK03&Q388@M+CowF>c~l7;mDV$VWP}hG#j5y#7Wh>nFHs<1N4V7mZ^(QkMy4; zFs2KtJ1H=rp8i|YR=dz%MMI0BPLUc%9uXGCnLJ*k6dUheqh=>uS4okDoKQJI^}h(` zFQT6BfcZP#IG{hY(?n^h`v0q=`dxjS&afb06eWsHR1uj}FkVOl4ToW2r)mtw$48XN zc5ZGO$l6Hnm8feP7L{o=$;M+^MX#TsQ@teA^&_vUHx-n*EC?CZ=55BoTCNvjE*&;` zcFzM$@f18~yvX-GadRiMPm-BGU&hSs0GHu!1+CQN5A<8aWNuWSo@&ZEZ-`k_v!SgE zF@H9)AtZavtff+Tt6}`!K>|5*H@2OO;{}wO#mT3X2*Z)qd)q0a(|2wTWr-%6e zUdlb8UKd?z!#)5iYuSV#9EPGfZ`YEbSL%LHvX&^5ls#y?JeXRs^Rdc=uc3IgFuoHV zHd_Z4q4KifFPDoy5GB+DD$%j3E<(@&$25px2cNt*D3VpE8@u?VJG;)1xiO(OQp+n` zO7f{`n8;s@J~Qyz)s>^<8MJIVa6gxtq*{9!Cr#98VO2@ruYi})#(B`0Aa2?w6aVd6 z*0DmfKTsBH2Ag)|YHm;uzYsaIjacIF%b-tOfLYwD(UeBbzGi86v}MIB_OR4CkGwRl z=0Pr~XlIX1m9$+xgP~uP^!)1#v=lFH7m;N{nH!+Yg@GzCuVT9FfEA3jb&O^S+Gi%K^fqg0Cexh{m@i2e;3_M7z?s?* zrq2;lo5L;|MpTjjF3omsW&bih@)U8-asG@Rr-o-rlaq;_WmCc8X`W#*;Gnl#&3ay} z8u<`(Bh7`%Dy>*fyQrQST+=>DnL|%crFW}fch}XHc#58$>Sh3Z0UOe@JDk};*NTu& zMV1ZJu-BdWS*KolsEtYNc^rf|`|+pq%gbSJH2RyRq7T>u?m(QVv%ba#enATm#i=Zk zXYEc)SYE?}*hGk*2_=tTnC&!>P)mEeJ0{)!jwr`XIc#PiY}0j zM|kFS8j(a6Vrr< zBJ6pwu3|`2Q_sdy?2bgKg2@GNLdNBp-8#uro8}H!MrI}d=izL_{wo+P(tX_s#<~LnuOUB*~{$^{IGp}N~IQng0M1XoBBUGOK_|wJc>aN$n z9Nb*>Z*9w3oNu=jmR3Xm>)O#~vh(bijbBDhd6sbVG}+|YR$=Ypb0PuU!Be2p(z=i? zU;*$ZipnQOy+tp!;Tfr*{1W`p&18a>N9rnAPepGk!)b|kAL?M7`x$wRlZ*K>qyTS10-~X}WFKe+3+yYSR`m%qE+)FcXpM&J%r-fwOfbmslLtpWbs*po%_hFaILyZDy zm*O~1F6Bp?4b_Ig(w;7;(D>w4!*c9O6E_jLgIMp3D5OfG68qt`tXr?usrKEP-7;f zxmZIz=!G)~fMfqpq)s=Gf66>~(S<;3^8ZfSrTc&0oE#tW|Mybj{67o0Jl;bkv?=gk{nBz#^;5V1yAVIoX1U!w&LmKA|3hn2}N-hOcvlanS-UCev_O* z3l)cK!Gw`49ouh0UjezEEXzsxeD2@i>M~vuSEmMMyigt$$ugLvbtSuv=i~$``nJsm zETxed&fGphE=}J|P%B{PrKjd}xH2#D837<>TH1xRJgEF}LH(5_k(d z5XG>IV{}39A>a z6qf}7re4X9+sqGjQ_WCA%(BkZN>+>+eNKFssy$1=*I(&Vz3jccI`7}T8{YJ9d;Lqh zZ?#StB~${(t|aqPj-r8d)gRrSUtiz7y}o(-?$gK`LC%l8=F!|GD~-Z!DHd0+%P&Q3blS=YN!@AmHF`M>XO2ED$Hf!_5$ecTFV z>Drn~oC@EIPz9Uexx5;kzrF6=eHvVz-}WxwZiTCGr%nOc`p|%~ew;|G3Jj{Y zdywwB_NvOWveyf#tSRVy|;4I*20TODW-#Y1xc9+Lab zI=8E|{``h8+j6-9(%GCVffz490al4-yRX0kPSqyf*^fVc`1H1S*T1>!-Sy8u_H3B9 zJw~uW(!QqoYozN}174A+|NR|&*yQMdai?u?Xdur>Q;mylSBEXaKDGk>jQ1)=)> zQEgEQiG$E_u{#5$Ax7SF0!ewGtbJhl3(tZllfQuXoNR4=Bh*chbft%}LoPyXDBkA(`*|kW67OzT$YyGGG7M;oFt* zg_UXI*{UmI4C_+OZF^*AWvdstZ1M))n$rX;)Y0}NZbd`|$F4`)mcXG{*|J1Eup-+YW+XD64yt~vj4dURUI|L(Nk zv`!BB-}@*9g`g(AVJ<_{7dOX;Kg?$yhRlatg1D}YBRON7{H_w88Y)&}v zAc0ftXYcRRcP(yzeuPK9NrZIN9$BCA5MA_3z5c6)l(89qsfWvR9I*))SDFJK>k3nl z_1CEG6QTdtpOH|1m~m2ndCDXJ-EIqnu8&EuF;8(@D*DgLZU1(U}-{cFX5?0|!xH!lAN*4V8WWfPu$d_4FeEM?RE z|4R;mui5{%kB&OU`yY;vP7nM4eUvr(|Gh2*I!*U`S^~b2;?Iu5_oDK%2YdIT>@Cc2 zQ1iPl)%rhX0BjiGC7$4Q_y3f>|JylkwT=(^e;=h35Xu{R=}J&YHL@y_l{>UGHstd! z4ta(W%zXUspciuG`SSmKOK`3HpA^3T+v%JfAHM&$m-5ZzKQ$;0l7A?Nawv!L4a)xn P00960jdVS&0Gt2-jDqo> diff --git a/charts/latest/blob-csi-driver-v1.21.2.tgz b/charts/latest/blob-csi-driver-v1.21.2.tgz new file mode 100644 index 0000000000000000000000000000000000000000..7981994f2c7c84f87f608018b86ee135f9385c63 GIT binary patch literal 5515 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 O0RR7C!ER^(oB#mk)Z8@y literal 0 HcmV?d00001 diff --git a/charts/v1.21.2/blob-csi-driver/Chart.yaml b/charts/v1.21.2/blob-csi-driver/Chart.yaml new file mode 100644 index 000000000..63d208ff5 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/Chart.yaml @@ -0,0 +1,5 @@ +apiVersion: v1 +appVersion: v1.21.2 +description: Azure Blob Storage CSI driver +name: blob-csi-driver +version: v1.21.2 diff --git a/charts/v1.21.2/blob-csi-driver/templates/NOTES.txt b/charts/v1.21.2/blob-csi-driver/templates/NOTES.txt new file mode 100644 index 000000000..9ad135dd4 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/NOTES.txt @@ -0,0 +1,5 @@ +The Azure Blob Storage CSI driver is getting deployed to your cluster. + +To check Azure Blob Storage CSI driver pods status, please run: + + kubectl --namespace={{ .Release.Namespace }} get pods --selector="release={{ .Release.Name }}" --watch diff --git a/charts/v1.21.2/blob-csi-driver/templates/_helpers.tpl b/charts/v1.21.2/blob-csi-driver/templates/_helpers.tpl new file mode 100644 index 000000000..d99392f32 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/_helpers.tpl @@ -0,0 +1,49 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* Expand the name of the chart.*/}} +{{- define "blob.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "blob.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Common selectors. +*/}} +{{- define "blob.selectorLabels" -}} +app.kubernetes.io/name: {{ template "blob.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end -}} + +{{/* +Common labels. +*/}} +{{- define "blob.labels" -}} +{{- include "blob.selectorLabels" . }} +app.kubernetes.io/component: csi-driver +app.kubernetes.io/part-of: {{ template "blob.name" . }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +helm.sh/chart: {{ template "blob.chart" . }} +{{- if .Values.customLabels }} +{{ toYaml .Values.customLabels }} +{{- end }} +{{- end -}} + + +{{/* pull secrets for containers */}} +{{- define "blob.pullSecrets" -}} +{{- if .Values.imagePullSecrets }} +imagePullSecrets: +{{- range .Values.imagePullSecrets }} + - name: {{ . }} +{{- end }} +{{- end }} +{{- end -}} \ No newline at end of file diff --git a/charts/v1.21.2/blob-csi-driver/templates/csi-blob-controller.yaml b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-controller.yaml new file mode 100644 index 000000000..6b7bd2e23 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-controller.yaml @@ -0,0 +1,212 @@ +kind: Deployment +apiVersion: apps/v1 +metadata: + name: {{ .Values.controller.name }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.controller.name }} + {{- include "blob.labels" . | nindent 4 }} +spec: + replicas: {{ .Values.controller.replicas }} + selector: + matchLabels: + app: {{ .Values.controller.name }} + {{- include "blob.selectorLabels" . | nindent 6 }} + template: + metadata: + labels: + app: {{ .Values.controller.name }} + {{- include "blob.labels" . | nindent 8 }} + {{- if .Values.podLabels }} +{{- toYaml .Values.podLabels | nindent 8 }} + {{- end }} +{{- if .Values.podAnnotations }} + annotations: +{{ toYaml .Values.podAnnotations | indent 8 }} +{{- end }} + spec: +{{- with .Values.controller.affinity }} + affinity: +{{ toYaml . | indent 8 }} +{{- end }} + {{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} + {{- end }} + hostNetwork: {{ .Values.controller.hostNetwork }} + serviceAccountName: {{ .Values.serviceAccount.controller }} + nodeSelector: + kubernetes.io/os: linux + {{- if .Values.controller.runOnMaster}} + node-role.kubernetes.io/master: "" + {{- end}} + {{- if .Values.controller.runOnControlPlane}} + node-role.kubernetes.io/control-plane: "" + {{- end}} +{{- with .Values.controller.nodeSelector }} +{{ toYaml . | indent 8 }} +{{- end }} + priorityClassName: {{ .Values.priorityClassName | quote }} + securityContext: + seccompProfile: + type: RuntimeDefault +{{- with .Values.controller.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} + containers: + - name: csi-provisioner +{{- if hasPrefix "/" .Values.image.csiProvisioner.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}" +{{- else }} + image: "{{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}" +{{- end }} + args: + - "-v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election" + - "--leader-election-namespace={{ .Release.Namespace }}" + - "--timeout=120s" + - "--extra-create-metadata=true" + - "--kube-api-qps=50" + - "--kube-api-burst=100" + env: + - name: ADDRESS + value: /csi/csi.sock + imagePullPolicy: {{ .Values.image.csiProvisioner.pullPolicy }} + volumeMounts: + - mountPath: /csi + name: socket-dir + resources: {{- toYaml .Values.controller.resources.csiProvisioner | nindent 12 }} + - name: liveness-probe +{{- if hasPrefix "/" .Values.image.livenessProbe.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- else }} + image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- end }} + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --health-port={{ .Values.controller.livenessProbe.healthPort }} + imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: {{- toYaml .Values.controller.resources.livenessProbe | nindent 12 }} + - name: blob +{{- if hasPrefix "/" .Values.image.blob.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- else }} + image: "{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- end }} + args: + - "--v={{ .Values.controller.logLevel }}" + - "--endpoint=$(CSI_ENDPOINT)" + - "--metrics-address=0.0.0.0:{{ .Values.controller.metricsPort }}" + - "--drivername={{ .Values.driver.name }}" + - "--custom-user-agent={{ .Values.driver.customUserAgent }}" + - "--user-agent-suffix={{ .Values.driver.userAgentSuffix }}" + - "--cloud-config-secret-name={{ .Values.controller.cloudConfigSecretName }}" + - "--cloud-config-secret-namespace={{ .Values.controller.cloudConfigSecretNamespace }}" + - "--allow-empty-cloud-config={{ .Values.controller.allowEmptyCloudConfig }}" + ports: + - containerPort: {{ .Values.controller.livenessProbe.healthPort }} + name: healthz + protocol: TCP + - containerPort: {{ .Values.controller.metricsPort }} + name: metrics + protocol: TCP + livenessProbe: + failureThreshold: 5 + httpGet: + path: /healthz + port: healthz + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + env: + - name: AZURE_CREDENTIAL_FILE + valueFrom: + configMapKeyRef: + name: azure-cred-file + key: path + optional: true + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + {{- if ne .Values.driver.httpsProxy "" }} + - name: HTTPS_PROXY + value: {{ .Values.driver.httpsProxy }} + {{- end }} + {{- if ne .Values.driver.httpProxy "" }} + - name: HTTP_PROXY + value: {{ .Values.driver.httpProxy }} + {{- end }} + - name: AZURE_GO_SDK_LOG_LEVEL + value: {{ .Values.driver.azureGoSDKLogLevel }} + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: AZURE_ENVIRONMENT_FILEPATH + value: /etc/kubernetes/azurestackcloud.json + {{- end }} + imagePullPolicy: {{ .Values.image.blob.pullPolicy }} + volumeMounts: + - mountPath: /csi + name: socket-dir + - mountPath: /etc/kubernetes/ + name: azure-cred + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: ssl + mountPath: /etc/ssl/certs + readOnly: true + {{- end }} + {{- if eq .Values.linux.distro "fedora" }} + - name: ssl + mountPath: /etc/ssl/certs + readOnly: true + - name: ssl-pki + mountPath: /etc/pki/ca-trust/extracted + readOnly: true + {{- end }} + resources: {{- toYaml .Values.controller.resources.blob | nindent 12 }} + - name: csi-resizer +{{- if hasPrefix "/" .Values.image.csiResizer.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiResizer.repository }}:{{ .Values.image.csiResizer.tag }}" +{{- else }} + image: "{{ .Values.image.csiResizer.repository }}:{{ .Values.image.csiResizer.tag }}" +{{- end }} + args: + - "-csi-address=$(ADDRESS)" + - "-v=2" + - "-leader-election" + - "--leader-election-namespace={{ .Release.Namespace }}" + - '-handle-volume-inuse-error=false' + env: + - name: ADDRESS + value: /csi/csi.sock + imagePullPolicy: {{ .Values.image.csiResizer.pullPolicy }} + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: {{- toYaml .Values.controller.resources.csiResizer | nindent 12 }} + volumes: + - name: socket-dir + emptyDir: {} + - name: azure-cred + hostPath: + path: /etc/kubernetes/ + type: DirectoryOrCreate + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: ssl + hostPath: + path: /etc/ssl/certs + {{- end }} + {{- if eq .Values.linux.distro "fedora" }} + - name: ssl + hostPath: + path: /etc/ssl/certs + - name: ssl-pki + hostPath: + path: /etc/pki/ca-trust/extracted + {{- end }} + {{- if .Values.securityContext }} + securityContext: {{- toYaml .Values.securityContext | nindent 8 }} + {{- end }} diff --git a/charts/v1.21.2/blob-csi-driver/templates/csi-blob-driver.yaml b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-driver.yaml new file mode 100644 index 000000000..891826a62 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-driver.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: CSIDriver +metadata: + name: {{ .Values.driver.name }} + labels: + {{- include "blob.labels" . | nindent 4 }} +spec: + attachRequired: false + podInfoOnMount: true + {{- if .Values.feature.enableFSGroupPolicy}} + fsGroupPolicy: File + {{- end}} + volumeLifecycleModes: + - Persistent + - Ephemeral diff --git a/charts/v1.21.2/blob-csi-driver/templates/csi-blob-node.yaml b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-node.yaml new file mode 100644 index 000000000..882e056fa --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/csi-blob-node.yaml @@ -0,0 +1,282 @@ +kind: DaemonSet +apiVersion: apps/v1 +metadata: + name: {{ .Values.node.name }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.node.name }} + {{- include "blob.labels" . | nindent 4 }} +spec: + updateStrategy: + rollingUpdate: + maxUnavailable: {{ .Values.node.maxUnavailable }} + type: RollingUpdate + selector: + matchLabels: + app: {{ .Values.node.name }} + {{- include "blob.selectorLabels" . | nindent 6 }} + template: + metadata: + labels: + app: {{ .Values.node.name }} + {{- include "blob.labels" . | nindent 8 }} + {{- if .Values.podLabels }} +{{- toYaml .Values.podLabels | nindent 8 }} + {{- end }} +{{- if .Values.podAnnotations }} + annotations: +{{ toYaml .Values.podAnnotations | indent 8 }} +{{- end }} + spec: + {{- if .Values.imagePullSecrets }} + imagePullSecrets: +{{ toYaml .Values.imagePullSecrets | indent 8 }} + {{- end }} +{{- if .Values.node.enableBlobfuseProxy }} + hostPID: true +{{- end }} + hostNetwork: true + dnsPolicy: Default + serviceAccountName: {{ .Values.serviceAccount.node }} + nodeSelector: + kubernetes.io/os: linux +{{- with .Values.node.nodeSelector }} +{{ toYaml . | indent 8 }} +{{- end }} + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: type + operator: NotIn + values: + - virtual-kubelet + {{- if .Values.node.affinity }} +{{- toYaml .Values.node.affinity | nindent 8 }} + {{- end }} + priorityClassName: {{ .Values.priorityClassName | quote }} + securityContext: + seccompProfile: + type: RuntimeDefault +{{- with .Values.node.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} +{{- if .Values.node.enableBlobfuseProxy }} + initContainers: + - name: install-blobfuse-proxy +{{- if hasPrefix "/" .Values.image.blob.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- else }} + image: "{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- end }} + imagePullPolicy: IfNotPresent + command: + - "/blobfuse-proxy/init.sh" + securityContext: + privileged: true + env: + - name: DEBIAN_FRONTEND + value: "noninteractive" + - name: INSTALL_BLOBFUSE + value: "{{ .Values.node.blobfuseProxy.installBlobfuse }}" + - name: BLOBFUSE_VERSION + value: "{{ .Values.node.blobfuseProxy.blobfuseVersion }}" + - name: INSTALL_BLOBFUSE2 + value: "{{ .Values.node.blobfuseProxy.installBlobfuse2 }}" + - name: BLOBFUSE2_VERSION + value: "{{ .Values.node.blobfuseProxy.blobfuse2Version }}" + - name: SET_MAX_OPEN_FILE_NUM + value: "{{ .Values.node.blobfuseProxy.setMaxOpenFileNum }}" + - name: MAX_FILE_NUM + value: "{{ .Values.node.blobfuseProxy.maxOpenFileNum }}" + - name: DISABLE_UPDATEDB + value: "{{ .Values.node.blobfuseProxy.disableUpdateDB }}" + volumeMounts: + - name: host-usr + mountPath: /host/usr + - name: host-etc + mountPath: /host/etc +{{- end }} + containers: + - name: liveness-probe + imagePullPolicy: {{ .Values.image.livenessProbe.pullPolicy }} + volumeMounts: + - mountPath: /csi + name: socket-dir +{{- if hasPrefix "/" .Values.image.livenessProbe.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- else }} + image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}" +{{- end }} + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --health-port={{ .Values.node.livenessProbe.healthPort }} + - --v=2 + resources: {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }} + - name: node-driver-registrar +{{- if hasPrefix "/" .Values.image.nodeDriverRegistrar.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}" +{{- else }} + image: "{{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}" +{{- end }} + args: + - --csi-address=$(ADDRESS) + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + - --v=2 + livenessProbe: + exec: + command: + - /csi-node-driver-registrar + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + - --mode=kubelet-registration-probe + initialDelaySeconds: 30 + timeoutSeconds: 15 + env: + - name: ADDRESS + value: /csi/csi.sock + - name: DRIVER_REG_SOCK_PATH + value: {{ .Values.linux.kubelet }}/plugins/{{ .Values.driver.name }}/csi.sock + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: registration-dir + mountPath: /registration + resources: {{- toYaml .Values.node.resources.nodeDriverRegistrar | nindent 12 }} + - name: blob +{{- if hasPrefix "/" .Values.image.blob.repository }} + image: "{{ .Values.image.baseRepo }}{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- else }} + image: "{{ .Values.image.blob.repository }}:{{ .Values.image.blob.tag }}" +{{- end }} + args: + - "--v={{ .Values.node.logLevel }}" + - "--endpoint=$(CSI_ENDPOINT)" + - "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)" + - "--enable-blobfuse-proxy={{ .Values.node.enableBlobfuseProxy }}" + - "--nodeid=$(KUBE_NODE_NAME)" + - "--drivername={{ .Values.driver.name }}" + - "--cloud-config-secret-name={{ .Values.node.cloudConfigSecretName }}" + - "--cloud-config-secret-namespace={{ .Values.node.cloudConfigSecretNamespace }}" + - "--custom-user-agent={{ .Values.driver.customUserAgent }}" + - "--user-agent-suffix={{ .Values.driver.userAgentSuffix }}" + - "--allow-empty-cloud-config={{ .Values.node.allowEmptyCloudConfig }}" + - "--enable-get-volume-stats={{ .Values.feature.enableGetVolumeStats }}" + - "--append-timestamp-cache-dir={{ .Values.node.appendTimeStampInCacheDir }}" + - "--mount-permissions={{ .Values.node.mountPermissions }}" + - "--allow-inline-volume-key-access-with-idenitity={{ .Values.node.allowInlineVolumeKeyAccessWithIdentity }}" + ports: + - containerPort: {{ .Values.node.livenessProbe.healthPort }} + name: healthz + protocol: TCP + livenessProbe: + failureThreshold: 5 + httpGet: + path: /healthz + port: healthz + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + env: + - name: AZURE_CREDENTIAL_FILE + valueFrom: + configMapKeyRef: + name: azure-cred-file + key: path + optional: true + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + - name: BLOBFUSE_PROXY_ENDPOINT + value: unix:///csi/blobfuse-proxy.sock + {{- if ne .Values.driver.httpsProxy "" }} + - name: HTTPS_PROXY + value: {{ .Values.driver.httpsProxy }} + {{- end }} + {{- if ne .Values.driver.httpProxy "" }} + - name: HTTP_PROXY + value: {{ .Values.driver.httpProxy }} + {{- end }} + - name: KUBE_NODE_NAME + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: spec.nodeName + - name: AZURE_GO_SDK_LOG_LEVEL + value: {{ .Values.driver.azureGoSDKLogLevel }} + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: AZURE_ENVIRONMENT_FILEPATH + value: /etc/kubernetes/azurestackcloud.json + {{- end }} + imagePullPolicy: {{ .Values.image.blob.pullPolicy }} + securityContext: + privileged: true + volumeMounts: + - mountPath: /csi + name: socket-dir + - mountPath: {{ .Values.linux.kubelet }}/ + mountPropagation: Bidirectional + name: mountpoint-dir + - mountPath: /etc/kubernetes/ + name: azure-cred + - mountPath: /mnt + name: blob-cache + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: ssl + mountPath: /etc/ssl/certs + readOnly: true + {{- end }} + {{- if eq .Values.linux.distro "fedora" }} + - name: ssl + mountPath: /etc/ssl/certs + readOnly: true + - name: ssl-pki + mountPath: /etc/pki/ca-trust/extracted + readOnly: true + {{- end }} + resources: {{- toYaml .Values.node.resources.blob | nindent 12 }} + volumes: +{{- if .Values.node.enableBlobfuseProxy }} + - name: host-usr + hostPath: + path: /usr + - name: host-etc + hostPath: + path: /etc +{{- end }} + - hostPath: + path: {{ .Values.linux.kubelet }}/plugins/{{ .Values.driver.name }} + type: DirectoryOrCreate + name: socket-dir + - hostPath: + path: {{ .Values.linux.kubelet }}/ + type: DirectoryOrCreate + name: mountpoint-dir + - hostPath: + path: {{ .Values.linux.kubelet }}/plugins_registry/ + type: DirectoryOrCreate + name: registration-dir + - hostPath: + path: /etc/kubernetes/ + type: DirectoryOrCreate + name: azure-cred + - hostPath: + path: {{ .Values.node.blobfuseCachePath }} + name: blob-cache + {{- if eq .Values.cloud "AzureStackCloud" }} + - name: ssl + hostPath: + path: /etc/ssl/certs + {{- end }} + {{- if eq .Values.linux.distro "fedora" }} + - name: ssl + hostPath: + path: /etc/ssl/certs + - name: ssl-pki + hostPath: + path: /etc/pki/ca-trust/extracted + {{- end }} + {{- if .Values.securityContext }} + securityContext: {{- toYaml .Values.securityContext | nindent 8 }} + {{- end }} diff --git a/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-controller.yaml b/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-controller.yaml new file mode 100644 index 000000000..833dcc640 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-controller.yaml @@ -0,0 +1,115 @@ +{{- if .Values.rbac.create -}} +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-external-provisioner-role + labels: + {{- include "blob.labels" . | nindent 4 }} +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "create", "delete"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: ["storage.k8s.io"] + resources: ["storageclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: ["storage.k8s.io"] + resources: ["csinodes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["get", "list", "watch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + +--- + +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-csi-provisioner-binding + labels: + {{- include "blob.labels" . | nindent 4 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: {{ .Values.rbac.name }}-external-provisioner-role + apiGroup: rbac.authorization.k8s.io + +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-external-resizer-role + labels: + {{- include "blob.labels" . | nindent 4 }} +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims/status"] + verbs: ["update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: {{ .Values.rbac.name }}-csi-resizer-role + labels: + {{- include "blob.labels" . | nindent 4 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: {{ .Values.rbac.name }}-external-resizer-role + apiGroup: rbac.authorization.k8s.io + +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-{{ .Values.rbac.name }}-controller-secret-role + labels: + {{- include "blob.labels" . | nindent 4 }} +rules: + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get", "create"] + +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-{{ .Values.rbac.name }}-controller-secret-binding + labels: + {{- include "blob.labels" . | nindent 4 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: csi-{{ .Values.rbac.name }}-controller-secret-role + apiGroup: rbac.authorization.k8s.io +{{ end }} diff --git a/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-node.yaml b/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-node.yaml new file mode 100644 index 000000000..c041cf8db --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/rbac-csi-blob-node.yaml @@ -0,0 +1,29 @@ +{{- if .Values.rbac.create -}} +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-{{ .Values.rbac.name }}-node-secret-role + labels: + {{- include "blob.labels" . | nindent 4 }} +rules: + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get"] + +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-{{ .Values.rbac.name }}-node-secret-binding + labels: + {{- include "blob.labels" . | nindent 4 }} +subjects: + - kind: ServiceAccount + name: {{ .Values.serviceAccount.node }} + namespace: {{ .Release.Namespace }} +roleRef: + kind: ClusterRole + name: csi-{{ .Values.rbac.name }}-node-secret-role + apiGroup: rbac.authorization.k8s.io +{{ end }} diff --git a/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-controller.yaml b/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-controller.yaml new file mode 100644 index 000000000..9c9fb477b --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-controller.yaml @@ -0,0 +1,9 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccount.controller }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "blob.labels" . | nindent 4 }} +{{- end -}} diff --git a/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-node.yaml b/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-node.yaml new file mode 100644 index 000000000..e1dc20bd2 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/templates/serviceaccount-csi-blob-node.yaml @@ -0,0 +1,9 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccount.node }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "blob.labels" . | nindent 4 }} +{{- end -}} diff --git a/charts/v1.21.2/blob-csi-driver/values.yaml b/charts/v1.21.2/blob-csi-driver/values.yaml new file mode 100644 index 000000000..c50614701 --- /dev/null +++ b/charts/v1.21.2/blob-csi-driver/values.yaml @@ -0,0 +1,167 @@ +image: + baseRepo: mcr.microsoft.com + blob: + repository: /oss/kubernetes-csi/blob-csi + tag: v1.21.2 + pullPolicy: IfNotPresent + csiProvisioner: + repository: /oss/kubernetes-csi/csi-provisioner + tag: v3.3.0 + pullPolicy: IfNotPresent + livenessProbe: + repository: /oss/kubernetes-csi/livenessprobe + tag: v2.8.0 + pullPolicy: IfNotPresent + nodeDriverRegistrar: + repository: /oss/kubernetes-csi/csi-node-driver-registrar + tag: v2.6.2 + pullPolicy: IfNotPresent + csiResizer: + repository: /oss/kubernetes-csi/csi-resizer + tag: v1.6.0 + pullPolicy: IfNotPresent + +cloud: AzurePublicCloud + +## Reference to one or more secrets to be used when pulling images +## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ +imagePullSecrets: [] +# - name: myRegistryKeySecretName + +serviceAccount: + create: true # When true, service accounts will be created for you. Set to false if you want to use your own. + controller: csi-blob-controller-sa # Name of Service Account to be created or used + node: csi-blob-node-sa # Name of Service Account to be created or used + +rbac: + create: true + name: blob + +## Collection of annotations to add to all the pods +podAnnotations: {} +## Collection of labels to add to all the pods +podLabels: {} +# -- Custom labels to add into metadata +customLabels: {} + # k8s-app: blob-csi-driver + +## Leverage a PriorityClass to ensure your pods survive resource shortages +## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ +priorityClassName: system-cluster-critical +## Security context give the opportunity to run container as nonroot by setting a securityContext +## by example : +## securityContext: { runAsUser: 1001 } +securityContext: {} + +controller: + name: csi-blob-controller + cloudConfigSecretName: azure-cloud-provider + cloudConfigSecretNamespace: kube-system + allowEmptyCloudConfig: true + hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting + metricsPort: 29634 + livenessProbe: + healthPort: 29632 + replicas: 2 + runOnMaster: false + runOnControlPlane: false + logLevel: 5 + resources: + csiProvisioner: + limits: + memory: 500Mi + requests: + cpu: 10m + memory: 20Mi + livenessProbe: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + blob: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + csiResizer: + limits: + memory: 500Mi + requests: + cpu: 10m + memory: 20Mi + affinity: {} + nodeSelector: {} + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/controlplane" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + +node: + name: csi-blob-node + cloudConfigSecretName: azure-cloud-provider + cloudConfigSecretNamespace: kube-system + allowEmptyCloudConfig: true + allowInlineVolumeKeyAccessWithIdentity: false + maxUnavailable: 1 + livenessProbe: + healthPort: 29633 + logLevel: 5 + enableBlobfuseProxy: false + blobfuseProxy: + installBlobfuse: true + blobfuseVersion: "" + installBlobfuse2: true + blobfuse2Version: "" + setMaxOpenFileNum: true + maxOpenFileNum: "9000000" + disableUpdateDB: true + blobfuseCachePath: /mnt + appendTimeStampInCacheDir: false + mountPermissions: 0777 + resources: + livenessProbe: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + nodeDriverRegistrar: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + blob: + limits: + memory: 2100Mi + requests: + cpu: 10m + memory: 20Mi + affinity: {} + nodeSelector: {} + tolerations: + - operator: "Exists" + +feature: + enableFSGroupPolicy: false + enableGetVolumeStats: false + +driver: + name: blob.csi.azure.com + customUserAgent: "" + userAgentSuffix: "OSS-helm" + azureGoSDKLogLevel: "" # available values: ""(no logs), DEBUG, INFO, WARNING, ERROR + httpsProxy: "" + httpProxy: "" + +linux: + kubelet: /var/lib/kubelet + distro: debian diff --git a/deploy/blobfuse-proxy/README.md b/deploy/blobfuse-proxy/README.md index 09f4efc86..715cdeb5f 100644 --- a/deploy/blobfuse-proxy/README.md +++ b/deploy/blobfuse-proxy/README.md @@ -10,19 +10,19 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox - helm install ```console helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts -helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.21.1 --set node.enableBlobfuseProxy=true +helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.21.2 --set node.enableBlobfuseProxy=true ``` - kubectl install ```console -curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.21.1/deploy/install-driver.sh | bash -s v1.21.1 blobfuse-proxy -- +curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.21.2/deploy/install-driver.sh | bash -s v1.21.2 blobfuse-proxy -- ``` ### Enable blobfuse proxy on existing Blob CSI driver - install blobfuse proxy daemonset > following config only works on debian based agent node ```console -kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.21.1/blobfuse-proxy.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.21.2/blobfuse-proxy.yaml ``` - set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset manually (default is `false`) ```console diff --git a/deploy/csi-blob-controller.yaml b/deploy/csi-blob-controller.yaml index 38891a443..04ea1fbb8 100644 --- a/deploy/csi-blob-controller.yaml +++ b/deploy/csi-blob-controller.yaml @@ -72,7 +72,7 @@ spec: cpu: 10m memory: 20Mi - name: blob - image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.1 + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 imagePullPolicy: IfNotPresent args: - "--v=5" diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index a5886e618..8cbdb6954 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -40,7 +40,7 @@ spec: - operator: "Exists" initContainers: - name: install-blobfuse-proxy - image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.1 + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 imagePullPolicy: IfNotPresent command: - "/blobfuse-proxy/init.sh" @@ -118,7 +118,7 @@ spec: cpu: 10m memory: 20Mi - name: blob - image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.1 + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 imagePullPolicy: IfNotPresent args: - "--v=5" diff --git a/deploy/v1.21.2/csi-blob-controller.yaml b/deploy/v1.21.2/csi-blob-controller.yaml new file mode 100644 index 000000000..04ea1fbb8 --- /dev/null +++ b/deploy/v1.21.2/csi-blob-controller.yaml @@ -0,0 +1,143 @@ +--- +kind: Deployment +apiVersion: apps/v1 +metadata: + name: csi-blob-controller + namespace: kube-system +spec: + replicas: 2 + selector: + matchLabels: + app: csi-blob-controller + template: + metadata: + labels: + app: csi-blob-controller + spec: + hostNetwork: true + serviceAccountName: csi-blob-controller-sa + nodeSelector: + kubernetes.io/os: linux # add "kubernetes.io/role: master" to run controller on master node + priorityClassName: system-cluster-critical + securityContext: + seccompProfile: + type: RuntimeDefault + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/controlplane" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + containers: + - name: csi-provisioner + image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.3.0 + args: + - "-v=2" + - "--csi-address=$(ADDRESS)" + - "--leader-election" + - "--leader-election-namespace=kube-system" + - "--timeout=120s" + - "--extra-create-metadata=true" + - "--kube-api-qps=50" + - "--kube-api-burst=100" + env: + - name: ADDRESS + value: /csi/csi.sock + volumeMounts: + - mountPath: /csi + name: socket-dir + resources: + limits: + memory: 500Mi + requests: + cpu: 10m + memory: 20Mi + - name: liveness-probe + image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.8.0 + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --health-port=29632 + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + - name: blob + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 + imagePullPolicy: IfNotPresent + args: + - "--v=5" + - "--endpoint=$(CSI_ENDPOINT)" + - "--metrics-address=0.0.0.0:29634" + - "--user-agent-suffix=OSS-kubectl" + ports: + - containerPort: 29632 + name: healthz + protocol: TCP + - containerPort: 29634 + name: metrics + protocol: TCP + livenessProbe: + failureThreshold: 5 + httpGet: + path: /healthz + port: healthz + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + env: + - name: AZURE_CREDENTIAL_FILE + valueFrom: + configMapKeyRef: + name: azure-cred-file + key: path + optional: true + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + volumeMounts: + - mountPath: /csi + name: socket-dir + - mountPath: /etc/kubernetes/ + name: azure-cred + resources: + limits: + memory: 200Mi + requests: + cpu: 10m + memory: 20Mi + - name: csi-resizer + image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.5.0 + args: + - "-csi-address=$(ADDRESS)" + - "-v=2" + - "-leader-election" + - "--leader-election-namespace=kube-system" + - '-handle-volume-inuse-error=false' + env: + - name: ADDRESS + value: /csi/csi.sock + volumeMounts: + - name: socket-dir + mountPath: /csi + resources: + limits: + memory: 500Mi + requests: + cpu: 10m + memory: 20Mi + volumes: + - name: socket-dir + emptyDir: {} + - name: azure-cred + hostPath: + path: /etc/kubernetes/ + type: DirectoryOrCreate diff --git a/deploy/v1.21.2/csi-blob-driver.yaml b/deploy/v1.21.2/csi-blob-driver.yaml new file mode 100644 index 000000000..7b216feab --- /dev/null +++ b/deploy/v1.21.2/csi-blob-driver.yaml @@ -0,0 +1,11 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: CSIDriver +metadata: + name: blob.csi.azure.com +spec: + attachRequired: false + podInfoOnMount: true + volumeLifecycleModes: + - Persistent + - Ephemeral diff --git a/deploy/v1.21.2/csi-blob-node.yaml b/deploy/v1.21.2/csi-blob-node.yaml new file mode 100644 index 000000000..8cbdb6954 --- /dev/null +++ b/deploy/v1.21.2/csi-blob-node.yaml @@ -0,0 +1,203 @@ +--- +kind: DaemonSet +apiVersion: apps/v1 +metadata: + name: csi-blob-node + namespace: kube-system +spec: + updateStrategy: + rollingUpdate: + maxUnavailable: 1 + type: RollingUpdate + selector: + matchLabels: + app: csi-blob-node + template: + metadata: + labels: + app: csi-blob-node + spec: + hostNetwork: true + hostPID: true + dnsPolicy: Default + serviceAccountName: csi-blob-node-sa + nodeSelector: + kubernetes.io/os: linux + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: type + operator: NotIn + values: + - virtual-kubelet + priorityClassName: system-node-critical + securityContext: + seccompProfile: + type: RuntimeDefault + tolerations: + - operator: "Exists" + initContainers: + - name: install-blobfuse-proxy + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 + imagePullPolicy: IfNotPresent + command: + - "/blobfuse-proxy/init.sh" + securityContext: + privileged: true + env: + - name: DEBIAN_FRONTEND + value: "noninteractive" + - name: INSTALL_BLOBFUSE_PROXY + value: "true" + - name: INSTALL_BLOBFUSE + value: "true" + - name: BLOBFUSE_VERSION + value: "" + - name: INSTALL_BLOBFUSE2 + value: "true" + - name: BLOBFUSE2_VERSION + value: "" + - name: SET_MAX_OPEN_FILE_NUM + value: "true" + - name: MAX_FILE_NUM + value: "9000000" + - name: DISABLE_UPDATEDB + value: "true" + volumeMounts: + - name: host-usr + mountPath: /host/usr + - name: host-etc + mountPath: /host/etc + containers: + - name: liveness-probe + volumeMounts: + - mountPath: /csi + name: socket-dir + image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.8.0 + args: + - --csi-address=/csi/csi.sock + - --probe-timeout=3s + - --health-port=29633 + - --v=2 + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + - name: node-driver-registrar + image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.6.2 + args: + - --csi-address=$(ADDRESS) + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + - --v=2 + livenessProbe: + exec: + command: + - /csi-node-driver-registrar + - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH) + - --mode=kubelet-registration-probe + initialDelaySeconds: 30 + timeoutSeconds: 15 + env: + - name: ADDRESS + value: /csi/csi.sock + - name: DRIVER_REG_SOCK_PATH + value: /var/lib/kubelet/plugins/blob.csi.azure.com/csi.sock + volumeMounts: + - name: socket-dir + mountPath: /csi + - name: registration-dir + mountPath: /registration + resources: + limits: + memory: 100Mi + requests: + cpu: 10m + memory: 20Mi + - name: blob + image: mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.21.2 + imagePullPolicy: IfNotPresent + args: + - "--v=5" + - "--endpoint=$(CSI_ENDPOINT)" + - "--enable-blobfuse-proxy=false" + - "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)" + - "--nodeid=$(KUBE_NODE_NAME)" + - "--user-agent-suffix=OSS-kubectl" + ports: + - containerPort: 29633 + name: healthz + protocol: TCP + livenessProbe: + failureThreshold: 5 + httpGet: + path: /healthz + port: healthz + initialDelaySeconds: 30 + timeoutSeconds: 10 + periodSeconds: 30 + env: + - name: AZURE_CREDENTIAL_FILE + valueFrom: + configMapKeyRef: + name: azure-cred-file + key: path + optional: true + - name: CSI_ENDPOINT + value: unix:///csi/csi.sock + - name: BLOBFUSE_PROXY_ENDPOINT + value: unix:///csi/blobfuse-proxy.sock + - name: KUBE_NODE_NAME + valueFrom: + fieldRef: + apiVersion: v1 + fieldPath: spec.nodeName + securityContext: + privileged: true + volumeMounts: + - mountPath: /csi + name: socket-dir + - mountPath: /var/lib/kubelet/ + mountPropagation: Bidirectional + name: mountpoint-dir + - mountPath: /etc/kubernetes/ + name: azure-cred + - mountPath: /mnt + name: blob-cache + resources: + limits: + memory: 2100Mi + requests: + cpu: 10m + memory: 20Mi + volumes: + - name: host-usr + hostPath: + path: /usr + - name: host-etc + hostPath: + path: /etc + - hostPath: + path: /var/lib/kubelet/plugins/blob.csi.azure.com + type: DirectoryOrCreate + name: socket-dir + - hostPath: + path: /var/lib/kubelet/ + type: DirectoryOrCreate + name: mountpoint-dir + - hostPath: + path: /var/lib/kubelet/plugins_registry/ + type: DirectoryOrCreate + name: registration-dir + - hostPath: + path: /etc/kubernetes/ + type: DirectoryOrCreate + name: azure-cred + - hostPath: + path: /mnt + type: DirectoryOrCreate + name: blob-cache +--- diff --git a/deploy/v1.21.2/kustomization.yaml b/deploy/v1.21.2/kustomization.yaml new file mode 100644 index 000000000..8b7f5fcac --- /dev/null +++ b/deploy/v1.21.2/kustomization.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - csi-blob-controller.yaml + - csi-blob-driver.yaml + - csi-blob-node.yaml + - rbac-csi-blob-controller.yaml + - rbac-csi-blob-node.yaml + - blobfuse-proxy.yaml diff --git a/deploy/v1.21.2/rbac-csi-blob-controller.yaml b/deploy/v1.21.2/rbac-csi-blob-controller.yaml new file mode 100644 index 000000000..89c2f1f38 --- /dev/null +++ b/deploy/v1.21.2/rbac-csi-blob-controller.yaml @@ -0,0 +1,108 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: csi-blob-controller-sa + namespace: kube-system +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: blob-external-provisioner-role +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "create", "delete"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch", "update"] + - apiGroups: ["storage.k8s.io"] + resources: ["storageclasses"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: ["storage.k8s.io"] + resources: ["csinodes"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["get", "list", "watch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] +--- + +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: blob-csi-provisioner-binding +subjects: + - kind: ServiceAccount + name: csi-blob-controller-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: blob-external-provisioner-role + apiGroup: rbac.authorization.k8s.io +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: blob-external-resizer-role +rules: + - apiGroups: [""] + resources: ["persistentvolumes"] + verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "watch"] + - apiGroups: [""] + resources: ["persistentvolumeclaims/status"] + verbs: ["update", "patch"] + - apiGroups: [""] + resources: ["events"] + verbs: ["list", "watch", "create", "update", "patch"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["get", "list", "watch", "create", "update", "patch"] +--- + +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: blob-csi-resizer-role +subjects: + - kind: ServiceAccount + name: csi-blob-controller-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: blob-external-resizer-role + apiGroup: rbac.authorization.k8s.io +--- + +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-blob-controller-secret-role +rules: + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get", "create"] + +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-blob-controller-secret-binding +subjects: + - kind: ServiceAccount + name: csi-blob-controller-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: csi-blob-controller-secret-role + apiGroup: rbac.authorization.k8s.io diff --git a/deploy/v1.21.2/rbac-csi-blob-node.yaml b/deploy/v1.21.2/rbac-csi-blob-node.yaml new file mode 100644 index 000000000..ce06d862c --- /dev/null +++ b/deploy/v1.21.2/rbac-csi-blob-node.yaml @@ -0,0 +1,30 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: csi-blob-node-sa + namespace: kube-system + +--- +kind: ClusterRole +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-blob-node-secret-role +rules: + - apiGroups: [""] + resources: ["secrets"] + verbs: ["get"] + +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: csi-blob-node-secret-binding +subjects: + - kind: ServiceAccount + name: csi-blob-node-sa + namespace: kube-system +roleRef: + kind: ClusterRole + name: csi-blob-node-secret-role + apiGroup: rbac.authorization.k8s.io diff --git a/docs/install-blob-csi-driver.md b/docs/install-blob-csi-driver.md index 5bdc0026d..b33b8ed0e 100644 --- a/docs/install-blob-csi-driver.md +++ b/docs/install-blob-csi-driver.md @@ -4,6 +4,6 @@ > - please use helm install method for more customization, e.g. Azure Stack, RedHat OpenShift support. > - [install CSI driver master version](./install-csi-driver-master.md) (only for testing purpose) - - [install v1.21.1 CSI driver](./install-csi-driver-v1.21.1.md) + - [install v1.21.2 CSI driver](./install-csi-driver-v1.21.2.md) - [install v1.20.2 CSI driver](./install-csi-driver-v1.20.2.md) - [install v1.19.3 CSI driver](./install-csi-driver-v1.19.3.md) diff --git a/docs/install-csi-driver-v1.21.2.md b/docs/install-csi-driver-v1.21.2.md new file mode 100644 index 000000000..21c343e63 --- /dev/null +++ b/docs/install-csi-driver-v1.21.2.md @@ -0,0 +1,47 @@ +# Install Azure Blob Storage CSI driver v1.21.2 version on a kubernetes cluster +> `blobfuse-proxy` is only available for debian based agent nodes, remove `blobfuse-proxy` parameter in installation steps if it's not applicable. +> +If you have already installed Helm, you can also use it to install this driver. Please check [Installation with Helm](../charts/README.md). + +## Install with kubectl + - Option#1. remote install +```console +curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.21.2/deploy/install-driver.sh | bash -s v1.21.2 blobfuse-proxy -- +``` + + - Option#2. local install +```console +git clone https://github.com/kubernetes-sigs/blob-csi-driver.git +cd blob-csi-driver +./deploy/install-driver.sh v1.21.2 local,blobfuse-proxy +``` + +- check pods status: +```console +kubectl -n kube-system get pod -o wide -l app=csi-blob-controller +kubectl -n kube-system get pod -o wide -l app=csi-blob-node +``` + +example output: + +```console +NAME READY STATUS RESTARTS AGE IP NODE +csi-blob-controller-56bfddd689-dh5tk 4/4 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0 +csi-blob-controller-56bfddd689-8pgr4 4/4 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1 +csi-blob-node-cvgbs 3/3 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1 +csi-blob-node-dr4s4 3/3 Running 0 35s 10.240.0.4 k8s-agentpool-22533604-0 +``` + +### clean up Blob CSI driver +- Option#1. remote uninstall +```console +curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.21.2/deploy/uninstall-driver.sh | bash -s v1.21.2 -- +``` + + - Option#2. local uninstall +```console +git clone https://github.com/kubernetes-sigs/blob-csi-driver.git +cd blob-csi-driver +git checkout v1.21.2 +./deploy/uninstall-driver.sh v1.21.2 local +```