Document toolboxDocument toolbox

Setup: Deploying on OpenShift

KADA deployments on OpenShift require a few additional steps.

  1. Setup uid values in the config

    # Find the uid-range that can run in the project (numerator part) oc describe project <project_name> | grep sa.scc.uid-range $ openshift.io/sa.scc.uid-range=1002060000/10000 # For each yaml file update the following keys with the uid runAsUser fsGroup pv.beta.kubernetes.io/guid
  2. Check retention policy for PV
    Modify all Persistent Volumes associated to the deployment to ensure that the Reclaim Policy is set to Retain. This is important to ensure we have a level of safety against data loss in the event of prolonged outage with a node that claims the PV.