I am trying to run Pega Infinity 24.1 on a vanilla Kubernetes cluster which has eight worker nodes.
NAME STATUS ROLES AGE VERSION
kmaster Ready control-plane 24d v1.30.2
kworker1 Ready 24d v1.30.2
kworker2 Ready 24d v1.30.2
kworker3 Ready 5d22h v1.30.2
kworker5 Ready 5d21h v1.30.2
kworker6 Ready 2d23h v1.30.2
kworker7 Ready 3d13h v1.30.2
kworker8 Ready 3d v1.30.2
pegacrm Ready 12d v1.30.2
I am using Pega helm chart and using values.yaml file. There are two cassandra pods and three kafka pods running.
When I deployed the Pega helm chart, the Pega search pod started but the web and batch pods failed to start.
NAME READY STATUS RESTARTS AGE IP NODE
cassandra-0 1/1 Running 0 32m 10.0.1xx.x kworker5
cassandra-1 1/1 Running 0 31m 10.0.xx.x kworker6
kafka-controller-0 1/1 Running 1 (87m ago) 2d15h 10.0.xxx.x kworker1
kafka-controller-1 1/1 Running 1 (87m ago) 2d15h 10.0.xx.x kworker2
kafka-controller-2 1/1 Running 1 (87m ago) 2d15h 10.0.xx.x kworker3
pegadev-batch-58d9fcdb96-nzgjm 0/1 Running 3 (2m49s ago) 19m 10.0.xxx.x kworker8
pegadev-search-0 1/1 Running 0 19m 10.0.xx.x kworker2
pegadev-web-879dbcc9-47wvf 0/1 Running 3 (2m59s ago) 19m 10.0.xxx.x kworker7
postgres-deploy-6df65b6bb9-zk2dl 1/1 Running 7 (87m ago) 24d 10.0.xx.x kworker2
The below resources have been allocated to web pod which has nodeType: “WebUser”:
resources:
requests:
memory: “12Gi”
cpu: 4
limits:
memory: “12Gi”
cpu: 4
The below resources have been allocated to batch pod which has nodeType: “BackgroundProcessing,Search,Batch,BIX”
resources:
requests:
memory: “8Gi”
cpu: 4
limits:
memory: “8Gi”
cpu: 4
In values.yaml I am using the image search:8.24.0 for search pod.
Attaching the logs of web pod and batch pod.
Please inform how this issue can be resolved.
web-node-log.txt (170 KB)
batch-node-log.txt (275 KB)