Last Modified: Nov 29, 2025
Affected Product(s):
BIG_IP_NEXT(CNF) CNF
Fixed In:
1.4.0
Opened: Jun 13, 2024 Severity: 3-Major
Kubernetes assigns the Burstable QOS class to a pod when a container in the pod has more resource limit than the request value
TMM pod QOS class is not guaranteed
Burstable QoS Class: Kubernetes assigns the Burstable QOS class to a pod when a container in the pod has more resource limit than the request value
In f5ingress/values.yaml for blobd container, set resource limits and ensure the requests are equal resources: limits: cpu: "1" memory: "4Gi" requests: cpu: "1" memory: "4Gi"
Resource Limits and Requests must be identical for all containers to get the Guaranteed Quality of Service for pods