Commit Graph

10806 Commits (b2a2ce0bb3983d1bc7ceb956af9400d0e54466ff)

Author SHA1 Message Date
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
Victor Marmol d46a2b1349 Merge pull request #7861 from pmorie/pull-secrets
Change signature of container runtime PullImage to allow pull w/ secret
2015-05-06 15:56:56 -07:00
Maxwell Forbes 7426b533df Merge pull request #7862 from cjcullen/cbr0
Remove restriction that cluster-cidr be a class-b
2015-05-06 15:46:57 -07:00
Maxwell Forbes 070de6c608 Merge pull request #7858 from quinton-hoole/2015-04-28-repro-flaky-e2e
Improve retry logic in services e2e test.
2015-05-06 15:37:40 -07:00
Alex Robinson 0909cce287 Merge pull request #7751 from saad-ali/updateHeapsterConfigs
Enable GCM and GCL instead of InfluxDB on GCE
2015-05-06 15:34:11 -07:00
saadali 4569de7a46 Enable Google Cloud Monitoring and Google Cloud Logging instead of
Influxdb for Google Compute Engine deployments.
2015-05-06 15:23:40 -07:00
CJ Cullen fbd125e4e2 Remove restriction that cluster-cidr be a class-b 2015-05-06 15:01:13 -07:00
Paul Morie df08b15121 Change signature of container runtime PullImage to allow pull w/ secret 2015-05-06 17:42:03 -04:00
Quinton Hoole f51f6317d2 Improve retry logic in services e2e test. 2015-05-06 14:16:59 -07:00
Victor Marmol 7ce75689a0 Merge pull request #7854 from pmorie/fix
Remove unnecessary bind-mount from dockerized kubelet run
2015-05-06 13:55:17 -07:00
Chao Xu 5b60731945 Update examples/meteor to use API v1beta3 2015-05-06 13:42:30 -07:00
Daniel Smith b49dd0ad1e Add old endpoint cleanup function 2015-05-06 13:03:18 -07:00
Clayton Coleman 52e94b1e2c Merge pull request #7591 from derekwaynecarr/fix_origin
Fix OpenShift example
2015-05-06 15:43:11 -04:00
Clayton Coleman b60a90c3f4 Merge pull request #7718 from csrwng/create_sub_name
API Server - pass path name in context of create request for subresource
2015-05-06 15:42:03 -04:00
jayunit100 7d4249da57 E2E: Parameterize Density failure 2015-05-06 19:41:09 +00:00
Paul Morie 5c3bf0b08f Remove unnecessary bind-mount from dockerized kubelet run 2015-05-06 15:38:17 -04:00
Brian Grant 32b4b1cdd7 Merge pull request #7575 from brendandburns/kubectl
Rolling Updates: Add support for --rollback.
2015-05-06 11:35:57 -07:00
Yifan Gu dee060c8fd kubelet/rkt: Inject dependencies to rkt.
Add necessary components rkt.
2015-05-06 11:28:01 -07:00
Cesar Wong fd65427e28 API Server - pass path name in context of create request for subresource
Allows a REST storage for a subresource to obtain name in path from
request.
2015-05-06 13:40:18 -04:00
Maxwell Forbes fccfa5cab2 Merge pull request #7841 from thockin/netdocs
Beef up services doc a little
2015-05-06 10:36:19 -07:00
jayunit100 9e4c4ff1e7 Update K8Petstore.sh to support external invocation 2015-05-06 13:21:47 -04:00
Brendan Burns c9e33e197d Add support for --rollback. 2015-05-06 10:21:35 -07:00
Clayton Coleman 800de8cb7e Merge pull request #7832 from wojtek-t/separate_generated_conversion
Support manually-created and generated conversion functions
2015-05-06 12:53:46 -04:00
Dawn Chen 07afcb2bce Merge pull request #7820 from zmerlynn/container-vm-v20150505
Update to container-vm-v20150505 (Also updates GCE to Docker 1.6)
2015-05-06 09:22:35 -07:00
Prashanth B da42f13941 Merge pull request #7749 from yujuhong/stale_cache
Kubelet: record the timestamp correctly in the runtime cache
2015-05-06 09:20:30 -07:00
Victor Marmol b4ae750e5d Merge pull request #7830 from rhcarvalho/fix-metric-label
Fix metric label
2015-05-06 09:08:29 -07:00
Filipe Brandenburger b7f9e2cea0 Merge pull request #7651 from zmerlynn/upload_hash_in_util
Also push .sha1 for devel builds
2015-05-06 09:07:39 -07:00