Open tianyue86 opened 1 week ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
apiVersion: apps.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: name: minio-restart
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):
Additional context Add any other context about the problem here.
Except for pg, other engine examples basically have the same problem, please change them together.
Got it. Will update the examples this week.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
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:
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):
Additional context Add any other context about the problem here.