This repository holds the API definitions and documentation for the Qdrant Kubernetes operator.
To generate the API code and docs, run:
make genCreate and push a new release branch like this:
git checkout -b releases/v1.2.3
git push origin releases/v1.2.3A GitHub Action will create and tag a new release with the given version number. Important: the version number must be in the format vX.Y.Z, and prefixed with a v.
Deployment to different environments is coupled with operator release, please see qdrant/operator: Release process for details.