Quinton Hoole
a715fdef95
Merge pull request #9291 from dchen1107/podstatus
...
Filtered out unfriendly error from docker when registry is not reachable.
2015-06-05 12:01:51 -07:00
Mike Danese
d326de9b6c
Merge pull request #9319 from skonzem/fix_doc_typos
...
Fix misspellings in documentation
2015-06-05 12:00:37 -07:00
Quinton Hoole
9ebeea1d83
Merge pull request #9303 from doublerr/rackspace/18.1
...
remove kube-register and update config-default
2015-06-05 11:58:05 -07:00
Quinton Hoole
bc59e69ff0
Merge pull request #9159 from csrwng/remove_cors_headers
...
Remove CORS headers from pod proxy responses
2015-06-05 11:40:09 -07:00
Quinton Hoole
8b01ecb53a
Merge pull request #9024 from markturansky/recyc_controllers
...
PersistentVolumeRecycler controller
2015-06-05 11:39:08 -07:00
Dawn Chen
636b40ffa1
Filtered out unfriendly error from docker when registry is not reachable(code: 502, 503, 504)
2015-06-05 11:29:35 -07:00
Dawn Chen
bbea2863c2
Add docker dependencies: timeutils, jsonmessage
2015-06-05 11:29:06 -07:00
Quinton Hoole
988a413acf
Merge pull request #9058 from deads2k/serialize-with-auth
...
serialize dockercfg with matching auth field
2015-06-05 11:26:14 -07:00
Quinton Hoole
21db71db1a
Merge pull request #9073 from ArtfulCoder/srv_dns
...
SRV record support
2015-06-05 11:24:32 -07:00
Quinton Hoole
8f55d9e619
Merge pull request #9317 from nikhiljindal/podnodeName
...
Updating StatusDetails.ID to Name in internal API
2015-06-05 11:23:09 -07:00
Quinton Hoole
79bb4eda46
Merge pull request #9305 from brendandburns/example
...
Add some text about the docs being sync'd to HEAD
2015-06-05 11:22:15 -07:00
Quinton Hoole
b40ecc4fbc
Merge pull request #9282 from markturansky/pv_index_fix
...
Add available volumes to binder index when not present
2015-06-05 11:06:48 -07:00
derekwaynecarr
d4324bc40f
Update OpenShift on Kubernetes example for getting service public ip
2015-06-05 14:06:23 -04:00
Quinton Hoole
385b189c81
Merge pull request #9276 from krousey/v1_conversion_doc
...
Adding v1 conversion tips
2015-06-05 11:01:29 -07:00
Jordan Liggitt
4754a6aea1
Wait for default serviceaccount in e2e createTestingNS
2015-06-05 13:33:23 -04:00
Quinton Hoole
710df2b619
Merge pull request #9294 from justinsb/aws_ssh_key_fingerprint
...
AWS: Support multiple SSH keys (embed the hash in the name)
2015-06-05 09:37:31 -07:00
Quinton Hoole
ab0c17f195
Merge pull request #9131 from RichieEscarez/8701_repctr
...
Added inline links to "services" "pods" "namespaces" and "replicati…
2015-06-05 09:34:14 -07:00
Quinton Hoole
a55c652466
Merge pull request #9137 from RichieEscarez/8701_repctr2
...
Added inline links to "services" "pods" "namespaces" "secrets" and …
2015-06-05 09:33:00 -07:00
Quinton Hoole
4a7f3cc2fa
Merge pull request #9138 from RichieEscarez/8701_repctr3
...
Added inline links to "services" "pods" "namespaces" and "replication…
2015-06-05 09:32:27 -07:00
Quinton Hoole
0374514457
Merge pull request #9146 from RichieEscarez/8701_repctr4
...
Added inline links to "services" "pods" and "replication controllers"…
2015-06-05 09:31:56 -07:00
Abhishek Shah
7d0adbcb1c
SRV record support
2015-06-05 09:31:07 -07:00
Quinton Hoole
b425ed1ff5
Merge pull request #9293 from saad-ali/upgradeNFSJun42015
...
Rev NFS image because of #9019
2015-06-05 09:24:57 -07:00
Kris Rousey
30f3e22247
Adding v1 conversion tips
2015-06-05 09:22:10 -07:00
markturansky
57d8b30b3e
fixed checker pod issue
2015-06-05 12:19:23 -04:00
Scott Konzem
1cff55f874
Fix misspellings in documentation
2015-06-05 11:35:17 -04:00
deads2k
ac2c43fc87
serialize dockercfg with matching auth field
2015-06-05 11:14:10 -04:00
Ryan Richard
ab0a3a1f84
remove kube-register and update config-default
...
* use newer rackspace cloud flavor names
* update coreos (beta) image id
* use NUM_MINIONS instead of RAX_NUM_MINIONS
2015-06-05 10:01:01 -05:00
RichieEscarez
2d9977252a
Added inline links to "services" "pods" "namespaces" and "replication controllers" (using relative linking ../../folder/filename.md)
2015-06-05 07:38:08 -07:00
nikhiljindal
7cc50448e3
Updating StatusDetails.ID to Name in internal API
2015-06-05 07:17:02 -07:00
gmarek
9dee8206f4
Put performance data from Density test into /tmp/ folder
2015-06-05 14:37:20 +02:00
James DeFelice
b3c8f71aca
refactor tls init for reuse
2015-06-05 11:45:40 +00:00
Jan Chaloupka
2c52769785
doc: update link to "The Kubernetes Node" section
2015-06-05 13:35:59 +02:00
Angus Lees
75f49b331a
Ignore "unspecified" externalIP during LB create
...
Previously we always passed `Address: externalIP.String()` while
creating a loadbalancer VIP. This passed "0.0.0.0" when externalIP was
unspecified, effectively making it mandatory to specify an externalIP.
This change correctly leaves `Address` unspecified when externalIP is
unspecified (has a zero value).
(Thanks to @justinsb for the report)
2015-06-05 16:27:45 +10:00
Brendan Burns
380790a8e2
Add messages to indicate that opening an external firewall may be necessary.
2015-06-04 22:31:52 -07:00
Quinton Hoole
7309e1f707
Merge pull request #9236 from mikedanese/etcd-fail-e2e
...
add e2e test for etcd failure and recovery
2015-06-04 22:10:31 -07:00
Brendan Burns
e051497be9
Add some text about the docs being sync'd to HEAD
...
Add pointers to the release branch files.
Clone docs when creating a new release.
2015-06-04 21:53:15 -07:00
Quinton Hoole
d6004a1ced
Merge pull request #9279 from yifan-gu/refactor
...
kubelet: Minor refactors.
2015-06-04 21:47:04 -07:00
Quinton Hoole
950df31c59
Merge pull request #9160 from uluyol/master
...
Update template to correctly retrieve external IP address. Clean up sample output.
2015-06-04 21:45:59 -07:00
Quinton Hoole
8de23c20db
Merge pull request #9140 from pires/7731-fix_hazelcast_example
...
Update Hazelcast example
2015-06-04 21:45:01 -07:00
Quinton Hoole
502a8d75cc
Merge pull request #9000 from jackgr/ui_build_js
...
Javascript only UI build cleanup
2015-06-04 21:40:03 -07:00
Quinton Hoole
7e16583e04
Merge pull request #9301 from caesarxuchao/add-v1-in-e2e
...
replace v1beta3 with v1 in e2e tests
2015-06-04 21:35:52 -07:00
Mike Danese
c458ee9dcb
add e2e test for etcd failure
2015-06-04 20:49:25 -07:00
markturansky
b9d7b27bd0
Added watch to e2e instead of sleep, used GenerateName for objs
2015-06-04 23:08:46 -04:00
Justin Santa Barbara
d8dc416b5b
AWS: Support multiple SSH keys (embed the hash in the name)
...
This should eliminate a nasty problem where the script doesn't cope well if
your keys don't match.
2015-06-04 21:40:57 -04:00
Quinton Hoole
81eab116a6
Merge pull request #9285 from preillyme/third_party_license
...
Add missing license files for third party
2015-06-04 18:01:06 -07:00
Chao Xu
d3664957b1
replace v1beta3 with v1 in e2e tests
2015-06-04 17:42:00 -07:00
Chao Xu
8a4dffdcee
fix
2015-06-04 17:19:41 -07:00
Chao Xu
5a54a0118d
fix
2015-06-04 16:35:24 -07:00
Quinton Hoole
fc80fd6860
Merge pull request #9233 from lavalamp/no-ro-nonbreaking
...
Allow kubectl proxy to proxy everything
2015-06-04 16:22:07 -07:00
Quinton Hoole
1a679bcf5c
Merge pull request #9239 from brendandburns/ha
...
Pro-actively give up the lease if the TTL expires
2015-06-04 16:18:59 -07:00