You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@XNCS-2-30 radondb]# helm search repo
NAME CHART VERSION APP VERSION DESCRIPTION
radondb/mysql-operator v3.0.0 v3.0.0 Open Source,High Availability Cluster,based o...
[root@XNCS-2-30 radondb]# helm install demo radondb/mysql-operator
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "radondb-mysql-certificate" namespace: "default" from "": no matches for kind "Certificate" in version "cert-manager.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "radondb-mysql-issuer" namespace: "default" from "": no matches for kind "Issuer" in version "cert-manager.io/v1"
ensure CRDs are installed first]
[root@XNCS-2-30 radondb]# ctl get crd
NAME CREATED AT
mysqlusers.mysql.radondb.com 2023-08-17T10:01:53Z
Environment:
[root@XNCS-2-30 radondb]# kubectl version
Client Version: v1.28.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.25.3
WARNING: version difference between client (1.28) and server (1.25) exceeds the supported minor version skew of +/-1
[root@XNCS-2-30 radondb]# helm version
version.BuildInfo{Version:"v3.12.3", GitCommit:"3a31588ad33fe3b89af5a2a54ee1d25bfe6eaa5e", GitTreeState:"clean", GoVersion:"go1.20.7"}
The text was updated successfully, but these errors were encountered:
Describe the problem
Environment:
The text was updated successfully, but these errors were encountered: