Open Larshavin opened 2 months ago
the main page needs an update, we have right now a requirement for OpenShift (OCP) in the openstack-operator. It might change in the future. if you have OCP you could use the index hosted at https://quay.io/repository/openstack-k8s-operators/openstack-operator-index to deploy it via OLM. otherwise you'd have to deploy all the operators this one depends on. if you want to give it a try you could use our development tool at https://github.com/openstack-k8s-operators/install_yamls . this uses a single vm OCP with additional VMs as computes (OpenShift local/ OKD could also work)
“Thank you for your reply, @stuggi. I tried following the instructions from this manual. I have one more question, though: is this project designed specifically for OCP-based environments only? Would it be possible to run openstack-k8s-operators on my own Kubernetes cluster?”
Issue with Applying Resources: Missing CRD Mappings I am working on setting up a Kubernetes cluster using 'kind' (0.24.0) with go 1.23.1
However, when I try to run kubectl apply -f config/samples/, I encounter the following errors:
It appears that all the errors are related to missing CRD mappings for various OpenStack components, like OpenStackControlPlane and OpenStackVersion.
Is there something wrong with my setup or steps? Do I need to install the CRDs manually before applying the resources?