s3 attachers

This commit is contained in:
2020-07-20 20:32:45 +02:00
parent efff5b5521
commit 60923544bb
5 changed files with 21 additions and 0 deletions

9
.gitmodules vendored
View File

@@ -37,3 +37,12 @@
[submodule "mosquitto-exporter"]
path = mosquitto-exporter
url = https://github.com/sapcc/mosquitto-exporter.git
[submodule "storage-csi-s3"]
path = storage-csi-s3
url = https://github.com/ctrox/csi-s3.git
[submodule "csi-s3/external-attacher"]
path = csi-s3/external-attacher
url = https://github.com/kubernetes-csi/external-attacher.git
[submodule "csi-s3/external-provisioner"]
path = csi-s3/external-provisioner
url = https://github.com/kubernetes-csi/external-provisioner.git

9
csi-s3/README.md Normal file
View File

@@ -0,0 +1,9 @@
external-provisioner:
** VERSION=arm64 make -j8 GOARCH=arm64
** docker build -t csi-attacher:arm64 --platform linux/arm64 .
** docker tag csi-attacher:arm64 docker-registry.lan/csi-attacher:arm64
external-attacher:
** VERSION=arm64 make -j8 GOARCH=arm64
** docker tag csi-provisioner:arm64 docker-registry.lan/csi-provisioner:arm64**
** docker push docker-registry.lan/csi-provisioner:arm64

1
storage-csi-s3 Submodule

Submodule storage-csi-s3 added at 6a23dbae72