You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
I'm trying to deploy minio-resize on minikube (v0.28.0). I installed kubeless (v0.6.0) and deployed the kafka-zookeeper.yaml of the same version.
I installed Minio as recommended here. I enabled kafka on .minio/config.json (I'm not sure if this file is gonna be used because I installed minio for linux before following the tutorial for minikube)
The bucket creation is fine. However when I add the event I get the following issue:
$ mc events add localminio/foobar arn:minio:sqs:us-east-1:1:kafka --events put
mc: <ERROR> Cannot enable notification on the specified bucket. A specified destination ARN does not exist or is not well-formed. Verify the destination ARN.
It has something to deal with the kafka configuration but I can't find the right documentation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to deploy minio-resize on minikube (v0.28.0). I installed kubeless (v0.6.0) and deployed the kafka-zookeeper.yaml of the same version.
I installed Minio as recommended here. I enabled kafka on .minio/config.json (I'm not sure if this file is gonna be used because I installed minio for linux before following the tutorial for minikube)
The bucket creation is fine. However when I add the event I get the following issue:
It has something to deal with the kafka configuration but I can't find the right documentation.
The text was updated successfully, but these errors were encountered: