Commit Graph

7517 Commits

Author SHA1 Message Date
Brian Grant
3cbe9aadff Merge pull request #5355 from yujuhong/fixspechost
Copy Spec.Host to Status.Host on pod creation
2015-03-12 07:25:29 -07:00
Derek Carr
91131a654e Merge pull request #5186 from markturansky/pv_proposal
Persistent Storage proposal edits
2015-03-12 09:58:02 -04:00
Jerzy Szczepkowski
f24531c88e Fixed pods e2e test.
Fixed pods e2e test. The test was failing due to PR #5256.
2015-03-12 14:05:50 +01:00
Wojciech Tyczynski
9f2f10d6db Make scheduler to watch PodSpec.Host instead Status.Host 2015-03-12 13:38:58 +01:00
Piotr Szczesniak
db5fc4ff90 Added label name to kube-dns service
It will be displayed in kubectl clusterinfo command.
2015-03-12 13:15:35 +01:00
Piotr Szczesniak
b1e2b2f4b4 Improved guestbook.sh test to become actual test
After change test waits until pods come up and frotend starts serving content,
then adds entry to guestbook and verify if operation succeed

This fixes #3693
2015-03-12 11:39:26 +01:00
Satnam Singh
a3fd0a9fd5 Merge pull request #5284 from piosz/guestbook_bug
Rewrite guestbook example to use kube-dns instead of host:port
2015-03-11 23:14:18 -07:00
Yu-Ju Hong
533299bf0a Copy Spec.Host to Status.Host on pod creation 2015-03-11 21:53:51 -07:00
Zach Loafman
d4f06cea9f Don't always run mount-master-pd 2015-03-11 19:58:44 -07:00
Zach Loafman
996f9e6710 Merge pull request #5262 from bprashanth/e2e_services
Delete target pools and forwarding rules with -q in guestbook.sh
2015-03-11 19:52:49 -07:00
Vishnu Kannan
cbb3c96f31 Removing old shell based monitoring test. 2015-03-12 02:39:15 +00:00
Victor Marmol
23c9c405fb Merge pull request #5347 from vishh/cleanup_firewall
Remove firewall rules for monitoring. Enable monitoring in other cluster providers
2015-03-11 18:31:04 -07:00
Daniel Smith
3e83ffdd40 remove evil global state shared by all schedulers 2015-03-11 18:09:01 -07:00
Saad Ali
7629b616a7 Merge pull request #5348 from dchen1107/docker
Check docker unixsocket periodically through monit. If failed, restart d...
2015-03-11 17:42:58 -07:00
Dawn Chen
fe9e0ca5ce Check docker unixsocket periodically through monit. If failed, restart docker. 2015-03-11 17:20:03 -07:00
MikeJeffrey
0c6cd21520 Merge pull request #5345 from jlowdermilk/kubectl-docs
Fix md generation for kubectl docs
2015-03-11 17:19:51 -07:00
Nikhil Jindal
b31a4be8a5 Merge pull request #5333 from ric03uec/fix_ui_url
fixing ui url
2015-03-11 17:11:36 -07:00
Deyuan Deng
e8024320c2 Merge pull request #5211 from erictune/upgrade_sketch
Added kernel upgrade workflow documentation
2015-03-11 19:59:24 -04:00
Victor Marmol
1e0601da8a Merge pull request #5343 from erictune/rm_etcd
Kubelet has not even heard of etcd.
2015-03-11 16:59:04 -07:00
Brian Grant
286b24b5d4 Merge pull request #5320 from erictune/no_bound_pods_2
Stop updating boundPods objects.
2015-03-11 16:56:36 -07:00
nikhiljindal
8c3f728aa6 Adding http:// prefix to the swagger WebServicesURL to prevent basePath validation errors 2015-03-11 16:52:45 -07:00
Justin Santa Barbara
bc16d83a51 Let CloudProvider return list of NodeAddress, not just one net.IP
This lets cloud providers populate the NodeAddress array
2015-03-11 16:50:26 -07:00
Jeff Lowdermilk
a5746c9a0e Fix md generation for kubectl docs
Display usage string, not long help, as code, remove angle brackets from
output (.md interprets as tags and hides).
2015-03-11 16:42:40 -07:00
Eric Tune
ae9bc28f8b Remove mentions of etcd in kubelet. 2015-03-11 16:40:20 -07:00
Vishnu Kannan
e7aca5c337 Enable heapster based cluster monitoring by default on other cluster providers, expect for GKE. 2015-03-11 23:34:04 +00:00
Eric Tune
ac7bf05079 Kubelet has not even heard of etcd. 2015-03-11 16:29:31 -07:00
Vishnu Kannan
663bdb91c9 Remove monitoring firewall setup methods. Heapster anf Grafana are now accessible via the API server proxy. 2015-03-11 23:20:45 +00:00
Abhi Shah
f92b20888b updated gce-pd and redis examples to use v1beta3 2015-03-11 16:15:49 -07:00
Eric Tune
e9b6c75b6a Stop updating boundPods objects.
Does not clean up your existing boundPods records.
Does not clean up all the dead code.  Future PRs from me
will do that.
2015-03-11 16:06:03 -07:00
Victor Marmol
7d53425bbc Merge pull request #5337 from erictune/no_hostport_integ_test
Don't use hostPort in integration test.
2015-03-11 16:00:11 -07:00
Nikhil Jindal
ea220d44e4 Merge pull request #5282 from bgrant0607/docfix
CLI roadmap updates.
2015-03-11 15:55:47 -07:00
Brian Grant
f9bef33717 CLI roadmap updates. 2015-03-11 22:51:40 +00:00
Brian Grant
f15cf12e6c Merge pull request #5189 from sdminonne/updating_labels_md
updating labels.md and design/labels.md
2015-03-11 15:40:05 -07:00
Eric Tune
1a2da5b8f5 Don't use hostPort in integration test.
The integration test will fail if I check in my pending PR
to remove boundPods.  Kubernetes eventually does the right
thing, but getting the integration test to check expectations
is hard because the scheduling behavior is unpredictable.

The boundPods removal is needed to fix P1 bug and speeds up
the scheduler considerably.
2015-03-11 15:30:56 -07:00
Salvatore Dario Minonne
3e6472f5c4 updating labels.md and design/labels.md 2015-03-11 23:29:59 +01:00
Victor Marmol
03b182e8e9 Merge pull request #5325 from brendandburns/api3
Add and extend timeouts.
2015-03-11 15:20:21 -07:00
Prashanth Balasubramanian
1ae44c3a78 Delete target pools and forwarding rules in guestbook.sh, with -q 2015-03-11 14:51:50 -07:00
devashish
9ab7a502fc fixing ui url 2015-03-11 14:50:19 -07:00
Vishnu Kannan
425dd7e3ee Adding a heapster ginkgo e2e test. 2015-03-11 21:47:47 +00:00
Vishnu Kannan
23b2f9268e Adding Influxdb client to godeps. This is required for the new monitoring test. 2015-03-11 21:47:47 +00:00
Zach Loafman
018b11bc3a Retry object creation with --validate in kube-addons
The better solution is some fence with Salt, but the actual logs
provided in the bug don't support any race condition here, plus the
ordering in the Salt configuration seems correct.

We haven't seen this again in a while, but given the results of the
situation (a borked cluster), I'm proposing a relatively simple
workaround.

Fixes #4357 (dubiously)
2015-03-11 14:40:37 -07:00
Brendan Burns
b53b2e1de0 Add and extend timeouts. 2015-03-11 14:12:46 -07:00
Daniel Smith
cd8a979206 Merge pull request #4751 from bprashanth/sync_replica_count
Replication Controller syncs current replica count with api server #4429
2015-03-11 14:02:20 -07:00
Daniel Smith
69f92b1b21 Merge pull request #5310 from eparis/tmpfiles
Mv tmpfiles to own dir, update to match what kubernetes uses
2015-03-11 13:56:44 -07:00
Dawn Chen
7703b50078 Merge pull request #5315 from saad-ali/reduceTTL2
Reduce TTL for events in etcd from 48hrs to 1hr
2015-03-11 13:52:55 -07:00
Prashanth Balasubramanian
28d9260c0b Sync replication count with the api server on pod creation/deletion. 2015-03-11 13:29:20 -07:00
Victor Marmol
1231e65829 Merge pull request #5318 from eparis/kubectl-api-servers
kubelet should use --api_servers not --api_server
2015-03-11 13:16:40 -07:00
Eric Paris
3e2a9e194f kubelet should use --api_servers not --api_server
(because the later is not a valid option)
2015-03-11 16:14:25 -04:00
Victor Marmol
0aee25e065 Merge pull request #5316 from lavalamp/fix6
fix goroutine leak
2015-03-11 13:12:08 -07:00
Zach Loafman
18d1a1e70e Merge pull request #5272 from satnam6502/e2e
Fix status message in waitForPodCondition
2015-03-11 13:10:20 -07:00