Commit Graph

11610 Commits

Author SHA1 Message Date
Dawn Chen
0710976d43 Merge pull request #8490 from thockin/diff-proto
Allow same-hostport-different-protocol
2015-05-21 09:16:16 -07:00
Dawn Chen
d5110b1805 Merge pull request #8488 from caesarxuchao/secrets-doc
fix a json file for pod in docs/secrets.md
2015-05-21 09:14:53 -07:00
Dawn Chen
456262c43c Merge pull request #8475 from dchen1107/clean
Create default LimitRange object for cluster: 100m cpu.share per container
2015-05-21 09:14:20 -07:00
Dawn Chen
ad47b2d29d Merge pull request #8483 from liggitt/etcd_test
Update generic etcd tests for cluster-scoped objects
2015-05-21 09:13:44 -07:00
Dawn Chen
9f4fb35c16 Merge pull request #8472 from nikhiljindal/statusName
v1: Updating StatusDetails.ID to Name
2015-05-21 09:12:42 -07:00
Dawn Chen
9a5b05312f Merge pull request #8238 from thockin/probe-logs
Better kubelet logging for probes
2015-05-21 09:11:11 -07:00
Dawn Chen
04c4d25065 Merge pull request #7905 from bakins/aws-coreos
AWS: use CoreOS for nodes
2015-05-21 09:05:56 -07:00
kargakis
6424a2bc63 resize: Enable resource type/name syntax
Also don't allow more than one objects in commands it makes sense
2015-05-21 17:39:01 +02:00
Rohit Jnagal
b8851e7938 Merge pull request #8623 from ZJU-SEL/guide-fix
Minor fix in ubuntu deploy guide
2015-05-21 09:32:24 -06:00
Harry Zhang
432e53556d Minor fix in ubuntu deploy guide 2015-05-21 15:21:26 +00:00
wizard
a070bad50f update etcd version to 2.0.9 for ubuntu k8s 2015-05-21 12:51:39 +08:00
Brandon Philips
58b1db3787 docs: fedora: fix manual instructions
Fix up a some commas
2015-05-20 22:07:09 -06:00
Brandon Philips
27a88b645e standalone: start etcd2
We are configuring etcd2 but starting the old etcd service. This will work on a single machine but isn't the user's intention. This is untested, I just wanted to fix it first.
2015-05-20 22:03:09 -06:00
Jordan Liggitt
49ceb82179 Wait until stores are filled before processing service account token events 2015-05-20 22:19:42 -04:00
Daniel Smith
8fdf1cca54 use ginkgo native timeout method 2015-05-20 17:36:37 -07:00
Chao Xu
5b8b5a0844 in docs, update replicationController to replicationcontroller 2015-05-20 17:31:15 -07:00
Quinton Hoole
d3778f5f5a Merge pull request #8601 from lavalamp/e2e-timeout
improve network test logging & add timeout - for debugging #8534
2015-05-20 17:25:52 -07:00
Daniel Smith
ec1b3a7537 improve network test logging 2015-05-20 17:22:21 -07:00
Abhishek Shah
dff3a7daaa skydns changes 2015-05-20 17:04:30 -07:00
Federico Simoncelli
fefc65164a kubelet: fix node ready condition logic
Fixes #8585

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-05-20 20:03:57 -04:00
Federico Simoncelli
2f503c57a5 nodecontroller: improve node status event recording
This patch substitutes the misleading reason "unknown" for the event
recording. For symmetry with kubelet's message "online" the conditions
Unknown and False are reported as "offline".

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-05-20 18:46:01 -04:00
Federico Simoncelli
21c57a5633 nodecontroller: remove unused ready event recording
It's not nodecontroller setting the node to Ready so it's impossible to
reach this condition.

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-05-20 18:45:58 -04:00
kargakis
30958f892d expose: Use resource builder
Plus:
* Rename flag --service-name to --name
* Some refactoring
2015-05-20 23:55:07 +02:00
Clayton Coleman
0a28e50511 Revert "Revert "Enhance error message from kubectl when 'kind' is empty"" 2015-05-20 17:32:23 -04:00
CJ Cullen
0d12a15971 Route creation reconciler loop. 2015-05-20 14:21:30 -07:00
CJ Cullen
bf646abf8d Revert "Revert "Modify nodes to register directly with the master.""
This reverts commit c53786ab31.
2015-05-20 14:21:03 -07:00
Daniel Smith
a76bdd9710 Merge pull request #8588 from GoogleCloudPlatform/revert-6949-node-register
Revert "Modify nodes to register directly with the master."
2015-05-20 13:57:25 -07:00
Yu-Ju Hong
f12229096c Merge pull request #8505 from caesarxuchao/node-docs
update docs/node.md to v1beta3
2015-05-20 13:55:42 -07:00
Quinton Hoole
c53786ab31 Revert "Modify nodes to register directly with the master." 2015-05-20 13:47:51 -07:00
Chao Xu
c688e000f1 update docs/volumes.md to v1beta3;
also update some details in the doc
2015-05-20 13:40:59 -07:00
Chao Xu
fa10509a7f update docs/node.md to v1beta3 2015-05-20 13:34:28 -07:00
markturansky
1433aee88d fixed search bug by making an explicit pass to filter bound volumes 2015-05-20 15:27:41 -04:00
Yifan Gu
02eee4890b cluster/gce/coreos: Make rkt version configuable. 2015-05-20 12:08:32 -07:00
Yifan Gu
6a5681e0fe kubelet: Move HashContainer to kubelet/container package. 2015-05-20 12:08:32 -07:00
kargakis
99655b342f Reduce reaper poll interval and wait while resizing
When reaping a replication controller that handles an arbitrary amount of replicas, missing an interval means that `kubectl stop|delete` have to wait 3 more seconds to finish which seems more expensive from a user pov than a GET per 100ms.

Also I think `kubectl resize` should wait for all replicas to spin up before exiting. Feels more safe to know that your replication controller status is up to date.
2015-05-20 20:49:29 +02:00
Saad Ali
c743011e19 Merge pull request #8539 from caesarxuchao/api-convention-docs
update docs/api-convention to v1beta3
2015-05-20 11:40:18 -07:00
nikhiljindal
e92a42b57f Renaming StatusDetails.ID to Name 2015-05-20 11:35:38 -07:00
Chao Xu
6f561d69f7 update docs/api-convention to v1beta3 2015-05-20 11:31:56 -07:00
Vishnu Kannan
4f664036bf Adding "metadata" to the list of required DNS names to be resolved in DNS e2e. 2015-05-20 11:17:41 -07:00
Alex Robinson
4214b76924 Fix misordered assignment in service controller 2015-05-20 11:51:48 -06:00
deads2k
cd817aebd8 tolerate fatals without newlines 2015-05-20 13:15:49 -04:00
Tim Hockin
2c54540896 Merge pull request #8568 from GoogleCloudPlatform/revert-8089-dns
Revert "Introduce an 'svc' segment for DNS search"
2015-05-20 09:42:44 -07:00
Tim Hockin
9117a757e2 Revert "Introduce an 'svc' segment for DNS search" 2015-05-20 09:04:15 -07:00
Tim Hockin
75617e8760 Better kubelet logging for probes
Log when we actually run probes and event when they fail.  Print the output of
a probe, too.
2015-05-20 08:56:45 -07:00
Adam Sunderland
ad9f2d7a56 Fix Some AWS Issues 2015-05-20 10:42:27 -05:00
Wojciech Tyczynski
2df11cea32 Automatically generate conversions 2015-05-20 17:11:18 +02:00
markturansky
10258c46d7 Added GOPATH vars and godep to generator script 2015-05-20 10:56:54 -04:00
Clayton Coleman
d85dc7b2ea Merge pull request #8564 from GoogleCloudPlatform/revert-8404-messageEmptyKind
Revert "Enhance error message from kubectl when 'kind' is empty"
2015-05-20 10:33:16 -04:00
Clayton Coleman
633c56f8c0 Revert "Enhance error message from kubectl when 'kind' is empty" 2015-05-20 10:32:56 -04:00
Clayton Coleman
b6c848c962 Merge pull request #8404 from feihujiang/messageEmptyKind
Enhance error message from kubectl when 'kind' is empty
2015-05-20 10:09:33 -04:00