Kubelet listen on all interfaces

Switch on EmptyDir and Secrets tests

Change-Id: I7f951d3adff6dbac06961a8d72fb04984557cef8
This commit is contained in:
Davanum Srinivas 2017-04-10 10:23:27 -04:00
parent 617431d723
commit 3a9ef51dad
2 changed files with 1 additions and 24 deletions

View File

@ -79,19 +79,6 @@ TESTS_LIST=(
'Downward API volume should provide container.*s cpu limit [Conformance] [Volume]'
'Downward API volume should set mode on item file [Conformance] [Volume]'
'Downward API volume should update labels on modification [Conformance] [Volume]'
'EmptyDir volumes [BeforeEach] should support (root,0644,default) [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*non-root,0644,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*non-root,0666,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*non-root,0777,default.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*non-root,0777,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*root,0644,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*root,0666,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*root,0777,default.* [Conformance] [Volume]'
'EmptyDir volumes [It] should support .*root,0777,tmpfs.* [Conformance] [Volume]'
'EmptyDir volumes [It] volume on default medium should have the correct mode [Conformance] [Volume]'
'EmptyDir volumes [It] volume on tmpfs should have the correct mode [Conformance] [Volume]'
'EmptyDir volumes should support (non-root,0666,default) [Conformance] [Volume]'
'EmptyDir volumes should support (root,0666,default) [Conformance] [Volume]'
'Events [It] should be sent by kubelets and the scheduler about pods scheduling and running [Conformance]'
'Garbage collector [It] should orphan RS created by deployment when deleteOptions.OrphanDependents is true'
'Garbage collector [It] should orphan pods created by rc if deleteOptions.OrphanDependents is nil'
@ -200,16 +187,6 @@ TESTS_LIST=(
'ResourceQuota [It] should create a ResourceQuota and capture the life of a pod.'
'ResourceQuota [It] should create a ResourceQuota and capture the life of a replication controller.'
'ResourceQuota should create a ResourceQuota and capture the life of a secret.'
'Secrets [BeforeEach] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [Volume]'
'Secrets [It] should be consumable from pods in env vars [Conformance]'
'Secrets [It] should be consumable from pods in volume [Conformance] [Volume]'
'Secrets [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [Conformance] [Volume]'
'Secrets [It] should be consumable from pods in volume with defaultMode set [Conformance] [Volume]'
'Secrets [It] should be consumable in multiple volumes in a pod [Conformance] [Volume]'
'Secrets [It] should be consumable via the environment [Conformance]'
'Secrets optional updates should be reflected in volume [Conformance] [Volume]'
'Secrets should be consumable from pods in volume with mappings [Conformance] [Volume]'
'Secrets should be consumable from pods in volume with mappings and Item Mode set [Conformance] [Volume]'
'Service endpoints latency [It] should not be very high [Conformance]'
'ServiceAccounts [It] should mount an API token into pods [Conformance]'
'Services [AfterEach] should prevent NodePort collisions'

View File

@ -103,7 +103,7 @@ function install_k8s_cloud_provider {
export SERVICE_CLUSTER_IP_RANGE=10.1.0.0/24
export FIRST_SERVICE_CLUSTER_IP=10.1.0.1
export API_HOST_IP=${HOST_IP:-"127.0.0.1"}
export KUBELET_HOST=${HOST_IP:-"127.0.0.1"}
export KUBELET_HOST="0.0.0.0"
#export HOSTNAME_OVERRIDE=${HOST_IP:-"127.0.0.1"}
export ENABLE_CRI=false