Clayton Coleman
aee9bdd69a
Merge pull request #5805 from liggitt/node_proxy
...
Improve ResourceLocation API, allow proxy to use authenticated transport
2015-03-24 13:01:54 -04:00
Brendan Burns
9524e71b8a
Merge pull request #5813 from sinthetix/patch-1
...
Updated .travis.yml
2015-03-24 10:00:11 -07:00
Clayton Coleman
97560c409f
Merge pull request #5554 from derekwaynecarr/namespace_controller
...
Namespace Controller to support Namespace Termination
2015-03-24 12:59:00 -04:00
Tim Hockin
dfd8bbcf3e
Update docs using old Service.containerPort
2015-03-24 09:44:43 -07:00
Marcel Hauf
cf36fdc7f9
Use VBoxManage instead of virtualbox in cluster/vagrant/util.sh verify-prereqs function. The executable virtualbox does not exist.
2015-03-24 17:42:22 +01:00
Filip Grzadkowski
b74b203da2
Improve error message for invalid pod spec update
2015-03-24 17:11:16 +01:00
Jeff Lowdermilk
bc4a082f7a
Merge pull request #5815 from brendandburns/kubecfg
...
Revert the revert of a previous run. Update to a fixed cobra/pflag.
2015-03-24 09:09:26 -07:00
Victor Marmol
a2e2fea410
Merge pull request #5714 from fgrzadkowski/update_status_on_change
...
Update pod status only when it changes.
2015-03-24 09:00:57 -07:00
Clayton Coleman
0902ffd70e
Merge pull request #5746 from bprashanth/rc_genericetcd_interface
...
Migrate replication controllers to generic etcd
2015-03-24 11:45:59 -04:00
Filip Grzadkowski
632ca506ce
* Update pod status only when it changes.
...
* Refactor syncing logic into a separate struct
2015-03-24 16:41:00 +01:00
Satnam Singh
69a648406d
Merge pull request #5841 from piosz/clusterinfo
...
Added colors to output of kubectl clusterinfo
2015-03-24 08:38:45 -07:00
Victor Marmol
940f4b5f87
Merge pull request #5785 from wojtek-t/check_reading_pods_in_integration
...
Integration test for reading Pods via http & file
2015-03-24 08:37:55 -07:00
Jordan Liggitt
a75b501821
Improve ResourceLocation API, allow proxy to use authenticated transport
2015-03-24 11:11:34 -04:00
Robert Bailey
1dc7bcf53b
Merge pull request #5760 from jayunit100/ansible-readme
...
Some minor cleanups and simplifications to the ansible directions.
2015-03-24 07:58:18 -07:00
Robert Bailey
b152d8e884
Merge pull request #5822 from justinsb/aws_idempotent_kube_down
...
More idempotent kube-down for AWS, and delete multiple security groups
2015-03-24 07:58:03 -07:00
Robert Bailey
1724cbaa5e
Merge pull request #5837 from satnam6502/logging
...
Fix error message for logging e2e test
2015-03-24 07:57:51 -07:00
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
Filip Grzadkowski
24eb1a08f3
Validate Service.Spec.publicIPs to be a valid IP that is not a localhost
2015-03-24 10:48:46 +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