Robert Bailey
a2d5f8fe22
Merge pull request #5832 from brendandburns/master
...
Describe manual setting of PortalIP in service creation.
2015-03-24 07:57:19 -07:00
derekwaynecarr
84c9709299
Increase controller sync time for namespace cleanup
2015-03-24 10:44:34 -04:00
Saad Ali
2a88c77522
Merge pull request #5809 from dchen1107/podstatus
...
Introduced LastTerminateState to ContainerStatus
2015-03-24 07:42:24 -07:00
Saad Ali
282f605241
Merge pull request #5786 from fgrzadkowski/better_errors
...
Add validation error explanation for long annotations.
2015-03-24 07:40:29 -07:00
derekwaynecarr
ee53dfc741
Turn on namespace lifecycle plug-in
2015-03-24 10:36:06 -04:00
derekwaynecarr
2ac63ebbe6
Add namespace controller to drive life-cycle
2015-03-24 10:36:06 -04:00
derekwaynecarr
29c491ef2e
Namespace.Spec.Finalizer support
2015-03-24 10:36:06 -04:00
Saad Ali
b01f1f9baf
Merge pull request #5683 from justinsb/aws_ephemeral_disks
...
Format ephemeral disks with btrfs, put Docker storage on there
2015-03-24 07:36:01 -07:00
Saad Ali
959b3a45d6
Merge pull request #5583 from brendandburns/docs
...
Update error status code documentation a little bit.
2015-03-24 07:33:08 -07:00
Brian Grant
8da8cf16b0
Merge pull request #5844 from wojtek-t/change_ns_to_namespaces
...
Change "/ns" to "/namespaces" in few remaining places.
2015-03-24 07:30:33 -07:00
Piotr Szczesniak
a36806c44f
Merge pull request #5843 from soltysh/doc_fix
...
Fixed markdown in service_accounts.md
2015-03-24 15:30:20 +01:00
Wojciech Tyczynski
cb7c781da5
Merge pull request #5845 from piosz/guestbook
...
Increased response timeout in kubectl e2e test
2015-03-24 14:20:24 +01:00
Piotr Szczesniak
66c5a0768d
Increased response timeout in kubectl e2e test
...
Should help for #5825 . I ran the test 30 times and all passed.
2015-03-24 13:59:45 +01:00
Wojciech Tyczynski
f7191d626d
Change "/ns" to "/namespaces" in few remaining places.
2015-03-24 13:05:32 +01:00
Wojciech Tyczynski
f80cac1775
Integration test for reading Pods via http & file
2015-03-24 12:05:41 +01:00
Maciej Szulik
6a2ee9ae9f
Fixed markdown
2015-03-24 12:01:41 +01:00
Piotr Szczesniak
c06eecf7aa
Added colors to output of kubectl clusterinfo
...
Added warning about trailing slashes
Also I ran godeps as described at
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/devel/development.md
This fixes #5698
2015-03-24 11:46:04 +01:00
Filip Grzadkowski
6bc1e2ef40
Add validation error explanation for long annotations.
2015-03-24 11:01:26 +01:00
Satnam Singh
68bd98596c
Fix error message for logging e2e test
2015-03-24 00:03:06 -07:00
Brendan Burns
a92ca3fd6f
Update error status code documentation a little bit.
2015-03-23 21:13:11 -07:00
Brendan Burns
a18ec3be88
Update spf13/cobra with recent commits.
2015-03-23 21:06:45 -07:00
Brendan Burns
c66caa5336
Revert "Revert "Update cobra/pflag. Also update generated kubectl documentation.""
...
This reverts commit 69432e8b2f
.
COMMIT_BLOCKED_ON_GENDOCS
2015-03-23 21:06:45 -07:00
Brendan Burns
d0b468f4b0
Merge pull request #5830 from vmarmol/hostname
...
Cap container hostname length to 63 chars.
2015-03-23 21:05:43 -07:00
Brendan Burns
62418fd120
Describe manual setting of PortalIP in service creation.
2015-03-23 20:22:36 -07:00
Victor Marmol
07f928be64
Cap container hostname length to 63 chars.
...
Fixes #5829 .
2015-03-23 19:36:45 -07:00
jayunit100
378b1b0275
Some cleanup, clarification, and addition of NetworkManager requirements for ansible setup
2015-03-23 22:17:28 -04:00
Prashanth Balasubramanian
ef6601646d
Migrate replication controllers to generic etcd
2015-03-23 17:59:25 -07:00
Robert Bailey
5c40bd61e4
Merge pull request #5794 from thockin/gcepd_name
...
Rename the JSON for GCEPersistentDisk, fix examples
2015-03-23 17:12:32 -07:00
Victor Marmol
fe65aa5dc9
Merge pull request #5748 from yujuhong/refactor
...
Kubelet: add podManager for managing internal pod storage
2015-03-23 16:53:27 -07:00
Nikhil Jindal
5c71e2ba00
Merge pull request #5769 from sdminonne/cleaning_labels
...
Removing dead code in labels package and changing LabelSelector type
2015-03-23 16:28:31 -07:00
Zach Loafman
8065fb5c47
Merge pull request #5801 from satnam6502/etcd
...
Upgrade etcd to v2.0.5 on the master
2015-03-23 16:13:11 -07:00
Jeff Lowdermilk
7f7a004373
Merge pull request #5792 from ddysher/more-describe
...
More node describe, and 'kubectl describe' tests for all resources
2015-03-23 15:28:03 -07:00
Yu-Ju Hong
f440989017
Kubelet: add podManager for managing internal pod storage
...
This change moves pod array and mirrorPods into podManager, along with all
methods accessing these internal pod storages. This is the first step of the
refactoring, and no function change is involved.
2015-03-23 15:11:10 -07:00
Aly Fulton
6cd493849a
Updated .travis.yml
...
This lets you use the Docker container infrastructure on Travis which has a much faster queue and performance. :)
2015-03-23 17:46:34 -04:00
Robert Bailey
737af02fc8
Merge pull request #5749 from fabioy/gke-guestbook.fix
...
Fix guestbook.sh to make it work on GKE.
2015-03-23 14:31:34 -07:00
Derek Carr
3864cad20e
Merge pull request #5758 from smarterclayton/get_input_parameters
...
Cleanup REST interfaces across the codebase
2015-03-23 17:17:27 -04:00
Deyuan Deng
1c135c0bd4
Test kubectl describe from test-cmd
2015-03-23 17:13:45 -04:00
Deyuan Deng
4939c1137c
Add node describe labels, creationTimestamp
2015-03-23 17:13:45 -04:00
Brendan Burns
a7f3d7d820
Merge pull request #5550 from AntonioMeireles/registry_gunicorn_play_safe
...
workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs
2015-03-23 14:06:51 -07:00
Brendan Burns
7547eaec2b
Merge pull request #5765 from roberthbailey/pipefail
...
Specify bash when installing kubernetes via get.k8s.io.
2015-03-23 14:05:39 -07:00
Dawn Chen
fdfec4db2d
Introduced LastTerminateState
2015-03-23 13:54:46 -07:00
Tim Hockin
7ce59d9bc7
Rename the JSON for GCEPersistentDisk in internal
...
I know the internal JSO tags are slated for death. Until then, make them
correct. Also fix some examples of v1b3 conversions that did not rename the
JSON field.
2015-03-23 13:54:00 -07:00
Clayton Coleman
9bb797fe93
Rename NewREST -> NewStorage to align on terminology
2015-03-23 16:52:21 -04:00
Clayton Coleman
5a3f0adbcc
Remove older names
2015-03-23 16:52:21 -04:00
Clayton Coleman
d46087db50
Move REST* interfaces into pkg/api/rest
...
Dependency chain is now api -> api/rest -> apiserver. Makes the
interfaces much cleaner to read, and cleans up some inconsistenties
that crept in along the way.
2015-03-23 16:52:21 -04:00
Satnam Singh
69f867dafb
Upgrade etcd to v2.0.5 on the master
2015-03-23 13:52:04 -07:00
Tim Hockin
df672504c2
Merge pull request #5775 from smarterclayton/fix_mac_hostname
...
Kubelet config sources should use the provided hostname, not lookup os.Hostname()
2015-03-23 13:51:34 -07:00
Mikel Nelson
bbca7217b7
Issue #5737 Cassandra Cluster Example Custom Seed Cores on First Node
2015-03-23 13:50:38 -07:00
Robert Bailey
b46276e51b
Merge pull request #5750 from satnam6502/soak
...
Soak test based on serve_hostname image
2015-03-23 13:25:29 -07:00
Piotr Szczesniak
654a8d40e6
Merge pull request #5772 from a-robinson/lb
...
Add an end-to-end test for external load balancers.
2015-03-23 21:09:43 +01:00