mysql-operator icon indicating copy to clipboard operation
mysql-operator copied to clipboard

error: unable to recognize "cluster-config.yaml": no matches for kind "MySQLCluster" in version "cr.mysqloperator.grtl.github.com/v1"

Open skashyap7 opened this issue 5 years ago • 0 comments

Following the steps mentioned in README.md

kubectl run mysql-operator --image=grtl/mysql-operator:latest

when trying to create a sample cluster, I get the error

error: unable to recognize "cluster-config.yaml": no matches for kind "MySQLCluster" in version "cr.mysqloperator.grtl.github.com/v1"

kubectl version Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:18:23Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe5036ef3df2967d086711e6c0c405941e14b", GitTreeState:"clean", BuildDate:"2019-10-15T19:09:08Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}

skashyap7 avatar May 08 '20 23:05 skashyap7