diff --git a/test/images/glusterdynamic-provisioner/Dockerfile b/test/images/glusterdynamic-provisioner/Dockerfile index 09a6978c0b5..3983b7c4f24 100644 --- a/test/images/glusterdynamic-provisioner/Dockerfile +++ b/test/images/glusterdynamic-provisioner/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/images/nginx-new/Dockerfile b/test/images/nginx-new/Dockerfile index 09a6978c0b5..3983b7c4f24 100644 --- a/test/images/nginx-new/Dockerfile +++ b/test/images/nginx-new/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/images/nginx/Dockerfile b/test/images/nginx/Dockerfile index 09a6978c0b5..3983b7c4f24 100644 --- a/test/images/nginx/Dockerfile +++ b/test/images/nginx/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/images/perl/Dockerfile b/test/images/perl/Dockerfile index 09a6978c0b5..3983b7c4f24 100644 --- a/test/images/perl/Dockerfile +++ b/test/images/perl/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 The Kubernetes Authors. +# Copyright 2021 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/images/resource-consumer/README.md b/test/images/resource-consumer/README.md index 18e691c645b..c886a675819 100644 --- a/test/images/resource-consumer/README.md +++ b/test/images/resource-consumer/README.md @@ -48,7 +48,7 @@ Custom metrics in Prometheus format are exposed on "/metrics" endpoint. ### CURL example ```console -kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.7 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi' +kubectl run resource-consumer --image=gcr.io/kubernetes-e2e-test-images/resource-consumer:1.8 --expose --service-overrides='{ "spec": { "type": "LoadBalancer" } }' --port 8080 --requests='cpu=500m,memory=256Mi' kubectl get services resource-consumer ```