[IMPORTANT] Deprecation of mc config host command in favor of mc alias set
This post is to reflect on an important change that's been made in our quickstart script and for users who already have a running cluster with our quickstart script.
There's a bug in our quickstart related to MinIO that prevented creation of buckets by post_start hook, this is due to the latest image of MinIO having deprecated
mc config in favor of mc alias set, which caused infinite looping.
For those who are using the latest Docker image of MinIO, please change the post_start section as follows:
For users of the older MinIO image, it's recommended to change this command nevertheless as mc config has been deprecated a long time ago as per their official documentation.1 Reply
Remember to use /solved to mark your thread as solved once your question is answered.