mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 03:21:15 +00:00
Merge pull request #31535 from aveshagarwal/master-e2e-downward-api-issues
Automatic merge from submit-queue Fix downward api tests to output node allocatable not node capacity @kubernetes/rh-cluster-infra @derekwaynecarr
This commit is contained in:
commit
ddcbdcb8c8
@ -128,7 +128,7 @@ var _ = framework.KubeDescribe("Downward API", func() {
|
||||
testDownwardAPI(f, podName, env, expectations)
|
||||
})
|
||||
|
||||
It("should provide default limits.cpu/memory from node capacity", func() {
|
||||
It("should provide default limits.cpu/memory from node allocatable", func() {
|
||||
podName := "downward-api-" + string(uuid.NewUUID())
|
||||
env := []api.EnvVar{
|
||||
{
|
||||
|
@ -92,7 +92,7 @@ Docker Containers should be able to override the image's default commmand (docke
|
||||
Docker Containers should use the image defaults if command and args are blank,vishh,0
|
||||
Downward API should create a pod that prints his name and namespace,nhlfr,0
|
||||
Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars,deads2k,1
|
||||
Downward API should provide default limits.cpu/memory from node capacity,derekwaynecarr,0
|
||||
Downward API should provide default limits.cpu/memory from node allocatable,derekwaynecarr,0
|
||||
Downward API should provide pod IP as an env var,nhlfr,0
|
||||
Downward API should provide pod name and namespace as env vars,nhlfr,0
|
||||
Downward API volume should provide container's cpu limit,smarterclayton,1
|
||||
|
|
Loading…
Reference in New Issue
Block a user