Skip to content
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

[BUG]minio examples are still in old group #8444

Open
tianyue86 opened this issue Nov 13, 2024 · 2 comments
Open

[BUG]minio examples are still in old group #8444

tianyue86 opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@tianyue86
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Check minio OpsRequest yaml under examples
apiVersion: apps.kubeblocks.io/v1alpha1
kind: OpsRequest
metadata:
  name: minio-restart
  1. Apply this yaml to restart minio cluster:
    error: resource mapping not found for name: "minio-restart" namespace: "default" from "rsmno.yaml": no matches for kind "OpsRequest" in version "apps.kubeblocks.io/v1alpha1"

The correct example:

apiVersion: operations.kubeblocks.io/v1alpha1
kind: OpsRequest
metadata:
  name: pg-restart

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@tianyue86 tianyue86 added the kind/bug Something isn't working label Nov 13, 2024
@tianyue86
Copy link
Author

Except for pg, other engine examples basically have the same problem, please change them together.

@shanshanying
Copy link
Contributor

Got it. Will update the examples this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants