mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 21:26:03 +00:00
Update kubectl describe pod to use pod level qos
This commit is contained in:
@@ -508,8 +508,8 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
{"IP:"},
|
||||
{"Controllers:", "ReplicationController/redis-master"},
|
||||
{"Image:", redisImage},
|
||||
{"cpu:", "BestEffort"},
|
||||
{"State:", "Running"},
|
||||
{"QoS Tier:", "BestEffort"},
|
||||
}
|
||||
checkOutput(output, requiredStrings)
|
||||
})
|
||||
|
Reference in New Issue
Block a user