Jeff Lowdermilk
64f4decc3b
Merge pull request #8065 from roberthbailey/remove-old-salt
...
Remove old salt configs
2015-05-11 13:14:02 -07:00
Dawn Chen
86479cc56c
Add support to pull log for last terminated container
2015-05-11 12:54:04 -07:00
Clayton Coleman
ecbca9eb17
Allow v1beta3 to POST events to all namespaces
...
A namespaced resource that supports ALL may allow creation
on the root (all namespaces) collection, thus adding POST
here.
We need to better formalize the definition of calls on namespaced
resources at the root scope, so Storage objects that do not support
that call pattern can do so at definition time and reject those
calls.
2015-05-11 15:51:05 -04:00
Clayton Coleman
84d1f19016
Subresources should be in their parent rest scope
...
A subresource like "Binding" does not necessarily have
to have a namespace. The RESTScope of a subresource
should always be its parent resource.
2015-05-11 15:51:05 -04:00
Clayton Coleman
b2a2ce0bb3
Legacy scope naming should NEVER set namespace for root
...
... resources.
2015-05-11 15:51:04 -04:00
Clayton Coleman
964bc8afda
Verify namespace is not set on root objects
2015-05-11 15:51:04 -04:00
Yifan Gu
85b453091b
kubelet: Add tests for fakePodWorkders.
2015-05-11 12:50:33 -07:00
Yifan Gu
52af792852
kubelet: Fix racy kubelet tests.
...
Add fakePodWorkders to run syncPod() in serial for testing.
2015-05-11 12:50:33 -07:00
Victor Marmol
65cf37ab6d
Merge pull request #8069 from yujuhong/runcontainer
...
Kubelet: minor cleanups
2015-05-11 12:34:33 -07:00
saadali
94643ce6c9
Modify Jenkins E2E to not fetch/unpack Kuberenetes, when deployment is
...
disabled,
2015-05-11 12:31:31 -07:00
kargakis
69a96f3ea1
resize: Use Resize method
2015-05-11 21:12:49 +02:00
Robert Bailey
6c42cb154b
Stop copying certs into /usr/share/nginx/ since nothing relies
...
on that location any longer.
2015-05-11 11:44:19 -07:00
Chao Xu
25cca64c12
update example/rethinkdb to v1beta3
...
add external load balancer to work on GCE
add a comment about nodeSelector in gen-pod.sh
update the image/run.sh to v1beta3
2015-05-11 11:29:54 -07:00
Nikhil Jindal
0da12c1ba9
Merge pull request #7869 from bprashanth/rc_rl
...
Rate limit replica creation
2015-05-11 11:24:02 -07:00
Yu-Ju Hong
a9c9505206
Use VirtualSize of the docker image as the image size
2015-05-11 11:03:47 -07:00
Yu-Ju Hong
3599d81ef1
Remove some docker references
2015-05-11 11:03:47 -07:00
Yu-Ju Hong
3487a165b8
Unexport DockerManager.RunContainer
2015-05-11 11:03:41 -07:00
Nikhil Jindal
5fcf5911fa
Merge pull request #7940 from caesarxuchao/walkthrough-example
...
update example/walkthrough to v1beta3
2015-05-11 10:48:26 -07:00
Alex Robinson
8bec62e42c
Merge pull request #7995 from satnam6502/es-logging
...
Upgrade to Kibana 4 for cluster logging
2015-05-11 10:40:41 -07:00
Paul Morie
e2dd95a8b3
Make nfs volume plugin use injected mounter
2015-05-11 13:36:36 -04:00
Piotr Szczesniak
12e44ff8a9
Added label kubernetes.io/name to cluster services
...
The label specifies service name which is displayed in kubectl cluster-info
2015-05-11 19:35:53 +02:00
Nikhil Jindal
2cc8696425
Merge pull request #7919 from brendandburns/kubectl
...
Fix validation by moving it into the resource builder.
2015-05-11 10:20:14 -07:00
Nikhil Jindal
72ac82eba9
Merge pull request #8005 from lavalamp/kubectlFix
...
Don't print debugging things on every run of kubectl.sh
2015-05-11 10:19:37 -07:00
Nikhil Jindal
48dfad6701
Merge pull request #8050 from fgrzadkowski/cache
...
Add cache with multiple shards to decrease lock contention
2015-05-11 10:18:34 -07:00
Zach Loafman
3b540bfa72
Merge pull request #8066 from GoogleCloudPlatform/revert-8063-revert-7927-docker_16_broken
...
Revert "Revert "release build broken on Docker 1.6""
2015-05-11 10:17:47 -07:00
Nikhil Jindal
2dbe659887
Merge pull request #7639 from jayunit100/e2e-k8bps
...
E2E: Soak test and Functional tests for K8Petstore
2015-05-11 10:16:40 -07:00
Zach Loafman
4122b20c23
Revert "Revert "release build broken on Docker 1.6""
2015-05-11 10:15:27 -07:00
Dawn Chen
ffa5947010
Introduce Previous as PodLogOptions
2015-05-11 10:14:22 -07:00
Dawn Chen
ecaf0874b2
Introduce --previous option to kubectl log
2015-05-11 10:14:22 -07:00
Nikhil Jindal
671cdc882f
Merge pull request #8015 from guoshimin/master
...
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
2015-05-11 10:12:33 -07:00
Nikhil Jindal
4b5d47d103
Merge pull request #8027 from pmorie/dapi-docs
...
Fix example in downward-api docs
2015-05-11 10:12:08 -07:00
Nikhil Jindal
9c0fdc7afd
Merge pull request #8039 from nak3/delete-status
...
Delete status from displayable resources
2015-05-11 10:11:42 -07:00
Nikhil Jindal
3d8f94ed59
Merge pull request #8040 from nak3/terminate-child-process-local-up-cluster
...
Terminate child process by cleanup() in local-up-cluster.sh
2015-05-11 10:11:28 -07:00
Nikhil Jindal
6bf5acd109
Merge pull request #8044 from pmorie/pod-volume-injection
...
Refactor volume interfaces to receive pod instead of ObjectReference
2015-05-11 10:11:00 -07:00
Zach Loafman
f6e7a57469
Merge pull request #8063 from GoogleCloudPlatform/revert-7927-docker_16_broken
...
Revert "release build broken on Docker 1.6"
2015-05-11 10:08:38 -07:00
Zach Loafman
81d8ab32ba
Revert "release build broken on Docker 1.6"
2015-05-11 10:08:17 -07:00
Clayton Coleman
6ba6af2d1c
ServiceIP allocation test is flaky
...
Choose a possible IP out of a list, instead of assuming it
can't be chosen randomly.
2015-05-11 13:05:56 -04:00
Robert Bailey
d0fc289a88
Merge pull request #8061 from jlowdermilk/fix-gke-ci
...
Future proof GKE kubeconfig handling in e2e driver
2015-05-11 10:00:43 -07:00
Jeff Lowdermilk
6523d18130
Future proof GKE kubeconfig handling in e2e driver
2015-05-11 09:57:54 -07:00
Vish Kannan
b7289b606e
Merge pull request #7786 from thockin/ports
...
Service port names are required for multi-port
2015-05-11 09:46:02 -07:00
Satnam Singh
8de5dbcbdb
Merge pull request #7956 from RichieEscarez/7094-kube_auth_to_kubectl
...
Fixes 7094 - Replace "kubernetes_auth" with kubectl config view
2015-05-11 09:45:44 -07:00
Zach Loafman
e024a72eae
Merge pull request #7927 from smarterclayton/docker_16_broken
...
release build broken on Docker 1.6
2015-05-11 09:36:38 -07:00
Jeff Mendoza
f9edb4aa5f
For examples/meteor: update README, minor fixes.
2015-05-11 09:30:03 -07:00
Zach Loafman
63b821aeb6
Merge pull request #8023 from pires/7731-fix_hazelcast_example
...
Fixes Hazelcast example
2015-05-11 09:17:49 -07:00
Victor Marmol
307d677e06
Merge pull request #8022 from ddysher/kubelet-privilege
...
Check Pod privileged container
2015-05-11 09:01:58 -07:00
Eric Paris
c1b412d593
Merge pull request #8058 from pmorie/typo
...
Fix typo in nsenter_mount.go
2015-05-11 10:47:47 -05:00
Paul Morie
14243d3bd6
Fix typo in nsenter_mount.go
2015-05-11 11:41:01 -04:00
Eric Paris
630aed6db1
Merge pull request #8016 from nak3/delete-empty-first-column-lines
...
Use template to get first column in __kubectl_parse_get()
2015-05-11 10:01:13 -05:00
Piotr Szczesniak
aa116e2033
Implemented first version of load test
...
As for now it creates a bunch of Replication Controllers and play with them
Partially addresses #3139
2015-05-11 16:40:59 +02:00
deads2k
19784dbc4f
remove auth-path from kubeconfig
2015-05-11 10:40:23 -04:00