s3 attachers
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -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
9
csi-s3/README.md
Normal 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
csi-s3/external-attacher
Submodule
1
csi-s3/external-attacher
Submodule
Submodule csi-s3/external-attacher added at 97411fa72c
1
csi-s3/external-provisioner
Submodule
1
csi-s3/external-provisioner
Submodule
Submodule csi-s3/external-provisioner added at 321fa5c1c9
1
storage-csi-s3
Submodule
1
storage-csi-s3
Submodule
Submodule storage-csi-s3 added at 6a23dbae72
Reference in New Issue
Block a user