Commit Graph

10305 Commits

Author SHA1 Message Date
Eric Paris
6b3a6e6b98 Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Victor Marmol
e3fc039eaa Merge pull request #7611 from yifan-gu/rkt_syncPod
kubelet/rkt: Add SyncPod() to rkt.
2015-05-01 14:26:11 -07:00
Vish Kannan
3cc53127de Merge pull request #7626 from crossorigin/heapster-0.11.0
bump heapster to v0.11.0 and grafana to v0.7.0
2015-05-01 14:24:25 -07:00
Zach Loafman
230449f122 Merge pull request #7593 from ixdy/jenkins-godep
Build github.com/onsi/ginkgo/ginkgo as a part of the release
2015-05-01 14:10:31 -07:00
Zach Loafman
ae0989f92d Merge pull request #7650 from roberthbailey/validate-cluster
Don't exit abruptly if there aren't yet any minions right after the cluster is created.
2015-05-01 14:07:58 -07:00
Robert Bailey
14c2fb11e1 Don't exit abruptly if there aren't yet any minions right after
the cluster is created.
2015-05-01 13:51:59 -07:00
Clayton Coleman
1a8845af61 Merge pull request #7490 from smarterclayton/alter_list
Do not automatically decode runtime.RawExtension
2015-05-01 16:48:26 -04:00
Robert Bailey
8c4705fa2a Merge pull request #7500 from brendandburns/docs
Update changelog.
2015-05-01 13:35:02 -07:00
Eric Tune
285a990cbe Merge pull request #6973 from AntonioMeireles/etcd2
bringing CoreOS cloud-configs up-to-date (against 0.15.x and latest OS' alpha)
2015-05-01 13:34:41 -07:00
Yifan Gu
1b77615deb kubelet/rkt: Add SyncPod() to rkt. 2015-05-01 13:02:05 -07:00
Nikhil Jindal
a100e976ec Merge pull request #7640 from eparis/verify-description-v1beta3
Check v1beta3 description on git commit
2015-05-01 12:52:09 -07:00
Brendan Burns
773bd23403 Update changelog. 2015-05-01 12:41:08 -07:00
Yu-Ju Hong
ee473edd45 Merge pull request #7610 from vmarmol/runtime-syncpod
Add SyncPod() to DockerManager and use it in Kubelet
2015-05-01 12:22:39 -07:00
Robert Bailey
3a118cba37 Merge pull request #7602 from zmerlynn/upload_hashes
Build: Push .md5 and .sha1 files for every file we push to GCS
2015-05-01 12:01:55 -07:00
Quinton Hoole
c68723e7f9 Merge pull request #7628 from bprashanth/rc_ttl
Update expiration timeout based on observed latencies
2015-05-01 11:42:22 -07:00
Jeff Grafton
1359125a4e Build github.com/onsi/ginkgo/ginkgo as a part of the release.
Additionally, add hack/lib to the testing tarball.
2015-05-01 11:29:11 -07:00
Ido Shamun
e86316bc4d revert back INFLUXDB_EXTERNAL_URL to api v1beta1 2015-05-01 21:13:04 +03:00
Eric Paris
ddca8248fe Check v1beta3 description on git commit
v1beta3 is no longer a special little snowflake
2015-05-01 14:10:50 -04:00
Victor Marmol
3b9eba2c1b Add SyncPod() to DockerManager and use in Kubelet.
This allows us to abstract away the logic of syncing a pod by the
runtime. It will allow other runtimes to perform their own sync as well.
2015-05-01 11:03:08 -07:00
Victor Marmol
bb8ee5b0db Add lifecycle tests from kubelet_test to lifecycle. 2015-05-01 11:02:10 -07:00
Victor Marmol
7a737892f5 Extract out interface for GetPods().
This will remove the circular import with dockertools for
DockerManager. Eventually, this will be Runtime.
2015-05-01 11:02:10 -07:00
Eric Paris
204170e038 Merge pull request #7636 from eparis/copyright-boilerplate-man2doc
Update license boilerplate for docs/man/md2man-all.sh
2015-05-01 12:57:36 -05:00
Zach Loafman
d3dbaa0008 Build: Push .md5 and .sha1 files for every file we push to GCS
Also by pre-staging and pushing all at once, and by doing the ACL
modify in parallel, this shaves the push time down anyways, despite
the extra I/O.

Along the way: Updates to longer hashes ala #6615
2015-05-01 10:55:44 -07:00
Eric Paris
89037a656b Merge pull request #7632 from eparis/copyright-boilerplate-k8petstore
Include shell license boilerplate in examples/k8petstore
2015-05-01 12:55:41 -05:00
Eric Paris
ea9d6dfee6 Update license boilerplate for docs/man/md2man-all.sh 2015-05-01 13:50:14 -04:00
Jeff Lowdermilk
01fdd74a91 Merge pull request #7624 from erictune/servicedoc
Explain what pets are.
2015-05-01 10:45:40 -07:00
Eric Paris
8bd9d4b6ec Include shell license boilerplate in examples/k8petstore 2015-05-01 13:39:59 -04:00
Vish Kannan
cadfde0bd1 Merge pull request #7277 from guenter/cgroup-parent
Add --cgroup_parent flag to Kubelet to set the parent cgroup for pods
2015-05-01 10:24:58 -07:00
Jeff Lowdermilk
ec9942e995 Merge pull request #7540 from bprashanth/rollingupdate
Fix rolling update --image
2015-05-01 10:07:46 -07:00
David Oppenheimer
0759864d74 Merge pull request #6995 from rrati/ha-proposal-6993
Proposal for High Availability of Daemons
2015-05-01 09:56:56 -07:00
António Meireles
adf8704f4c docs/getting-started-guides/coreos/: update for 0.15.0+ support.
- allow payloads to run in privileged mode.
  - update kube-register to latest upstream (v0.0.3).
  - jump into the etcd2 bandwagon.
    - etcd master on master node.
    - etcd proxies in nodes.
  - update docs to reflect minimum required CoreOS version.
    - 653.0.0 is the first to ship with etcd2, which we now consume.
  - propagate changes on coreos/cloud-configs/ also to aws/cloud-configs/.
  - update tested k8s versions that this addresses in the
    getting-started-guides table ence making sure we are consistent across
    it regarding the versions we claim to have tested, add myself there as
    contact too.
  - do not assume that cloud-init shortcuts will get everything right.
    - they won't (as setup-network-environment who populates *_ipv4, etc
      only runs way later).
  - use flannel's plain defaults, as they should just be enough for the
    common case.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-01 17:54:44 +01:00
Alex Robinson
eab6020e16 Merge pull request #7609 from brendandburns/lb
Truncate GCE load balancer names to 63 chars
2015-05-01 09:52:49 -07:00
Ido Shamun
37040fb0e3 bump heapster to v0.11.0 and grafana to v0.7.0 2015-05-01 19:42:30 +03:00
Yu-Ju Hong
f74fab4e56 Merge pull request #7603 from vmarmol/runtime-syncpod-api
Add SyncPod() and remove Kill/Run InContainer().
2015-05-01 09:41:50 -07:00
Alex Robinson
5f0dbfc093 Merge pull request #7596 from a-robinson/hack
Make hack/test-go.sh friendlier to OS X bash by not using a -1 array index
2015-05-01 09:40:36 -07:00
Eric Tune
51d96cb683 Explain what pets are. 2015-05-01 09:39:42 -07:00
Prashanth Balasubramanian
a8fdf3d78b Update expiration timeout based on observed latencies 2015-05-01 08:53:51 -07:00
Eric Tune
dc137a47eb Merge pull request #7209 from you-n-g/master
change the current dir to the config dir
2015-05-01 08:29:49 -07:00
Victor Marmol
95bc96627e Merge pull request #7613 from yifan-gu/should
kubelet/container: Move ShouldContainerBeRestarted() to runtime.
2015-05-01 08:01:37 -07:00
Robert Rati
0beb72729e Fixed list formatting in the design discussion notes. #6993 2015-05-01 10:02:56 -04:00
Victor Marmol
6316b485ad Add SyncPod() and remove Kill/Run InContainer().
SyncPod allows us to abstract away how a pod is started and updated. It
also simplifies what the runtime has to implement.
2015-05-01 00:32:29 -07:00
Yifan Gu
3751ecc766 kubelet/container: Move ShouldContainerBeRestarted() to runtime. 2015-04-30 22:55:25 -07:00
Victor Marmol
72708d74b9 Merge pull request #7605 from yifan-gu/rkt_killpod
kubelet/rkt: Add KillPod() and GetPodStatus() for rkt.
2015-04-30 18:51:23 -07:00
Yifan Gu
428652bdc7 kubelet/rkt: Add KillPod() and GetPodStatus() for rkt. 2015-04-30 18:32:32 -07:00
Victor Marmol
03b5c32576 Merge pull request #7553 from yifan-gu/rkt_runner
kubelet/rkt: Add RunInContainer()/ExecInContainer()/PortForward().
2015-04-30 18:31:08 -07:00
Victor Marmol
eb580dce9e Merge pull request #7599 from yifan-gu/rkt_getpods
kubelet/rkt: Add GetPods() for rkt.
2015-04-30 18:28:29 -07:00
Yifan Gu
9ce568a142 kubelet/rkt: Add GetPods() for rkt. 2015-04-30 18:00:18 -07:00
Victor Marmol
d8d6e84c81 Merge pull request #7589 from yifan-gu/rkt_runpod
kubelet/rkt: Add RunPod() for rkt.
2015-04-30 17:56:03 -07:00
Brendan Burns
40549dc083 Truncate GCE load balancer names to 63 chars 2015-04-30 17:54:11 -07:00
Yifan Gu
1636fd2e1c kubelet/rkt: Add RunPod() for rkt. 2015-04-30 17:31:35 -07:00