Commit Graph

7595 Commits (63f7d47ffd8162dc93565111546c18ff85048b20)

Author SHA1 Message Date
Young 63f7d47ffd update docs after update apis 2015-03-17 16:30:53 +00:00
Young 97b647207e add get available versions commmand 2015-03-17 13:51:18 +00:00
Wojciech Tyczynski 5c99bc9e96 Merge pull request #5542 from GoogleCloudPlatform/revert-5205-sync_pod_status
Revert "Periodically update pod status from kubelet."
2015-03-17 14:14:57 +01:00
Filip Grzadkowski 18b728ff44 Revert "Periodically update pod status from kubelet." 2015-03-17 13:51:45 +01:00
Victor Marmol c04ceec27f Merge pull request #5531 from GoogleCloudPlatform/rel-0.13
Release 0.13.0
2015-03-16 17:06:57 -07:00
Victor Marmol 009737e69e Merge pull request #5205 from fgrzadkowski/sync_pod_status
Periodically update pod status from kubelet.
2015-03-16 17:04:31 -07:00
Victor Marmol fa23519387 Merge pull request #5167 from thockin/volume_wrapper_plugins
Implement volume wrapper plugins
2015-03-16 16:37:50 -07:00
Brendan Burns 7fbf52a599 Kubernetes version v0.13.0-dev 2015-03-16 16:31:03 -07:00
Brendan Burns 8d8b9b9a78 Kubernetes version v0.13.0 2015-03-16 16:31:03 -07:00
Zach Loafman 278b741203 Merge pull request #5527 from vmarmol/e2e
Revert #5479, don't force no cgo.
2015-03-16 16:28:16 -07:00
Alex Robinson 2fee5ba059 Merge pull request #5529 from satnam6502/fluentd-gcp-image
Make Fluentd to Cloud Logging collector read from head
2015-03-16 16:24:47 -07:00
Satnam Singh d395efa463 Make Fluentd to Cloud Logging collector read from head 2015-03-16 16:19:07 -07:00
Tim Hockin b42652cd3d Retool mount detection for tests 2015-03-16 16:17:47 -07:00
Brian Grant 407589147e Merge pull request #5005 from jdef/persistent_bindings
Persist Bindings annotations alongside pod Host assignment
2015-03-16 16:16:44 -07:00
Brian Grant bcae5715a1 Merge pull request #5459 from thockin/apidoc
Add a doc explaining how to make API changes
2015-03-16 16:05:58 -07:00
Victor Marmol d7a7d4da08 Revert #5479, don't force no cgo.
We allow cgo when available since some of our server components (mainly
Kubelet) rely on it. The current driving factor for the static binaries
was building Docker images from scratch. We will instead use images
built from small busybox bases.

Fixes #5517
2015-03-16 16:03:46 -07:00
Brian Grant 2f9a41b898 Merge pull request #5233 from brendandburns/labels
Make label and field selector query strings versionable.
2015-03-16 16:01:37 -07:00
Alex Robinson 361c208a7d Merge pull request #5519 from jlowdermilk/sharing-clusters
Add a doc on sharing cluster access credentials via kubeconfig
2015-03-16 15:54:13 -07:00
Nikhil Jindal 7fa7cf5321 Merge pull request #5291 from you-n-g/master
sipmle typo
2015-03-16 15:43:52 -07:00
Jeff Lowdermilk d7d6418474 Add a doc on sharing cluster access credentials via kubeconfig 2015-03-16 15:43:34 -07:00
Filip Grzadkowski 336525a27d Periodically update pod status from kubelet. 2015-03-16 23:03:03 +01:00
Alex Robinson 0b67c9e94c Merge pull request #5379 from justinsb/aws_iam_roles
Configure separate IAM roles for master & minion, create roles in docs
2015-03-16 14:37:18 -07:00
Tim Hockin 9eebaa8168 Merge pull request #4115 from sub-mod/master_changes
Use discovery heuristics in ChooseHostInterface method to fetch PublicAddress
2015-03-16 14:31:15 -07:00
Justin Santa Barbara 8b535ff17a Fix copy-and-paste error in log message 2015-03-16 14:30:24 -07:00
Tim Hockin dab2d1a14b Merge pull request #5420 from vmarmol/cross
Make "kubernetes" a server binary.
2015-03-16 14:29:51 -07:00
Derek Carr 1291401c2e Merge pull request #5516 from smarterclayton/add_ttl_to_helper
Add TTL support to etcd_helper in preparation for graceful delete
2015-03-16 17:14:35 -04:00
Tim Hockin 1725c23eb2 Implement volume plugin wrappers
Convert git_repo and secret into wrappers around empty_dir.
2015-03-16 14:07:58 -07:00
Tim Hockin 3a1e623980 Add a doc explaining how to make API changes
Covers compatibility, internal API, versioned APIs, tests, fuzzer,
semantic deep equal, etc.  I wrote this as I worked on the next big
multi-port service change.
2015-03-16 14:07:30 -07:00
Victor Marmol bdc1981eb5 Merge pull request #5433 from wojtek-t/remove_bound_pods
Remove BoundPods from Kubelet
2015-03-16 13:38:24 -07:00
Jeff Lowdermilk 69ce2b0a80 Merge pull request #5515 from vmarmol/get-kube
Update get-kube to fetch 0.11.0 (latest stable).
2015-03-16 13:22:57 -07:00
Robert Bailey 0fe77d49af Merge pull request #5439 from piosz/guestbook_test
Ported guestbook.sh e2e test to ginkgo
2015-03-16 12:49:59 -07:00
Clayton Coleman bddef32193 Prepare EtcdHelper to extract more data from Node
In order to support graceful deletion, the resource object will
need access to the TTL value in etcd.  Also, in the future we
may want to get the creation index (distinct from modifiedindex)
and expose it to clients.  Change EtcdResourceVersioner to be
more type specific (objects vs lists) and provide a default
implementation that relies on the internal API convention.

Also, rename etcd_tools.go to etcd_helper.go and split a few
things up.
2015-03-16 15:33:50 -04:00
Zach Loafman ca2579a4b6 Merge pull request #5135 from mbforbes/podsWaitShell
Wait until all startup pods are 'Running' before running e2e tests.
2015-03-16 12:25:25 -07:00
Nikhil Jindal d1dc17120d Merge pull request #4880 from smarterclayton/better_describe
Make Describe functions available to local objects
2015-03-16 12:19:22 -07:00
Max Forbes 1c4e47fe22 Wait until all startup pods are 'Running' before running e2e tests. 2015-03-16 12:03:57 -07:00
Victor Marmol 3d9bdee5d9 Update get-kube to fetch 0.11.0 (latest stable). 2015-03-16 11:34:54 -07:00
Clayton Coleman 4ca90e0343 FakeEtcdClient should return KeyNotFound on Delete 2015-03-16 14:22:03 -04:00
Clayton Coleman 143015025a Support TTL in genericetcd#Update 2015-03-16 14:22:01 -04:00
Wojciech Tyczynski 5d95e9e671 Remove BoundPods from Kubelet 2015-03-16 19:17:21 +01:00
Subin M 1138045185 use ChooseHostInterface to get IP 2015-03-16 23:37:00 +05:30
Justin Santa Barbara 9361b76977 Configure separate IAM roles for master & minion, create roles automatically 2015-03-16 10:37:25 -07:00
Piotr Szczesniak 2533ddffa5 Ported guestbook.sh e2e test to ginkgo
This fixed #5045
2015-03-16 18:33:15 +01:00
Jeff Lowdermilk 9df2ea4aef Merge pull request #5479 from ArtfulCoder/static_linking
Build statically linked binaries for kubernetes.
2015-03-16 10:24:35 -07:00
Jeff Lowdermilk e37fd2a84d Merge pull request #5477 from dchen1107/clean
Convert RestartPolicy to string for v1beta3.
2015-03-16 10:23:52 -07:00
Jeff Lowdermilk 2a8528704a Merge pull request #5446 from lavalamp/fix2
Add a system modeler to scheduler
2015-03-16 10:21:02 -07:00
Jeff Lowdermilk 231d6739d4 Merge pull request #5458 from mattmoor/master
Enable usage of a "json key" for authenticating with gcr.io.
2015-03-16 10:12:33 -07:00
Jeff Lowdermilk a2e710b3fe Merge pull request #5504 from piosz/guestbook_example
Removed resource specification from guestbook example
2015-03-16 10:09:01 -07:00
Jeff Lowdermilk 2965b2f63f Merge pull request #5359 from hurf/master
Add doc on setting proxy while building kubernetes in a container
2015-03-16 10:04:01 -07:00
Jeff Lowdermilk 277dd5e974 Merge pull request #5482 from AAzza/fix-broken-links-in-admin-guide
Fix broken links in cluster-admin guide
2015-03-16 09:54:41 -07:00
Jeff Lowdermilk f3cb9949a7 Merge pull request #5484 from smarterclayton/dont_warn_on_existing
Don't log when auto-published services and namespace exist already
2015-03-16 09:54:19 -07:00