Skip to main content
scripts/install.sh installs or updates FalkorDB Enterprise on any Kubernetes cluster reachable by kubectl. It prints an install plan and asks for confirmation before changing the cluster.
Every long option has an environment variable equivalent in uppercase with underscores. For example, --kube-context maps to KUBE_CONTEXT and --namespace maps to NAMESPACE.

Release and namespace options

Chart options

Secrets and registry options

Prefer environment variables over inline flags for credentials so secrets do not land in your shell history. For example: JWT_SECRET='...' REGISTRY_PASSWORD='...' bash scripts/install.sh.

Platform dependency options

Networking options

Execution options

Examples

Uninstall

scripts/uninstall.sh removes the Enterprise release and, optionally, the platform components the installer added. See the uninstall playbook for the full procedure and data-retention considerations.

Source of truth

The installer help text is authoritative. Run it locally to see the exact options for your version: