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
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