Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 744 Bytes

prerequisites.md

File metadata and controls

27 lines (16 loc) · 744 Bytes

Prerequisites

  1. Python Environment
  2. Kubernetes Cluster
  3. TLS Secrets

Python3

A local Python3 environment with necessary libraries installed, e.g. via pip:

python3 -m pip install -r requirements.txt

Kubernetes Cluster

A Kubernetes cluster where the OCM-Gear should be deployed into.

TLS Secrets

If you do not want to use a TLS provider (such as gardener/cert-manager), the corresponding TLS secrets are expected to be named delivery-dashboard-tls and delivery-service-tls and be located in the same namespace as the OCM-Gear is installed to.