README ¶ b3scale-operator Installation Deploy CRD kubectl apply -f kubernetes/crd.yaml Configure Operator by modifying the Secret in kubernetses/operator.yaml Deploy Operator kubectl apply -f kubernetes/operator.yaml Usage apiVersion: b3scale.io/v1 kind: BBBFrontend metadata: name: frontend-full-settings spec: settings: defaultPresentation: url: "" force: true requiredTags: - "bbb_24_mediasoup" createOverrideParams: allowStartStopRecording: "false" createDefaultParams: allowStartStopRecording: "false" disabledFeatures: "chat,captions" This will create a frontend instance with the name b3scale-operator-testeroni. Add a secret with credentials to the BBBFrontend resource. An full example is included in the ./kubernetes/test-bbb.yaml file. apiVersion: b3scale.io/v1 kind: BBBFrontend metadata: name: frontend-provided-credentials spec: credentials: frontend: bbb.example.com secretRef: name: frontend-provided-credentials-secret key: "FRONTEND_API_SECRET" settings: {} Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis pkg apis/v1 config operator reconcile Click to show internal directories. Click to hide internal directories.