mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
vendor updates
This commit is contained in:
8
vendor/k8s.io/kubernetes/test/images/pets/zookeeper-installer/BASEIMAGE
generated
vendored
8
vendor/k8s.io/kubernetes/test/images/pets/zookeeper-installer/BASEIMAGE
generated
vendored
@ -1,4 +1,4 @@
|
||||
amd64=gcr.io/google-containers/debian-base-amd64:0.3
|
||||
arm=gcr.io/google-containers/debian-base-arm:0.3
|
||||
arm64=gcr.io/google-containers/debian-base-arm64:0.3
|
||||
ppc64le=gcr.io/google-containers/debian-base-ppc64le:0.3
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.3
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3
|
||||
|
2
vendor/k8s.io/kubernetes/test/images/pets/zookeeper-installer/README.md
generated
vendored
2
vendor/k8s.io/kubernetes/test/images/pets/zookeeper-installer/README.md
generated
vendored
@ -4,7 +4,7 @@ The image in this directory is the init container for contrib/pets/zookeeper but
|
||||
|
||||
You can execute the image locally via:
|
||||
```
|
||||
$ docker run -it gcr.io/google_containers/zookeeper-install-3.5.0-alpha:e2e --cmd --install-into=/opt --work-dir=/work-dir
|
||||
$ docker run -it k8s.gcr.io/zookeeper-install-3.5.0-alpha:e2e --cmd --install-into=/opt --work-dir=/work-dir
|
||||
```
|
||||
To share the installation with other containers mount the appropriate volumes as `--install-into` and `--work-dir`, where `install-into` is the directory to install zookeeper into, and `work-dir` is the directory to install the user/admin supplied on-{start,change} hook scripts.
|
||||
|
||||
|
Reference in New Issue
Block a user