pan-mgmt-sts is the default appname selector
for the CN-MGMT pods. If you modified the yaml to specify a different name,
you must replace the appname to match. The following is a sample
output from EKS:
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
panconfig-pan-mgmt-sts-0 Bound pvc-<id> 8Gi RWO gp2 15h
panconfig-pan-mgmt-sts-1 Bound pvc-<id> 8Gi RWO gp2 15h
panlogs-pan-mgmt-sts-0 Bound pvc-<id> 20Gi RWO gp2 15h
panlogs-pan-mgmt-sts-1 Bound pvc-<id> 20Gi RWO gp2 15h
panplugincfg-pan-mgmt-sts-0 Bound pvc-<id> 1Gi RWO gp2 15
panplugincfg-pan-mgmt-sts-1 Bound pvc-<id> 1Gi RWO gp2 15
panplugins-pan-mgmt-sts-0 Bound pvc-<id> 1Gi RWO gp2 15h
panplugins-pan-mgmt-sts-1 Bound pvc-<id> 1Gi RWO gp2 15h
varcores-pan-mgmt-sts-0 Bound pvc-<id> 20Gi RWO gp2 15h
varcores-pan-mgmt-sts-1 Bound pvc-<id> 20Gi RWO gp2 15h
varlogpan-pan-mgmt-sts-0 Bound pvc-<id> 20Gi RWO gp2 15h
varlogpan-pan-mgmt-sts-1 Bound pvc-<id> 20Gi RWO gp2 15h
For statically provisioned PVs, to delete the PVs (typically
used on-premises deployments) you must explicitly delete the pan-cn-pv-local.yaml
file and the directories that contain data on each node which hosts
the CN-MGMT pods.
Use the command rm -rf /mnt/pan-local1/* for
deleting the PVs for pan-local 1 through 6.
For dynamically provisioned PVs, such as on the Managed Services/Cloud
Platforms, when you delete the PVCs, the PVs are automatically deleted.