Open
Description
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
- Run
terraform apply
to set up the mxd environment. - Check the logs of MinIO-related Pods or Jobs.
- Observe the error message above.