mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Update sample yaml files to latest release RELEASE.2017-10-27T18-59-02Z (#5127)
This commit is contained in:
parent
203ac8edaa
commit
3b917067d9
@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
minio1:
|
minio1:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio1-data:/export
|
- minio1-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
- access_key
|
- access_key
|
||||||
|
|
||||||
minio2:
|
minio2:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio2-data:/export
|
- minio2-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
- access_key
|
- access_key
|
||||||
|
|
||||||
minio3:
|
minio3:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio3-data:/export
|
- minio3-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -56,7 +56,7 @@ services:
|
|||||||
- access_key
|
- access_key
|
||||||
|
|
||||||
minio4:
|
minio4:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio4-data:/export
|
- minio4-data:/export
|
||||||
ports:
|
ports:
|
||||||
|
@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
minio1:
|
minio1:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio1-data:/export
|
- minio1-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||||
|
|
||||||
minio2:
|
minio2:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio2-data:/export
|
- minio2-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||||
|
|
||||||
minio3:
|
minio3:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio3-data:/export
|
- minio3-data:/export
|
||||||
ports:
|
ports:
|
||||||
@ -56,7 +56,7 @@ services:
|
|||||||
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export
|
||||||
|
|
||||||
minio4:
|
minio4:
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
volumes:
|
volumes:
|
||||||
- minio4-data:/export
|
- minio4-data:/export
|
||||||
ports:
|
ports:
|
||||||
|
@ -457,7 +457,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
# Pulls the default Minio image from Docker Hub
|
# Pulls the default Minio image from Docker Hub
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
args:
|
args:
|
||||||
- gateway
|
- gateway
|
||||||
- gcs
|
- gcs
|
||||||
|
@ -19,7 +19,7 @@ spec:
|
|||||||
value: "minio"
|
value: "minio"
|
||||||
- name: MINIO_SECRET_KEY
|
- name: MINIO_SECRET_KEY
|
||||||
value: "minio123"
|
value: "minio123"
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
args:
|
args:
|
||||||
- server
|
- server
|
||||||
- http://minio-0.minio.default.svc.cluster.local/data
|
- http://minio-0.minio.default.svc.cluster.local/data
|
||||||
|
@ -21,7 +21,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
# Pulls the default Minio image from Docker Hub
|
# Pulls the default Minio image from Docker Hub
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
args:
|
args:
|
||||||
- gateway
|
- gateway
|
||||||
- gcs
|
- gcs
|
||||||
|
@ -21,7 +21,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
# Pulls the default Minio image from Docker Hub
|
# Pulls the default Minio image from Docker Hub
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
args:
|
args:
|
||||||
- server
|
- server
|
||||||
- /data
|
- /data
|
||||||
|
@ -30,7 +30,7 @@ Above command deploys Minio on the Kubernetes cluster in the default configurati
|
|||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
|----------------------------|-------------------------------------|---------------------------------------------------------|
|
|----------------------------|-------------------------------------|---------------------------------------------------------|
|
||||||
| `image` | Minio image name | `minio/minio` |
|
| `image` | Minio image name | `minio/minio` |
|
||||||
| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-09-29T19-16-56Z`|
|
| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-10-27T18-59-02Z`|
|
||||||
| `imagePullPolicy` | Image pull policy | `Always` |
|
| `imagePullPolicy` | Image pull policy | `Always` |
|
||||||
| `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` |
|
| `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` |
|
||||||
| `numberOfNodes` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` |
|
| `numberOfNodes` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` |
|
||||||
|
@ -54,7 +54,7 @@ spec:
|
|||||||
value: "minio"
|
value: "minio"
|
||||||
- name: MINIO_SECRET_KEY
|
- name: MINIO_SECRET_KEY
|
||||||
value: "minio123"
|
value: "minio123"
|
||||||
image: minio/minio:RELEASE.2017-09-29T19-16-56Z
|
image: minio/minio:RELEASE.2017-10-27T18-59-02Z
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: ["server", "http://minio-0.minio.default.svc.cluster.local/data", "http://minio-1.minio.default.svc.cluster.local/data", "http://minio-2.minio.default.svc.cluster.local/data", "http://minio-3.minio.default.svc.cluster.local/data"]
|
args: ["server", "http://minio-0.minio.default.svc.cluster.local/data", "http://minio-1.minio.default.svc.cluster.local/data", "http://minio-2.minio.default.svc.cluster.local/data", "http://minio-3.minio.default.svc.cluster.local/data"]
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user