(Only for an on-premises or self-managed
Native Kubernetes deployment) storageClassName: local | For self-managed deployment, the default config
has “storageClassName: local”. If your cluster has dynamically
provisioned Persistent Volumes (PV), you must modify the “storageClassName:
local” to match that storageClass or remove these lines if DefaultStorageClass
is being used. If your cluster doesn’t have dynamically provisioned
PV, cluster admin can create static PVs with provided pan_cn_pv_local.yaml which has
2 sets of few PVs, one each for each PAN-CN-MGMT statefulSet pods.
You can modify pan_cn_pv_local.yaml to match
the volumes in your setup and deploy it before deploying the PAN-CN-MGMT.yaml. |