Filip Grzadkowski
44c91b1a39
Merge pull request #12508 from markturansky/refactor_pv_controllers
...
Refactored persistent volume controllers to new packaging structure
2015-08-11 12:35:23 +02:00
Filip Grzadkowski
999eff1b7f
Merge pull request #12510 from markturansky/improve_failed_mount_msg
...
Removed spew from failed volume mount event
2015-08-11 12:35:02 +02:00
Filip Grzadkowski
22fc45c98a
Merge pull request #12522 from gmarek/fix_gke
...
Fix kube-up for GKE. cluster-version is no more.
2015-08-11 12:11:24 +02:00
gmarek
69f7a71b5d
Fix kube-up for GKE. cluster-version is no more.
2015-08-11 11:26:05 +02:00
Filip Grzadkowski
03e4bc651c
Merge pull request #12518 from piosz/jenkins-autoscaling
...
Changed monitoring level to googleinfluxdb in kubernetes-e2e-gce Jenk…
2015-08-11 11:13:06 +02:00
Filip Grzadkowski
38c3e351d8
Merge pull request #12203 from jgriffiths1993/subnetid-vip
...
Pass SubnetID to vips.Create()
2015-08-11 10:59:56 +02:00
Filip Grzadkowski
2148fb78db
Merge pull request #12223 from thockin/srv-hostname
...
Update serve_hostname
2015-08-11 10:59:15 +02:00
David Oppenheimer
e4d9aaa2cf
Address reviewer comments.
2015-08-11 01:31:30 -07:00
Filip Grzadkowski
3f7b54cbdb
Merge pull request #11669 from pweil-/sc-nonroot
...
add non-root directive to SC and kubelet checking
2015-08-11 10:30:53 +02:00
Filip Grzadkowski
9dd3cac82e
Merge pull request #12423 from brendandburns/service
...
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Piotr Szczesniak
63a88dd24a
Changed monitoring level to googleinfluxdb in kubernetes-e2e-gce Jenkins job.
2015-08-11 10:07:48 +02:00
Filip Grzadkowski
e44c8e6661
Merge pull request #12347 from wojtek-t/rewrite_limitrange
...
Unify limitrange registry to be generic.
2015-08-11 08:51:17 +01:00
gmarek
bc8565d55e
Add e2e test monitoring current container resource usage with updated
...
constants.
This reverts commit 1f7ea4f08e
.
2015-08-11 09:16:14 +02:00
Wojciech Tyczynski
5ea99310f1
Unify limitrange registry to be generic.
2015-08-11 09:06:44 +02:00
David Oppenheimer
7aac21fd73
Rescheduler design space doc.
2015-08-10 23:33:11 -07:00
jiangyaoguo
6889f693db
Add birthcry event to kube-proxy
...
1. Add HostnameOverride parameter for kube-proxy as kubelet did.
2. Add Birthcry event for kube-proxy.
3. Because record event need apiserver client, adjust order of code partly.
2015-08-11 14:24:07 +08:00
derekwaynecarr
df0ca1c54c
Fix vagrant kube-up
2015-08-11 01:10:34 -04:00
Brendan Burns
3f18641857
Merge pull request #12434 from ZJU-SEL/unsupported-param
...
fix unsupported param of containerized kubelet
2015-08-10 21:04:40 -07:00
markturansky
8e0d391b1e
Refactored persistent volume controllers to new packaging structure
2015-08-10 23:18:48 -04:00
markturansky
0b72bb2458
removed spew from event error
2015-08-10 23:16:15 -04:00
Alex Robinson
9036f2cf82
Merge pull request #12408 from smarterclayton/improvements_to_test
...
e2e test cases should clean up more effectively
2015-08-10 18:15:04 -07:00
Alex Robinson
f63eba6e36
Merge pull request #12061 from pmorie/secrets-ug-vectors
...
Add information about protections/risks to secrets user guide
2015-08-10 18:08:51 -07:00
Alex Robinson
785ccf4a74
Merge pull request #12005 from JanetKuo/kubectl-describe-allocatedresource
...
Make kubectl describe node include allocated resource
2015-08-10 18:08:04 -07:00
Alex Robinson
e899a36de8
Merge pull request #12491 from yifan-gu/bump_appc
...
Godeps: bump appc/spec to v0.6.1+git.
2015-08-10 16:38:49 -07:00
Alex Robinson
5cab32957e
Merge pull request #12502 from gambol99/rj/rbd_defencing_fix
...
- fixed the defencing of the rbd lock
2015-08-10 16:38:12 -07:00
Alex Robinson
3beb7f294a
Merge pull request #12504 from uluyol/notmpfiles
...
Remove temporary file
2015-08-10 16:36:50 -07:00
Alex Robinson
f7cab137df
Merge pull request #12019 from gmarek/soak
...
Move initialization of Jenkins variables for GCE soak tests to hack/jenkins/e2e.sh
2015-08-10 16:19:57 -07:00
Alex Robinson
59c0fbb6a9
Merge pull request #12444 from thockin/nix-cmd-kubernetes
...
Remove old 'kubernetes' cmd
2015-08-10 16:19:35 -07:00
Muhammed Uluyol
7d5b8dd10f
Remove temporary file
2015-08-10 16:03:12 -07:00
Clayton Coleman
e623d33343
e2e test cases should clean up more effectively
...
Graceful deletion exposes weakness in cleanup paths, add
common hooks for waiting for namespcae deletion to complete,
use direct delection where necessary, and add some debug output
for finding cleanup flags (namespaces that aren't fully deleted)
2015-08-10 19:02:39 -04:00
Rohith
dc23ded091
- fixing the complaint on the gofmt
2015-08-10 23:57:05 +01:00
Alex Robinson
42e12f1c5f
Merge pull request #12340 from wojtek-t/rewrite_service_etcd
...
Refactor "service" registry to use standard REST storage (and generic etcd)
2015-08-10 15:38:50 -07:00
Rohith
bb31cd29ea
- fixed the defencing of the rbd lock
2015-08-10 23:33:25 +01:00
Alex Robinson
64f82ab132
Merge pull request #12500 from yujuhong/fix_panic
...
Check error before accessing returned value in e2e/kubectl.go
2015-08-10 15:25:23 -07:00
Alex Robinson
5836d455b8
Merge pull request #12239 from eparis/bash-completions-rolling-update
...
Bash completion annotations for rollingupdates
2015-08-10 15:02:48 -07:00
Yu-Ju Hong
13aec6421a
Check error before accessing returned value in e2e/kubectl.go
...
This avoids test panics.
2015-08-10 15:02:17 -07:00
Alex Robinson
057be1fc8d
Merge pull request #12406 from smarterclayton/namespace_estimate_delete
...
Namespace must estimate and requeue content deletions
2015-08-10 15:01:35 -07:00
Eric Paris
340a99c373
Use hack/verify-boilerplate.sh in pre-commit hook
...
Using the hack/ version is probably a little slower, but it still only
takes about .2 seconds. So probably worth the reduction in code.
2015-08-10 17:41:36 -04:00
Alex Robinson
f195a80e53
Merge pull request #12494 from mesosphere/mesos-docker-log-dump
...
[mesos/docker] Dump logs on kube-up error
2015-08-10 14:37:52 -07:00
Alex Robinson
d6b7fcc69f
Merge pull request #11988 from brendandburns/tc
...
Add some utilities for limiting bandwidth using 'tc'
2015-08-10 14:23:04 -07:00
Alex Robinson
20c189d752
Merge pull request #12471 from peter-edge/docker-new-client-from-env
...
Use docker.NewClientFromEnv for creation of docker.Client
2015-08-10 14:22:21 -07:00
Alex Robinson
cd3c3fe479
Merge pull request #12373 from cjcullen/network
...
Use full URLs for GCE networks
2015-08-10 14:21:42 -07:00
Alex Robinson
33178dce96
Merge pull request #12496 from nikhiljindal/portDescription
...
Fixing a typo in port swagger description
2015-08-10 14:10:48 -07:00
Karl Isenberg
9a415f96c4
[mesos/docker] Dump logs on kube-up error
...
- Extracted compose_file var to avoid pushd/popd
2015-08-10 14:05:31 -07:00
nikhiljindal
a698acd3c8
Fixing a typo in port swagger description
2015-08-10 13:32:46 -07:00
Alex Robinson
e13b00eddc
Merge pull request #12436 from runningwild/PR
...
Install rkt to a directory that doesn't require environment variables…
2015-08-10 13:30:20 -07:00
Alex Robinson
9bda3c5998
Merge pull request #11138 from feihujiang/portForwardWithoutP
...
kubectl port-forward accept a pod without -p
2015-08-10 13:29:14 -07:00
Alex Robinson
91b0787f8a
Merge pull request #12313 from mesosphere/mesos-docker-guide
...
Clarify build instructions in mesos/docker guide
2015-08-10 13:28:06 -07:00
Janet Kuo
0ac6dba3f4
Make kubectl describe node include allocated resource
2015-08-10 13:25:59 -07:00
Alex Robinson
531d3def98
Merge pull request #12482 from tmrts/refactor/iota
...
Refactor probe.Result enumeration
2015-08-10 13:20:04 -07:00