s3 attachers
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -46,3 +46,6 @@
|
|||||||
[submodule "csi-s3/external-provisioner"]
|
[submodule "csi-s3/external-provisioner"]
|
||||||
path = csi-s3/external-provisioner
|
path = csi-s3/external-provisioner
|
||||||
url = https://github.com/kubernetes-csi/external-provisioner.git
|
url = https://github.com/kubernetes-csi/external-provisioner.git
|
||||||
|
[submodule "csi-s3/node-driver-registrar"]
|
||||||
|
path = csi-s3/node-driver-registrar
|
||||||
|
url = https://github.com/kubernetes-csi/node-driver-registrar.git
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
|
COMMON:
|
||||||
|
** git tag -l
|
||||||
|
** V=GIT_TAG git checkout -b branch=$V $V
|
||||||
|
** run: build.sh dir-name
|
||||||
|
|
||||||
|
|
||||||
external-provisioner:
|
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:
|
external-attacher:
|
||||||
** VERSION=arm64 make -j8 GOARCH=arm64
|
|
||||||
** docker tag csi-provisioner:arm64 docker-registry.lan/csi-provisioner:arm64**
|
node-driver-registrar:
|
||||||
** docker push docker-registry.lan/csi-provisioner:arm64
|
|
||||||
|
|||||||
1
csi-s3/node-driver-registrar
Submodule
1
csi-s3/node-driver-registrar
Submodule
Submodule csi-s3/node-driver-registrar added at 6e9fff3e24
Reference in New Issue
Block a user