Commit Graph

10630 Commits

Author SHA1 Message Date
Nikhil Jindal
c41982dac5 Merge pull request #7864 from caesarxuchao/wordpress-example
update mysql-wordpress example to use v1beta3 API
2015-05-07 11:41:53 -07:00
Nikhil Jindal
a1c305c390 Merge pull request #7848 from caesarxuchao/meteor-example
Update examples/meteor to use API v1beta3
2015-05-07 11:41:05 -07:00
Daniel Smith
6ab51f3bc0 Merge pull request #7668 from bprashanth/scheduling_minions
Scheduler ignores nodes that are in a bad state
2015-05-07 10:58:02 -07:00
Chao Xu
284cd205d2 update mysql-wordpress example to use v1beta3 API 2015-05-07 10:21:24 -07:00
Brendan Burns
5461231c1c Merge pull request #7567 from endocode/kbeecher/wip_etcd_migrate_keys
WIP: Add startup code to apiserver to migrate etcd keys
2015-05-07 10:05:41 -07:00
Dawn Chen
5f6d54b36b Merge pull request #7897 from vmarmol/cadvisor
Update cAdvisor dependency.
2015-05-07 10:00:19 -07:00
Brendan Burns
6ecce081aa Merge pull request #7887 from elsonrodriguez/coreos-example-update
Fixes #7886 - Used network-environment to get ip, swap wget for curl
2015-05-07 09:55:51 -07:00
Rohit Jnagal
36bb479c52 Merge pull request #5498 from ZJU-SEL/refactor-ubuntu
Ubuntu-distro: deprecate & merge ubuntu single node work to ubuntu cluster node stuff
2015-05-07 09:41:20 -07:00
Vish Kannan
e25210d367 Merge pull request #7822 from thockin/dns
DNS: expose 53/TCP
2015-05-07 09:34:52 -07:00
Victor Marmol
35c644a45f Merge pull request #7870 from yifan-gu/rkt_volume
Add volumeGetter to rkt.
2015-05-07 08:58:00 -07:00
Victor Marmol
581821da23 Merge pull request #7763 from wojtek-t/kubelet_removing_nodes
Set NodeReady=False when docker is dead
2015-05-07 08:56:44 -07:00
Clayton Coleman
b6fb8c861e Merge pull request #7556 from wojtek-t/conversions_with_defaulting
Auto-generated conversion methods calling one another
2015-05-07 11:28:35 -04:00
wizard
595345c6a6 Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance 2015-05-07 21:01:29 +08:00
Wojciech Tyczynski
1d59a0351f Merge pull request #7857 from fgrzadkowski/fix_jenkins
Ignore latency metrics for events
2015-05-07 13:26:12 +02:00
Wojciech Tyczynski
ca0f678b9a Merge pull request #7792 from pweil-/security-context-types
SecurityContext admission clean up
2015-05-07 10:43:43 +02:00
Wojciech Tyczynski
9ab167981f Merge pull request #7833 from fgrzadkowski/etcd_metrics
Add latency metrics for etcd operations
2015-05-07 10:32:26 +02:00
Filip Grzadkowski
c073c9b9c9 Ignore latency metrics for events 2015-05-07 10:19:22 +02:00
Wojciech Tyczynski
5200aa1981 Merge pull request #7839 from jayunit100/density-verify-param
E2E: Parameterize Density failure
2015-05-07 10:16:31 +02:00
Wojciech Tyczynski
600b00f2b1 Merge pull request #7863 from fgrzadkowski/etcd_maxprocs
Set GOMAXPROCS for etcd
2015-05-07 10:09:29 +02:00
Wojciech Tyczynski
0f7ef8ecab Merge pull request #7872 from caesarxuchao/nodeselector-example
update node-selector example to API v1beta3
2015-05-07 10:09:03 +02:00
Wojciech Tyczynski
128835ec40 Merge pull request #7885 from hurf/master
Update errors_test.go
2015-05-07 10:06:26 +02:00
Tim Hockin
34743a665a Add e2e coverage for DNS on TCP 2015-05-07 00:40:48 -07:00
Tim Hockin
07df69d339 Add a docker image for dnsutils 2015-05-07 00:40:44 -07:00
Tim Hockin
ec8ba4a62f Expose 53/TCP on DNS service 2015-05-07 00:40:39 -07:00
Tim Hockin
9eb1fb85bd Convert DNS service to v1beta3 2015-05-07 00:40:35 -07:00
Tim Hockin
58a18447fa Expose 53/TCP in DNS pod (not service yet) 2015-05-07 00:40:31 -07:00
Tim Hockin
dfe81b7974 Cleanups in DNS pod YAML. 2015-05-07 00:40:23 -07:00
Wojciech Tyczynski
e26da316dc Set NodeReady=False when docker is dead 2015-05-07 09:30:25 +02:00
Wojciech Tyczynski
156795f298 Update conversion functions 2015-05-07 09:27:58 +02:00
Wojciech Tyczynski
5173ee07e1 Chain conversion functions while generation 2015-05-07 09:27:58 +02:00
Elson Rodriguez
e48bc9ae16 Fixes #7886 - Used network-environment to get ip, swap wget for curl
I re-used setup-network-environment instead of $private_ipv4, this
does meant overwriting the docker.service with a custom service.

Also, the wget command was always getting kube-register, curl
works more reliabily for this.
2015-05-07 00:11:55 -07:00
Victor HU
f42a18d3c2 Update errors_test.go
minor change in log message
2015-05-07 15:06:15 +08:00
Filip Grzadkowski
970e972cd8 Add latency metrics for etcd operations 2015-05-07 08:58:28 +02:00
Victor Marmol
2af756fd55 Update cAdvisor dependency.
Brings with it:
- Lower logging
- Better event storage and management
- Support for container labels
2015-05-06 23:56:50 -07:00
Filip Grzadkowski
7e8bde53dd Set GOMAXPROCS for etcd 2015-05-07 08:11:39 +02:00
Yifan Gu
a8f86da35b kubelet/rkt: Add volumeGetter to rkt.
This enable rkt to fetch the volume mounts by the kubelet.
2015-05-06 19:30:33 -07:00
Prashanth Balasubramanian
4b0607cf0b Scheduler ignored nodes with unknown condition status 2015-05-06 18:32:52 -07:00
Tim Hockin
7882d1eeb2 Merge pull request #7873 from bkeroackdsc/master
Fix bug in Service documentation: incorrect location of "selector" in JSON
2015-05-06 18:20:14 -07:00
Maxwell Forbes
0b5a18fc2e Merge pull request #7876 from cjcullen/cbr0
Fix controller-manager manifest for providers that don't specify CLUSTER_IP_RANGE
2015-05-06 18:03:06 -07:00
CJ Cullen
f0c26052eb Fix controller-manager manifest for providers that don't specify CLUSTER_IP_RANGE 2015-05-06 17:50:04 -07:00
Victor Marmol
f6b7029475 Merge pull request #7859 from yifan-gu/rkt_remove_store
kubelet/rkt: Remove dependencies on rkt.store
2015-05-06 17:45:29 -07:00
Benjamen Keroack
96c5896c74 service documentation: fix location of selector in JSON, make it clear that publicIPs belongs in the spec field 2015-05-06 17:37:31 -07:00
Chao Xu
29157f267b update nodeSelector example to use v1beta3 API 2015-05-06 17:24:22 -07:00
Daniel Smith
1177adfdc8 Merge pull request #7867 from bprashanth/testWatchControllers
Fix controller unittests
2015-05-06 17:18:15 -07:00
Yifan Gu
8715c54bd3 kubelet/container: Move kubelet.volumeMap to container.VolumeMap.
This is a quick fix to solve circular dependency problem when
rkt references volume maps.
2015-05-06 16:50:57 -07:00
Satnam Singh
9939f92731 Merge pull request #7824 from caesarxuchao/Kibana-example
update logging-demo to use API v1beta3; modify the way to access Elasticsearch and Kibana services
2015-05-06 16:10:11 -07:00
Prashanth Balasubramanian
8bf0adf147 Add a getter to pod expectations and use it in unittests 2015-05-06 16:01:03 -07:00
Victor Marmol
d6ea33fbb5 Merge pull request #7849 from yifan-gu/rkt_components
kubelet/rkt: Inject dependencies to rkt.
2015-05-06 16:00:02 -07:00
Yifan Gu
7cac3f88e4 Godep: Update the godep to remove dependencies on rkt.store 2015-05-06 15:59:31 -07:00
Yifan Gu
8cbe8938c9 kubelet/rkt: Remove getImageID().
Replace getImageID() with getImageByName(), this can remove the
dependency on rkt.store.
2015-05-06 15:59:31 -07:00