mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #113296 from claudiubelu/retrigger-test-images
test images: Retrigger failing images
This commit is contained in:
commit
5c8e3a423f
@ -22,7 +22,7 @@ DEB_ARCH=$(dpkg --print-architecture)
|
|||||||
|
|
||||||
case ${DEB_ARCH} in
|
case ${DEB_ARCH} in
|
||||||
s390x|arm64|ppc64el)
|
s390x|arm64|ppc64el)
|
||||||
# we have to use the archive mirrors.
|
# We have to use the archive mirrors.
|
||||||
# See: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
|
# See: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
|
||||||
echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | tee /etc/apt/sources.list
|
echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | tee /etc/apt/sources.list
|
||||||
echo "deb-src http://archive.debian.org/debian/ jessie main contrib non-free" | tee -a /etc/apt/sources.list
|
echo "deb-src http://archive.debian.org/debian/ jessie main contrib non-free" | tee -a /etc/apt/sources.list
|
||||||
|
@ -78,4 +78,3 @@ Docker image of Resource Consumer can be found in Google Container Registry as g
|
|||||||
### Vertical autoscaling of pod
|
### Vertical autoscaling of pod
|
||||||
1. Create consuming pod and start consuming appropriate amount of resources
|
1. Create consuming pod and start consuming appropriate amount of resources
|
||||||
2. Observed that limits has been increased
|
2. Observed that limits has been increased
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user