Commit Graph

11480 Commits (26736e494c004b841ffd37b40fc62432d33ec006)

Author SHA1 Message Date
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
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
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
Clayton Coleman 0a28e50511 Revert "Revert "Enhance error message from kubectl when 'kind' is empty"" 2015-05-20 17:32:23 -04: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 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
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
kargakis b4c3318efd Skip sorting if all pods will be deleted 2015-05-20 15:20:25 +02:00
Ilya Dmitrichenko ea6847a74f coreos/azure: Kubernetes version bump to 0.17
- Bump CLI tools version to 0.9.2
  - Add curl wrapper as Azure DNS seems flaky
  - Bump to 0.17
  - Bump CoreOS image IDs
  - Update docs URLs
  - Fix permissions
  - Always restart Weave services (coreos/bugs#334)
2015-05-20 13:20:03 +01:00
hurf eb61f11384 Revise user manual for kube binaries except kubectl
Updated options and examples based on kubernetes version 0.17
2015-05-20 15:32:43 +08:00
feihujiang 6c8a1cdb17 Enhance error message from kubectl when 'kind' is empty
Enhance error message from kubectl when 'kind' is empty

Enhance error message
2015-05-20 15:23:47 +08:00
Dawn Chen d46bb117af Change the default value of maximum-dead-containers-per-container to 2 2015-05-19 17:30:16 -07:00
Alex Robinson a615799488 Merge pull request #8540 from satnam6502/fluentd-gcp
Update Fluentd GCP image to v1.6
2015-05-19 16:17:10 -07:00
Satnam Singh 32842b4d22 Update Fluentd GCP image 2015-05-19 16:12:50 -07:00
Daniel Smith 1a5ef4c575 Merge pull request #8533 from GoogleCloudPlatform/revert-8261-scheduler
Revert "Make scheduler optimistic about its bindings"
2015-05-19 16:01:40 -07:00
Wojciech Tyczynski 5fbe58b2c8 Revert "Make scheduler optimistic about its bindings" 2015-05-19 14:27:28 -07:00
derekwaynecarr 8ee06a9983 Improve event readability 2015-05-19 17:26:24 -04:00
Jeff Grafton e968b6be81 Merge pull request #8442 from mbforbes/e2ePodsReady
Ensure pods both running and ready before starting e2e tests
2015-05-19 13:40:08 -07:00