Commit Graph

2616 Commits

Author SHA1 Message Date
Brendan Burns
e7a9fa0691 Add a link to the kubernetes walkthrough example. 2014-10-09 12:37:35 -07:00
Dawn Chen
e91f9087e9 Merge pull request #1682 from hmrm/add-mutual-ssl-support
Add ssl flags to default client flags
2014-10-09 11:59:23 -07:00
Dawn Chen
774af90040 Merge pull request #1672 from proppy/cluster-pod
hack: add cluster in a pod manifest
2014-10-09 11:52:21 -07:00
Dawn Chen
ae8b193bcc Merge pull request #1679 from brendandburns/resource
Switch on the resource requested prioritization.
2014-10-09 11:40:09 -07:00
Brendan Burns
b5ec8a747b Switch on the resource requested prioritization. 2014-10-09 11:29:45 -07:00
Haney Maxwell
e0a80dda30 Add ssl flags to default client flags
This adds support for mutual ssl between the proxy, controller-manager,
scheduler, and the apiserver
2014-10-09 10:57:15 -07:00
Dawn Chen
b3292e947f Merge pull request #1674 from ddysher/minion-api
Change ContainsMinion to GetMinion
2014-10-09 10:46:38 -07:00
Joe Beda
57567aed40 Merge pull request #1671 from proppy/kubelet-docker
build: add kubelet image
2014-10-09 10:10:37 -07:00
Dawn Chen
ed4167a938 Merge pull request #1670 from proppy/fix-kubelet-runonce
kubelet: only check for container listed in the manifest
2014-10-09 09:31:12 -07:00
erictune
aa30423dc9 Merge pull request #1337 from brendandburns/Sarsate-pd-support
Taking over PD support from sarsate
2014-10-09 09:16:04 -07:00
bgrant0607
005fd59d49 Merge pull request #1669 from proppy/fix-docker-image
build: fix controller-manager command line
2014-10-08 23:17:04 -07:00
Johan Euphrosine
0fc5e68207 runonce: isPodRunning returns no error 2014-10-08 22:34:40 -07:00
Johan Euphrosine
8f010c3ec0 dockertools: add todo for container lookup 2014-10-08 22:31:59 -07:00
Johan Euphrosine
dbb2342688 runonce: list kubelet container between each iteration 2014-10-08 22:28:41 -07:00
Deyuan Deng
15e5b876b8 Change ContainsMinion to GetMinion 2014-10-08 23:41:15 -04:00
bgrant0607
87b0b36212 Merge pull request #1673 from brendandburns/ux
Update the ux.
2014-10-08 20:23:39 -07:00
Brendan Burns
7fe71c68b7 Update the ux. 2014-10-08 20:16:59 -07:00
Danny Jones
4ec25f3b81 Adds support for attaching GCEPersitentDisks
Adds GCEPersistentDisk volume struct
Adds gce-utils to attach disk to kubelet's VM.
Updates config to give compute-rw to every minion.
Adds GCEPersistentDisk to API
Adds ability to mount attached disks
Generalizes PD and adds tests.
PD now uses an pluggable API interface.
Unit Tests more cleanly separates TearDown and SetUp
Modify boilerplate hook to omit build tags
Adds Mounter interface; mount is now built by OS
TearDown() for PD now detaches disk on final refcount
Un-generalized PD; GCE calls moved to cloudprovider

Address comments.
2014-10-08 20:03:59 -07:00
Johan Euphrosine
44dce00f04 build: add kubelet image 2014-10-08 17:54:52 -07:00
Johan Euphrosine
784553c483 hack: add cluster in a pod manifest 2014-10-08 17:52:08 -07:00
Johan Euphrosine
14c5fd405d kubelet: only check for container listed in the manifest
also wait 1 retryDelay before polling state after syncing.
2014-10-08 17:49:21 -07:00
Johan Euphrosine
7a2491f2ac build: fix controller-manager command line 2014-10-08 17:48:02 -07:00
Daniel Smith
1a1b0699bc Merge pull request #1604 from brendandburns/resource
Add a least-requested priority function
2014-10-08 17:26:57 -07:00
Brendan Burns
e3d47a3abb Merge pull request #1661 from scollier/gsg_update
adding option  for updated package
2014-10-08 17:18:06 -07:00
Brendan Burns
6913cf4b49 Merge pull request #1666 from lavalamp/fix
Load cadvisor connection in background.
2014-10-08 17:16:11 -07:00
Daniel Smith
1fc92bef53 Load cadvisor connection in background. 2014-10-08 17:06:41 -07:00
Daniel Smith
5d24820dd5 Merge pull request #1464 from hmrm/add-etcd-config
Allow etcd config file to be passed to apiserver, kubelet, and proxy
2014-10-08 16:29:46 -07:00
Scott Collier
5908beb2cf adding option for updated package 2014-10-08 17:39:26 -05:00
Brendan Burns
4230a8ca61 Add a least-requested priority function 2014-10-08 15:31:38 -07:00
Clayton Coleman
467a7a2cc1 Merge pull request #1659 from lavalamp/fix
Fix v1beta2 types having been copied incorrectly.
2014-10-08 18:10:13 -04:00
Daniel Smith
af5714da12 Fix v1beta2 types having been copied incorrectly. 2014-10-08 14:15:50 -07:00
Daniel Smith
e1cb72f1ae Merge pull request #1643 from smarterclayton/make_resource_version_a_string
Make ResourceVersion internally a string instead of uint64
2014-10-08 14:00:37 -07:00
Tim Hockin
c6acda63a8 Merge pull request #1656 from matttproud/documentation/use-relative-links
Swap internal doc. refs to relative links.
2014-10-08 13:15:48 -07:00
Clayton Coleman
094bc3796a Update ObjectReference to use ResourceVersion string everywhere
Breaks backwards compat for anyone using older versions
2014-10-08 15:57:38 -04:00
Daniel Smith
9ffe821bfd Merge pull request #1657 from brendandburns/nginx
Add a css file I forgot.
2014-10-08 12:34:33 -07:00
Brendan Burns
06a4593f25 Add a css file I forgot. 2014-10-08 12:28:31 -07:00
Matt T. Proud
8a911b39af Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
Daniel Smith
98ac8e178f Merge pull request #1650 from eparis/assetfs-godeps
update Godeps.json with github.com/elazarl/go-bindata-assetfs
2014-10-08 11:52:32 -07:00
Brendan Burns
0db4d27460 Merge pull request #1652 from eparis/godeps-doc
update basic rules how to use godeps
2014-10-08 11:50:55 -07:00
Eric Paris
3ecbfa20ee update basic rules how to use godeps
seemed to be a couple of gotchas which make godeps harder for some people
to use.  explain how I make it work.
2014-10-08 14:42:04 -04:00
Eric Paris
9828d8e9cc update Godeps.json with github.com/elazarl/go-bindata-assetfs 2014-10-08 14:28:03 -04:00
Daniel Smith
119fc0ebbf Merge pull request #1647 from thockin/cleanup
move completions from misc to contrib
2014-10-08 11:08:49 -07:00
Clayton Coleman
e27dacb1e4 Merge pull request #1648 from deads2k/dev/deads/tidy-compile-regex-api
make api match intent with less specific type
2014-10-08 13:50:08 -04:00
deads2k
e348b939bf make api match intent with less specific type 2014-10-08 10:01:55 -04:00
Tim Hockin
af3983464c move completions from misc to contrib 2014-10-07 22:20:32 -07:00
Tim Hockin
45f9f39b51 Merge pull request #1597 from thockin/iptables
Add a pkg for iptables support
2014-10-07 17:31:34 -07:00
Tim Hockin
2f2ef05fa8 Merge pull request #1646 from dchen1107/termination
Fix an issue on GetContainerInfo.
2014-10-07 17:27:56 -07:00
Dawn Chen
300c2c5f6f Fix an issue on GetContainerInfo.
I believe the issue was first introduced when we append namespace to docker
container's name. This is a temporary fix for #160.
2014-10-07 17:21:24 -07:00
Clayton Coleman
a5462c0678 Change test cases to verify the client sends the received resourceVersion 2014-10-07 19:00:26 -04:00
Clayton Coleman
82bcdd3b3b Make ResourceVersion a string internally instead of uint64
Allows us to define different watch versioning regimes in the future
as well as to encode information with the resource version.

This changes /watch/resources?resourceVersion=3 to start the watch at
4 instead of 3, which means clients can read a resource version and
then send it back to the server. Clients should no longer do math on
resource versions.
2014-10-07 19:00:26 -04:00