In PAN-OS 10.1.10 and PAN-OS 10.2.4 version, the CN-MGMT
pod fails on Kubernetes version 1.25.x. Workaround: In
pan-cn-mgmt.yaml file, go to Containers section, change the command script from:
command: ["/sbin/pan_start"] to: command: ["/bin/bash", "-c", "mv /sbin/cgroups_setup /root/;
/sbin/pan_start"] |