Commit Graph

19746 Commits (2b5f590935c943782f8f486b39ebe5b0b1ae7518)

Author SHA1 Message Date
nikhiljindal a558fca24b Enabling deployments on GCE when the corresponding env var is set to true 2015-10-15 16:54:17 -07:00
nikhiljindal a0c038982e Fixing integrations test 2015-10-15 16:54:17 -07:00
Eric Tune f37fd07b96 Merge pull request #15517 from caesarxuchao/fix-doc-Experimental
refactor "experimental" to "extensions" in documents
2015-10-15 15:12:27 -07:00
Isaac Hollander McCreery a52fcc6f29 Add get-build to our packaged test files for upgrade-tests 2015-10-15 14:41:08 -07:00
James DeFelice 76dda4fbe9 set defaults for http transport 2015-10-15 21:30:43 +00:00
k8s-merge-robot f58d5d486f Merge pull request #15445 from mesosphere/sttts-timeout-port-forward-tests
Auto commit by PR queue bot
2015-10-15 14:28:35 -07:00
nikhiljindal 39e461b7f9 Updating swagger spec to include the new extension resources that are enabled by default 2015-10-15 14:26:37 -07:00
James DeFelice 5b726867a1 mesos/docker support for profiling 2015-10-15 21:25:11 +00:00
nikhiljindal 7bcc4a6755 Allowing runtimeConfig to support enabling/disabling specific extension resources 2015-10-15 14:24:22 -07:00
James DeFelice b28333ca43 enable profiling for the kubelet/executor when turned on at the scheduler 2015-10-15 21:22:41 +00:00
Yu-Ju Hong 80287e3430 Disable keep-alive for liveness/readiness probes
Keep-alive is often not useful for probing because kubelet checks many pods
with different addresses and ports. Disable keep-alive so prober does not
have to handle closed connections.
2015-10-15 14:21:27 -07:00
James DeFelice df246991e0 avoid blocking on full-pipe conditions for procs that write to stdout, which we continue to ignore 2015-10-15 21:20:23 +00:00
k8s-merge-robot 5174ca21f6 Merge pull request #15717 from ihmccreery/fix-jenkins-upgrade-versioning
Auto commit by PR queue bot
2015-10-15 14:02:31 -07:00
Eric Tune 13ae9a4d46 Merge pull request #15520 from mikedanese/dne
Move job to generalized label selector
2015-10-15 13:59:22 -07:00
Eric Tune 5a1a0b3040 Merge pull request #15428 from mikedanese/gc
Add e2e test for pod garbage collection
2015-10-15 13:58:00 -07:00
Eric Tune 442f61623c Merge pull request #15408 from a-robinson/tests
Improve the error handling when creating/delete GCE IPs in e2e tests.
2015-10-15 13:57:40 -07:00
Eric Tune d4475e3d49 Merge pull request #15232 from deads2k/refactor-logs
refactor kubectl logs to be composeable
2015-10-15 13:56:58 -07:00
Alex Robinson 40d1a01fa8 Set Docker's default log level to warning to reduce log spam. 2015-10-15 13:49:28 -07:00
Andy Zheng 59e5e07763 Fix a bug in trusty node.yaml config
The --log-level="\debug\" flag in DOCKER_OPTS may not be correctly
interpreted in some cases. We turn on this flag only for testing
clusters. In addition to fixing the docker flag, this change
also removes the confusing numbers from the lines of separating
upstart jobs.
2015-10-15 13:43:25 -07:00
Mike Danese d379a360c6 copy directory not contents of directory 2015-10-15 13:43:20 -07:00
Chao Xu 0075f99333 refactor "experimental" to "extensions" in documents 2015-10-15 13:39:54 -07:00
k8s-merge-robot ae0ea6496e Merge pull request #15278 from combk8s/logCapital
Auto commit by PR queue bot
2015-10-15 13:37:39 -07:00
k8s-merge-robot 3744ea8ce6 Merge pull request #15425 from Dingshujie/fix_dns_doc
Auto commit by PR queue bot
2015-10-15 13:37:03 -07:00
Jimmi Dyson 3276307c7e libcontainer bump 2015-10-15 21:06:53 +01:00
Jimmi Dyson a5421270e5 cadvisor bump 2015-10-15 21:06:45 +01:00
Jeff Grafton 35db467216 Remove extraneous newline 2015-10-15 12:49:57 -07:00
Eric Tune 8fcb0dfb75 Merge pull request #14925 from ashcrow/e2e-latency
Extract latency test so it can be run separately from density E2E
2015-10-15 12:24:25 -07:00
Eric Tune 056ef2d556 Merge pull request #15722 from yujuhong/soak_cluster
e2e: disable component killing/restarting tests in the soak cluster
2015-10-15 12:21:49 -07:00
Eric Tune c01c0596e6 Merge pull request #15707 from eparis/no-test-godeps
Remove all _test.go files from Godeps
2015-10-15 12:20:11 -07:00
Chao Xu b5a3ab67da let kubectl label use PATCH instead of PUT 2015-10-15 12:18:54 -07:00
Ravi L R 99b03baa9b handle task lost status update from executor on docker daemon crash/restart by deleting the pod, so that the RC creates a new one, if the pod is backed by RC 2015-10-15 12:03:50 -07:00
Ravi L R 0e296c3dcd while deleting pod on terminal task status update, delete with grace_period=0 as the corresponding pod is already gone 2015-10-15 12:03:50 -07:00
Yu-Ju Hong 2dacbc3dda e2e: disable component killing/restarting tests in the soak cluster
This fixes #15649
2015-10-15 11:34:08 -07:00
Eric Tune c9d6037c81 Merge pull request #15720 from ncdc/skip-exec-proxy-test
Temp. skip exec+proxy e2e test
2015-10-15 11:32:32 -07:00
Jeff Grafton 23fb8a8b76 Add script to upload test artifacts and log to GCS using gsutil
This new script is designed to be source'd by Jenkins jobs. It'll
automatically upload all test artifacts and the console log to GCS on
exit.
2015-10-15 11:32:11 -07:00
Andy Goldstein 37b0cfd02b Temp. skip exec+proxy e2e test
It's breaking GCE e2e. Will reenable once we've fixed the test.
2015-10-15 14:22:14 -04:00
Alex Robinson 54dc6bb6c9 Improve the error handling when creating/delete GCE IPs in e2e tests.
Prior to this, test failures caused by errors in these helpers printed
out long exec.ExitErrors structs that didn't contain any useful info,
for example:
```
Expected error:
      <*exec.ExitError | 0xc20804e518>: {
          ProcessState: {
              pid: 22855,
              status: 256,
              rusage: {
                  Utime: {Sec: 0, Usec: 312000},
                  Stime: {Sec: 0, Usec: 96000},
                  Maxrss: 42912,
                  Ixrss: 0,
                  Idrss: 0,
                  Isrss: 0,
                  Minflt: 21667,
                  Majflt: 0,
                  Nswap: 0,
                  Inblock: 0,
                  Oublock: 40,
                  Msgsnd: 0,
                  Msgrcv: 0,
                  Nsignals: 0,
                  Nvcsw: 52,
                  Nivcsw: 34,
              },
          },
      }
      exit status 1
  not to have occurred
```
2015-10-15 17:57:46 +00:00
Isaac Hollander McCreery 79df5f58ff kubernetes-upgrade-1.0-1.1-gke configs using ci/latest-1.1 2015-10-15 10:30:09 -07:00
Clayton Coleman 9440d17041 Proxy resync period should not be 30 seconds 2015-10-15 11:26:49 -04:00
Mike Danese 402e68e05c add slow test for terminated pod garbage collection 2015-10-15 08:19:39 -07:00
Mike Danese ef015c3574 add config-vm flag to enable terminated pod garbage collection. 2015-10-15 08:19:39 -07:00
Eric Paris 363d8a6fec Remove all _test.go files in Godep 2015-10-15 11:17:04 -04:00
derekwaynecarr 65efc784cb Fix error message in validate load balancer status 2015-10-15 11:06:41 -04:00
Mike Danese a7a54cac74 move job to generalized label selector 2015-10-15 07:42:58 -07:00
Mike Danese 5f55be5dc1 autogenerated api changes 2015-10-15 07:42:57 -07:00
Mike Danese 29c50cdc1a plumb PodSelector through the api 2015-10-15 07:42:57 -07:00
k8s-merge-robot 407f9b9e42 Merge pull request #15555 from rootfs/iscsi-def-port
Auto commit by PR queue bot
2015-10-15 07:22:18 -07:00
k8s-merge-robot a3f2ba2e34 Merge pull request #11694 from ncdc/add-spdy-proxy-support
Auto commit by PR queue bot
2015-10-15 06:56:15 -07:00
k8s-merge-robot 5d66bf9741 Merge pull request #15519 from ihmccreery/upgrade-versioning
Auto commit by PR queue bot
2015-10-15 06:30:12 -07:00
k8s-merge-robot 351cc2040e Merge pull request #15491 from derekwaynecarr/ingress_status
Auto commit by PR queue bot
2015-10-15 06:04:38 -07:00