Slackbot
05/11/2023, 1:21 PMYu Wei Sung
05/11/2023, 1:26 PMbala rao
05/11/2023, 1:31 PMNicoló Boschi
05/11/2023, 1:56 PM0/5 nodes are available: 1 node(s) didn’t match pod anti-affinity rules, 3 Insufficient cpu, 4 Insufficient memory. preemption: 0/5 nodes are available: 5 No preemption victims found for incoming pod.”this error is showing multiple resource issues.
3 Insufficient cpu, 4 Insufficient memorythis means you k8s is not able to schedule the pod since there’s no node that have enough CPU/memory. Possible solutions are: • decrease the desired cpu/mem for each pod - check the “resources” section for each component, e.g. for bookies: https://github.com/apache/pulsar-helm-chart/blob/b3c19fd7fc7067e67940244777dd4241c8295dd4/charts/pulsar/values.yaml#L470-L473 • add more nodes • reduce the replicas for each component @rahul
rahul
05/12/2023, 5:45 AMYu Wei Sung
05/12/2023, 5:55 AMrahul
05/12/2023, 6:27 AMYu Wei Sung
05/12/2023, 1:14 PMYu Wei Sung
05/12/2023, 1:15 PMYu Wei Sung
05/12/2023, 4:45 PMrahul
05/16/2023, 11:23 AM