swift-byte-26134
03/01/2023, 10:19 AM10:23:51.39
10:23:51.39 *Welcome to the Bitnami minio container*
10:23:51.39 Subscribe to project updates by watching *<https://github.com/bitnami/bitnami-docker-minio>*
10:23:51.39 Submit issues and feature requests at *<https://github.com/bitnami/bitnami-docker-minio/issues>*
10:23:51.39
10:23:51.40 INFO ==> ** Starting MinIO setup **
/opt/bitnami/scripts/libminio.sh: line 317: /data/.access_key: Permission denied
This my spec configuration:
spec:
selector:
matchLabels:
app: minio
template:
metadata:
labels:
app: minio
spec:
containers:
- env:
- name: MINIO_ACCESS_KEY
value: xxxxxxxxxxxxxxx # I'm hiding my values
- name: MINIO_SECRET_KEY
value: xxxxxxxxxxxxxxx # I'm hiding my values
- name: MINIO_DEFAULT_BUCKETS
value: definedcrowd
image: <http://ecr.flyte.org/bitnami/minio:2021.10.13-debian-10-r0|ecr.flyte.org/bitnami/minio:2021.10.13-debian-10-r0>
name: minio
ports:
- containerPort: 9000
name: minio
- containerPort: 9001
name: minio-console
volumeMounts:
- mountPath: /data
name: minio-storage
securityContext:
fsGroup: 1001
fsGroupChangePolicy: OnRootMismatch
runAsUser: 1001
volumes:
- name: minio-storage
persistentVolumeClaim:
claimName: minio-storage-pv-claim
average-finland-92144
03/01/2023, 4:03 PMswift-byte-26134
03/01/2023, 6:01 PMglamorous-carpet-83516
03/01/2023, 6:15 PMls -l /data/
in the minio container? just want to make sure current host in the container has access to read the access keyswift-byte-26134
03/01/2023, 6:25 PMswift-byte-26134
03/01/2023, 6:26 PMglamorous-carpet-83516
03/01/2023, 6:32 PM.access_key
in /data
.is minio trying to create a file in /data
folder? try to change /data
permission to 766swift-byte-26134
03/01/2023, 6:39 PMglamorous-carpet-83516
03/01/2023, 6:45 PMglamorous-carpet-83516
03/01/2023, 6:45 PMswift-byte-26134
03/01/2023, 7:38 PMglamorous-carpet-83516
03/01/2023, 7:39 PMswift-byte-26134
03/01/2023, 7:40 PMglamorous-carpet-83516
03/01/2023, 8:02 PMglamorous-carpet-83516
03/01/2023, 8:04 PM