Merge pull request #27776 from mikedanese/addon-limit

Automatic merge from submit-queue

increase addon check interval

Do static pods have a crash loop back off? If so, this test would be much faster if we restarted the kubelet to clear that.

Fixes #26770
This commit is contained in:
k8s-merge-robot 2016-06-22 05:57:49 -07:00 committed by GitHub
commit 4e2433cfab
4 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,7 @@
IMAGE=gcr.io/google-containers/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v3
VERSION=v4
# amd64 and arm has "stable" binaries pushed for v1.2, arm64 and ppc64le hasn't so they have to fetch the latest alpha
# however, arm64 and ppc64le are very experimental right now, so it's okay

View File

@ -19,7 +19,7 @@
# managed result is of that. Start everything below that directory.
KUBECTL=${KUBECTL_BIN:-/usr/local/bin/kubectl}
ADDON_CHECK_INTERVAL_SEC=${TEST_ADDON_CHECK_INTERVAL_SEC:-10}
ADDON_CHECK_INTERVAL_SEC=${TEST_ADDON_CHECK_INTERVAL_SEC:-60}
SYSTEM_NAMESPACE=kube-system
trusty_master=${TRUSTY_MASTER:-false}

View File

@ -3,12 +3,14 @@ kind: Pod
metadata:
name: kube-addon-manager
namespace: kube-system
version: v1
labels:
component: kube-addon-manager
version: v4
spec:
hostNetwork: true
containers:
- name: kube-addon-manager
image: gcr.io/google-containers/kube-addon-manager:v1
image: gcr.io/google-containers/kube-addon-manager:v4
resources:
requests:
cpu: 5m

View File

@ -216,7 +216,7 @@ var _ = framework.KubeDescribe("Addon update", func() {
})
// WARNING: the test is not parallel-friendly!
It("should propagate add-on file changes", func() {
It("should propagate add-on file changes [Slow]", func() {
// This test requires:
// - SSH
// - master access