Skip to content

Instantly share code, notes, and snippets.

@johnbwork
johnbwork / gist:6f9fb9a71f1dac9146d73e948a850e81
Created February 17, 2025 15:36
Milvus DB at least launches in Openshift
# Pre-requisite while CAP_SYS_ADMIN is needed 'oc adm policy add-scc-to-user privileged -z sa-milvusdb'
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "4"
labels:
app.kubernetes.io/name: milvus-db
name: milvus-db
namespace: vectordb-ai