Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels