Unable to start a keycloak instance using kubernetes keycloak operator

Hello ,

I am not able to start a keycloak instance by following the guide Keycloak - Guide - Keycloak Operator on Kubernetes .

These are the steps I follow:

curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.19.1/install.sh | bash -s v0.19.1
kubectl create -f https://operatorhub.io/install/keycloak-operator.yaml
kubectl create -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest/operator-examples/mykeycloak.yaml
kubectl create -f https://raw.githubusercontent.com/keycloak/keycloak-quickstarts/latest/operator-examples/myrealm.yaml

However the following command return nothing :

kubectl get keycloak/mykeycloak -o jsonpath='{.status.ready}'
kubectl get keycloakrealms/myrealm -o jsonpath='{.status.ready}'

and I don’t see anything any keycloak instance nor credentials in the cluster.

Below are my cli and server version
Client Version: version.Info{Major:“1”, Minor:“19”, GitVersion:“v1.19.4”, GitCommit:“d360454c9bcd1634cf4cc52d1867af5491dc9c5f”, GitTreeState:“clean”, BuildDate:“2020-11-11T13:17:17Z”, GoVersion:“go1.15.2”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“18”, GitVersion:“v1.18.20”, GitCommit:“1f3e19b7beb1cc0110255668c4238ed63dadb7ad”, GitTreeState:“clean”, BuildDate:“2021-06-16T12:51:17Z”, GoVersion:“go1.13.15”, Compiler:“gc”, Platform:“linux/amd64”}