Allan Roger Reid

Results 35 comments of Allan Roger Reid

FYI @adriangitvitz Two confirmed bugs here: 1. UI should not allow `.tolerations.NoSchedule` with `tolerationSeconds` 2. UI should return the error currently hidden in the PUT response to request on `/api/v1/namespaces//tenants//pools`:...

This is under discussion and is coming in the next few months. No ETA es yet.

MinIO Jobs is in the works - https://github.com/minio/operator/pull/1883

This is currently a work in process. Not ETA as yet.

Also facing this. Whats the workaround?

This functionality is already available in the current chart under https://github.com/iambugra/minio/blob/master/helm/minio/values.yaml#L170. The net effect is the same ability to set storage class on pvc and statefulset for example, for a...

What is your `minio` version? Also, please post of a sample script where you provoke the error.

> `mc mv` returns non-zero on an empty source bucket. > > This causes problems with scripts that check for bad exits, i.e. `mc mv .... || report_bad_stuff` > >...