Skip to content

Error due to removed mc config command in MinIO Pod/Job during terraform apply for mxd environment #592

Open
@me-aikawa

Description

@me-aikawa

Current Behavior

When running terraform apply to create the mxd environment, an error occurs in a MinIO-related Pod or Job:

mc: <ERROR> 'config' is not a recognized command

This issue is likely due to a recent change in the MinIO client (mc), where the mc config command has been removed.

Expected Behavior

The MinIO client should initialize correctly, and the Pod/Job should complete without errors.

Update the code to use the mc alias set command instead of the deprecated mc config command.

Steps To Reproduce

  1. Run terraform apply to set up the mxd environment.
  2. Check the logs of MinIO-related Pods or Jobs.
  3. Observe the error message above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions