k8s-merge-robot
f5c2d90c3a
Merge pull request #12293 from deads2k/testclient-specific-reaction
...
Auto commit by PR queue bot
2015-09-02 09:18:24 -07:00
k8s-merge-robot
345340ba49
Merge pull request #13489 from nikhiljindal/defaultDeployment
...
Auto commit by PR queue bot
2015-09-02 07:59:42 -07:00
k8s-merge-robot
cc811b3519
Merge pull request #13473 from yujuhong/check_volumes
...
Auto commit by PR queue bot
2015-09-02 07:32:57 -07:00
Marcin Wielgus
3e9932557d
Merge pull request #13052 from pmorie/podip-fix
...
Fix race condition for consuming podIP via downward API
2015-09-02 16:04:01 +02:00
k8s-merge-robot
dd5f970679
Merge pull request #13446 from fgrzadkowski/fix_docker_multinode_doc
...
Auto commit by PR queue bot
2015-09-02 06:48:56 -07:00
Marcin Wielgus
77e2d4f918
Merge pull request #13132 from piosz/initial
...
Implemented first version of InitialResources plugin.
2015-09-02 13:11:35 +02:00
Marcin Wielgus
02eabc9276
Merge pull request #13505 from wojtek-t/test_graceful
...
Fix scalability test suite
2015-09-02 12:18:57 +02:00
Marcin Wielgus
f7bb05f58e
Merge pull request #13504 from Huawei-PaaS/fix_heapster_cadvisor_port
...
Fix a typo `-cadvisor_port` to `--cadvisor-port`
2015-09-02 12:13:49 +02:00
qiaolei
d2a0f2b66f
Fix a typo -cadvisor_port
to --cadvisor-port
...
Where `-cadvisor_port` should be `--cadvisor-port`
2015-09-02 17:52:52 +00:00
Wojciech Tyczynski
4d702d2fd5
Fix scalability test suite
2015-09-02 11:53:37 +02:00
Wojciech Tyczynski
d23d083439
Merge pull request #13405 from RichieEscarez/removeform
...
Edit the community, discussion, and support section of the Kubernetes README
2015-09-02 11:06:20 +02:00
Wojciech Tyczynski
781de2f5e3
Merge pull request #13432 from wojtek-t/etcd_test_framework
...
Create registrytest support for etcd test to reduce amount of boilerplate in tests
2015-09-02 11:01:30 +02:00
Wojciech Tyczynski
0eee5c8b8c
Merge pull request #13457 from nikhiljindal/deleteLimitRangeNameField
...
Stop supporting name field in resourcequota field selector
2015-09-02 10:57:55 +02:00
Wojciech Tyczynski
b4a3698fae
Merge pull request #13472 from justinsb/docs_pull_policy_name
...
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
2015-09-02 10:17:40 +02:00
Wojciech Tyczynski
72fe5a9b9b
Merge pull request #13351 from Huawei-PaaS/arch_authz_and_authn_kubelet
...
Adjust the architecture diagram
2015-09-02 10:15:26 +02:00
hw-qiaolei
e4b9e83fea
Adjust the architecture diagram
...
Some modifications of the architecture diagram:
1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it
2. adjust the arrow to point to kubelet instead of to node of the second node
3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server
4. some tiny adjustments of the arrow position
5. affected files: architecture.svg, architecture.png and architecture.dia
2015-09-02 14:48:04 +00:00
Wojciech Tyczynski
078c0c16f2
Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md
...
Update quota example in admission_control_resource_quota.md
2015-09-02 10:14:36 +02:00
qiaolei
26a3ace570
Update quota example
...
Update quota example to track latest changes
2015-09-02 15:11:22 +08:00
nikhiljindal
30a58321e8
Adding defaults to Deployment
2015-09-01 23:48:34 -07:00
Wojciech Tyczynski
a4baf4c211
Add registrytest support for etcd tests.
2015-09-02 07:54:34 +02:00
Brendan Burns
3dd3aa2730
Merge pull request #13442 from liebowitz/master
...
Fixed typo in CentOS doc: api-servers arg
2015-09-01 21:40:46 -07:00
Brendan Burns
03fc551988
Merge pull request #13340 from rimey/documentation
...
Fix buggy placement of imagePullPolicy in documentation example.
2015-09-01 21:28:46 -07:00
Daniel Smith
a918044edd
Merge pull request #13480 from kubernetes/revert-13461-revert-13345-proxy-contention
...
Revert "Revert "Don't take the proxy mutex in the traffic path""
2015-09-01 18:06:36 -07:00
Alex Robinson
66ff3c133b
Merge pull request #13229 from a-robinson/fluent
...
Clean up the fluentd images to make them more debuggable
2015-09-01 17:01:04 -07:00
k8s-merge-robot
0a062c5b24
Merge pull request #11942 from ironcladlou/rolling-update-availability
...
Auto commit by PR queue bot
2015-09-01 16:51:13 -07:00
Daniel Smith
9fc8a79e37
Revert "Revert "Don't take the proxy mutex in the traffic path""
2015-09-01 16:40:11 -07:00
Daniel Smith
fa9339d9e4
Merge pull request #13475 from lavalamp/proxyTimeout
...
Increase timeout to fix flaky tests
2015-09-01 16:11:45 -07:00
Daniel Smith
46ae7e87c7
Increase timeout to fix flaky tests
2015-09-01 16:08:13 -07:00
Yu-Ju Hong
08ec796995
kubelet: remove orphaned pod directories properly
...
PR #13293 added a safety check to not remove a pod directory if the child
volumes directory is not empty. This logic is faulty because kubelet may have
directory structures podUID/volumes/volumeKind/volumeName. E.g.,
`056db95d-50ee-11e5-a2e4-42010af0ba1d/volumes/kubernetes.io~empty-dir/default-token-al3r2`
This change fixes that by properly listing all volumes under a pod.
2015-09-01 15:39:17 -07:00
Justin Santa Barbara
c6d7a90449
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
...
PullIfNotPresent is the internal name in go code; IfNotPresent is the
user-facing value that is specified in json/yaml. For docs, we should use the
user-facing string.
Similarly PullAlways -> Always
2015-09-01 18:35:34 -04:00
Daniel Smith
f7123ac8c6
Merge pull request #10457 from mesosphere/proc_rewrite
...
MESOS: rewrite Process implementation from scratch, unskip previously failing test
2015-09-01 15:25:12 -07:00
Daniel Smith
e25540c955
Merge pull request #9663 from swagiaal/aws-add-shared-credentials-provider
...
Add SharedCredentials Provider to AWS
2015-09-01 15:24:29 -07:00
RichieEscarez
7b87168e41
Edit the community, discussion, and support section - add link to community page and cloud native computing foundation
...
Also fixed urls: Changed: GoogleCloudPlatform To: kubernetes
2015-09-01 14:23:06 -07:00
Daniel Smith
ae1236303e
Merge pull request #13461 from kubernetes/revert-13345-proxy-contention
...
Revert "Don't take the proxy mutex in the traffic path"
2015-09-01 13:33:34 -07:00
k8s-merge-robot
51d7f85636
Merge pull request #13406 from nikhiljindal/kubectlDeployment
...
Auto commit by PR queue bot
2015-09-01 13:33:23 -07:00
Daniel Smith
a20d7ca481
Revert "Don't take the proxy mutex in the traffic path"
2015-09-01 13:33:05 -07:00
nikhiljindal
d72d08e37e
Stop supporting name field in resourcequota field selector
2015-09-01 13:12:02 -07:00
k8s-merge-robot
3d51f524b5
Merge pull request #13386 from danwinship/iptables-w
...
Auto commit by PR queue bot
2015-09-01 13:07:57 -07:00
Daniel Smith
cfe2bf10f2
Merge pull request #13426 from feihujiang/aggregateErrorsWhenValidateParams
...
Aggregate errors when validate kubectl required parameters and labels
2015-09-01 12:26:45 -07:00
Daniel Smith
a98a0f52b4
Merge pull request #13345 from thockin/proxy-contention
...
Don't take the proxy mutex in the traffic path
2015-09-01 12:25:59 -07:00
Daniel Smith
01aac19d5c
Merge pull request #13312 from kelcecil/kube-help-correction
...
Fix docker-machine typo in daemon help
2015-09-01 12:24:17 -07:00
Daniel Smith
10efd9806a
Merge pull request #13227 from kargakis/fix-exposing-from-file
...
expose: Don't query the server for input objects
2015-09-01 12:23:01 -07:00
Derek Carr
a7e47cada2
Merge pull request #12963 from smarterclayton/enable_graceful
...
Enable graceful deletion of pods (7/7)
2015-09-01 15:07:29 -04:00
Brendan Burns
64717962cf
Merge pull request #13211 from ashcrow/kubelet-disk-manager-tests
...
test: improved kubelet disk_manager coverage.
2015-09-01 10:10:07 -07:00
Brendan Burns
9c37fe29c8
Merge pull request #12227 from freeformz/remove_code_google_com
...
s:code.google.com/p:github.com/scalingdata:
2015-09-01 10:07:44 -07:00
Brendan Burns
8696c6c1d7
Merge pull request #13290 from Huawei-PaaS/amend_two_markdown_errors_in_authentication_md
...
Amend some markdown and other errors in **easyrsa** section
2015-09-01 10:07:21 -07:00
Brendan Burns
6f2dcb5b90
Merge pull request #13297 from piosz/initial-proposal
...
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Brendan Burns
6c47bfc08b
Merge pull request #13352 from Huawei-PaaS/amend_markdown_errors_in_federation_md
...
Amend some markdown errors in federation.md
2015-09-01 10:05:25 -07:00
Brendan Burns
43e7c9b211
Merge pull request #13367 from spothanis/cinder
...
Cinder Volume Plugin
2015-09-01 10:05:15 -07:00
Brendan Burns
1919d7fa0e
Merge pull request #13369 from resouer/patch-5
...
Fix inconsistency path in GOPATH doc
2015-09-01 10:04:32 -07:00