After many troubleshooting, i have come up to the step for creating prometheus operator. After creating the operator, as told in README.MD,, i waited for about 10 to 15 minutes for the operator to initialize. then proceeding to the next command,
kubectl -n cass-operator apply -f ./prometheus_grafana/prometheus/instance.yaml
i encountered this error. i even tried after 10 minute of interval but the error still persists.
serviceaccount/prometheus unchanged clusterrole.rbac.authorization.k8s.io/prometheus unchanged clusterrolebinding.rbac.authorization.k8s.io/prometheus unchanged error: unable to recognize "./prometheus_grafana/prometheus/instance.yaml": no matches for kind "Prometheus" in version "monitoring.coreos.com/v1"
How could i solve the error ?
Note: i have used one Kind master and only on worker due to my system memory (8 GB RAM). My cass-operator is also running properly. I'm connected to the internet anyways.
Any help would be appreciable :)