-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--console-image, --default-minio-image options doesn't work #1453
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
we'll test and see if we can reproduce this issue with latest code. |
There is no |
Supported flags in version 5.0.9 are:
|
Proper name is |
There is an issue in our official docs: https://min.io/docs/minio/kubernetes/upstream/reference/kubectl-minio-plugin/kubectl-minio-init.html
|
This
Our official doc is wrong, I will update the docs and close this issue once we merge those changes in docs repo. |
The other issue is located at https://min.io/docs/minio/kubernetes/upstream/reference/kubectl-minio-plugin/kubectl-minio-init.html#kubectl.minio.init.-console-image we are pointing to wrong repo for Console. We should point to operator here!. |
### Objective: To correct our documentation because `--default-console-image` does not exist in our Operator plugin. ### Related: * This is related to minio/operator#1453 but will partially fix the issue, there is more work to do. I will create another PR for the missing update spot.
Ok, minio/docs#1031 has been merged, let's go into the next problem. |
### Objective: To set the correct repository in our Official Documentation. ### Related: To fix: minio/operator#1453 ### Explanation: TBD
minio/docs#1032 got merged, explanation can be found here: https://github.com/minio/wiki/wiki/How-to-set-our-different-images-via-Operator-plugin |
@next0262 thank you for openning the issue; please read thru and test again in our latest Operator/Tenant versions. And if you encounter any other issue, let us know!. 👍 |
Back-off pulling image "minio/console:v0.20.3" it is not coming up. i am using minio operator to install on microk8s |
I tried to initialize minio-operator with --console-image, --default-minio-image options like this :
$ kubectl minio init --console-image minio/console:v0.20.2 --console-image minio/console:v0.20.2 --default-minio-image minio/minio:RELEASE.2022-09-22T18-57-27Z --image minio/operator:v4.5.4
--console-image
Optional
The default MinIO Console image to use when creating a new MinIO tenant. Defaults to minio/console:v0.17.3.
--default-minio-image
Optional
The default minio image to use when creating a new MinIO tenant. Defaults to minio/minio:RELEASE.2022-05-26T05-48-41Z.
but, the operator didn't use these implicit images of the options for creating tenants., --console-image minio/console:v0.20.2 --default-minio-image minio/minio:RELEASE.2022-09-22T18-57-27Z,
What should i do? As i checked the code of the operator, it looks like not using these options. Am i right?
And i want to separate minio console from minio server for our minio operation environment. To do this, is there any guide i can refer to? or this separation is not recommended??
The text was updated successfully, but these errors were encountered: