Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Question about enabling event notification using kafka after installing with helm #27

@mram0509

Description

@mram0509

I am also trying to enable kafka notification for buckets.

helm/charts@3c06eb4 - says

To update your Minio server configuration while it is deployed in a release, you need to

  1. Check all the configurable values in the Minio chart using helm inspect values stable/minio.
  2. Override the minio_server_config settings in a YAML formatted file, and then pass that file like this helm upgrade -f config.yaml stable/minio.

Git comments also say:

minio_server_config:
config.json: |
{
"region": "us-east-1",
"browser": "on",
"logger": {
"console": {
"enable": true
},
"file": {
"enable": false,
"filename": ""
}
},
"notify": {
"kafka": {
"1": {
"enable": true,
"brokers": ["kafka:9092"],
"topic": "minio-topic"
}
}
}
}

I have upgrade the helm release with the above added to the YAML. But I don't see the SQS ARN being created when I check the logs of the pod. The minio service is working - but the SQS ARN does not seem to be created.

Is there a sample on how to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions