Most of the time when you run make buckets it's just after you've started skaffold and minio is starting up. So, it's perfectly possible that minio hasn't started up fully yet. Rather than erroring (and having a half-baked comment in the README about this) why don't we make make buckets wait for minio to be ready. If it isn't ready when you run make buckets it should echo a little helpful message.
Most of the time when you run
make buckets
it's just after you've started skaffold and minio is starting up. So, it's perfectly possible that minio hasn't started up fully yet. Rather than erroring (and having a half-baked comment in the README about this) why don't we makemake buckets
wait for minio to be ready. If it isn't ready when you runmake buckets
it should echo a little helpful message.