Commit Graph

16990 Commits

Author SHA1 Message Date
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
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
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
Brendan Burns
90aaa3dcc2 Merge pull request #13373 from Huawei-PaaS/fix_dead_link_in_event_compression_md
Fix dead link in event_compression.md
2015-09-01 10:04:21 -07:00
Brendan Burns
c048419810 Merge pull request #13380 from wojtek-t/refactor_etcd_watch_test
Refactoring of watch etcd tests.
2015-09-01 10:04:09 -07:00
Brendan Burns
1dc29ee319 Merge pull request #13408 from quinton-hoole/2015-08-31-deflake-soak-e2e
Skip GCE_SKIP and GCE_FLAKY e2e tests when soak testing.
2015-09-01 10:01:42 -07:00
Brendan Burns
e5140150df Merge pull request #13410 from danwinship/dbus
Add a mockable dbus interface to pkg/util
2015-09-01 10:01:17 -07:00
Brendan Burns
fdaea5303e Merge pull request #13437 from alexwlchan/patch-2
Fix two broken codeblocks in Guestbook example
2015-09-01 10:00:42 -07:00
Dan Mace
da5e4d7bd5 Rolling updater availability enhancements
Enhance the rolling updater to support maintaining minimum pod
availability for the duration of the update process.
2015-09-01 12:54:08 -04:00
k8s-merge-robot
c949e94047 Merge pull request #12743 from deads2k/bind-to-var
Auto commit by PR queue bot
2015-09-01 08:54:39 -07:00
Wojciech Tyczynski
39a91bf122 Merge pull request #13377 from dasch/patch-1
Fix a typo in the documentation
2015-09-01 16:41:29 +02:00
Greg Liebowitz
133310d84d Fixed typo in CentOS doc 2015-09-01 09:10:38 -04:00
deads2k
f1b81ff678 bind filenames var instead of looking up 2015-09-01 08:35:57 -04:00
Wojciech Tyczynski
5c2c42eed8 Merge pull request #13220 from aveshagarwal/master-issue-12740
httpGet livenessprobe fails for controller and scheduler when following steps in scratch.md (fixes #12740)
2015-09-01 14:20:15 +02:00