Commit Graph

10547 Commits

Author SHA1 Message Date
Filipe Brandenburger
b7f9e2cea0 Merge pull request #7651 from zmerlynn/upload_hash_in_util
Also push .sha1 for devel builds
2015-05-06 09:07:39 -07:00
Eric Tune
1c905863ad Merge pull request #7816 from mbforbes/nfsDocs
Update volumes doc to fix broken link and describe new file.
2015-05-06 09:04:24 -07:00
Maxwell Forbes
ddfc37eddc Merge pull request #7838 from pmorie/fix
Fix v1beta1 typos in v1beta2 conversions
2015-05-06 09:03:46 -07:00
Maxwell Forbes
390f269272 Merge pull request #7836 from pmorie/security-context-doc
Fix link to service accounts doc in security context doc
2015-05-06 08:38:50 -07:00
Paul Morie
5bcdecbb6b Fix v1beta1 typos in v1beta2 conversions 2015-05-06 11:21:39 -04:00
Victor Marmol
302de065f2 Merge pull request #7798 from pmorie/run-containerized
Add ability to dockerize kubelet in local cluster
2015-05-06 08:13:04 -07:00
CJ Cullen
a6b8b2ef59 Merge pull request #7764 from AntonioMeireles/skydns_etcd_deprecatedFlags
skydns: use the etcd-2.x native syntax, enable IANA attributed ports.
2015-05-06 07:31:20 -07:00
Robert Bailey
3fecfd4d6b Merge pull request #7794 from markllama/vagrant-kube-proxy-master-port
Added port 6443 to kube-proxy default IP address for api-server
2015-05-06 07:27:04 -07:00
Robert Bailey
62fd771d2d Merge pull request #7834 from ashcrow/add_header_doc_for_authn
Added client header info for authentication doc.
2015-05-06 07:24:27 -07:00
Paul Morie
a6b06f4932 Fix link to service accounts doc in security context doc 2015-05-06 10:04:39 -04:00
Paul Morie
fa1d065595 Add ability to dockerize kubelet in local cluster 2015-05-06 09:36:52 -04:00
Steve Milner
478ce734b0 Added client header info for authentication doc. 2015-05-06 09:14:45 -04:00
Mark Lamourine
b7c1b7eed2 Added port 6443 to kube-proxy default IP address for api-server
added  api_servers_with_port variable and settings.

removed extra port string

split azure api_server host and port out
2015-05-06 12:43:24 +00:00
António Meireles
24a0e5618a skydns: use the etcd-2.x native syntax, enable IANA attributed ports.
per https://github.com/coreos/etcd/blob/master/Documentation/backward_compatibility.md
(there are no functional changes, we just stop using the legacy flags, for
consistency.)

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-06 10:07:34 +01:00
Jerzy Szczepkowski
58962100db Merge pull request #7827 from zmerlynn/safe_format_cleanup
Clean up safe_format_and_mount spam in the startup logs
2015-05-06 10:50:32 +02:00
Robert Bailey
3a24c0e898 Merge pull request #7667 from antoineco/master
update AWS CloudFormation template and cloud-configs
2015-05-06 00:28:10 -07:00
Jerzy Szczepkowski
ce590ff961 Merge pull request #7797 from pmorie/kubelet-image
Create docker image for kubelet
2015-05-06 09:23:07 +02:00
Jerzy Szczepkowski
4d655e3fcf Merge pull request #7803 from yifan-gu/rkt_docker_image
kubelet/rkt: Add docker prefix to image string.
2015-05-06 09:22:50 +02:00
Jerzy Szczepkowski
4f83749d9e Merge pull request #7829 from roberthbailey/allocate-node-cidrs
Set allocate_node_cidrs to be blank by default.
2015-05-06 09:02:39 +02:00
Robert Bailey
357df12c02 Set allocate_node_cidrs to be blank by default. 2015-05-05 23:41:30 -07:00
Robert Bailey
06c2f4e3d5 Merge pull request #7799 from cjcullen/test_pull_5246
Fix sync problems in #5246
2015-05-05 22:31:10 -07:00
Zach Loafman
399f7dee43 Clean up safe_format_and_mount spam in the startup logs
Totally minor cleanup, but I'm tired of seeing it's spam in the
startup logs.
2015-05-05 21:23:57 -07:00
Maxwell Forbes
7adaaa4c64 Merge pull request #7823 from saad-ali/fix-event-doc-link
Fix event doc link
2015-05-05 18:18:06 -07:00
Saad Ali
66e0985715 Fix event doc link 2015-05-05 18:11:58 -07:00
Paul Morie
7b22218f67 Create docker image for kubelet 2015-05-05 20:14:26 -04:00
Jeff Lowdermilk
221553b147 Merge pull request #7776 from eparis/minor-bash-fixes
Cobra update and bash completions fix
2015-05-05 17:12:39 -07:00
CJ Cullen
292d33e33c Add synchronization around nodeMap 2015-05-05 17:11:38 -07:00
Daniel Smith
1d0067abea Merge pull request #7782 from deads2k/bow-to-the-go-oracle
make go-oracle happy
2015-05-05 16:46:47 -07:00
Daniel Smith
8a47574644 Merge pull request #7468 from simon3z/serialized-reference
replica: serialize created-by reference
2015-05-05 16:42:42 -07:00
Eric Paris
930f8645b5 Update bash completions
Because we updated cobra, we get a better set of bash completions
2015-05-05 19:19:47 -04:00
Eric Paris
1f702138b8 Bump cobra to latest upstream
Picks up some bash completions fixes and implements deprecated cobra
commands
2015-05-05 19:19:47 -04:00
Jerzy Szczepkowski
e967ffd522 Added flag to set cluster class B network address for pods, add flag to disable allocation CIDRs for Pods. Fixed synchornization bug in NodeController registerNodes(). 2015-05-05 16:10:43 -07:00
Tomek Kulczynski
290c7b94ef Make nodecontroller configure nodes' pod IP ranges 2015-05-05 16:10:42 -07:00
Zach Loafman
91dcf856e7 Merge pull request #7814 from GoogleCloudPlatform/revert-7809-revert-7343-security-context-types
Revert "Revert "Security context - types, kubelet, admission""
2015-05-05 16:07:36 -07:00
Max Forbes
5ba39646c7 Update volumes doc to fix broken link and describe new file. 2015-05-05 16:06:49 -07:00
Zach Loafman
875e83a741 Revert "Revert "Security context - types, kubelet, admission"" 2015-05-05 16:02:13 -07:00
Victor Marmol
db6586bdab Merge pull request #7813 from GoogleCloudPlatform/revert-7811-revert-7806-revert-7743-runtime-switch
Revert "Revert "Revert "Kubelet: Add rkt as a runtime option"""
2015-05-05 15:59:56 -07:00
Zach Loafman
3fcea23185 Revert "Revert "Revert "Kubelet: Add rkt as a runtime option""" 2015-05-05 15:55:12 -07:00
Yifan Gu
ec68f1a85a kubelet/rkt: Add docker prefix to image string.
This change makes rkt to run only docker image for now,
which enables us to test with all existing pods.
2015-05-05 15:41:13 -07:00
Zach Loafman
d92a4061aa Merge pull request #7811 from GoogleCloudPlatform/revert-7806-revert-7743-runtime-switch
Revert "Revert "Kubelet: Add rkt as a runtime option""
2015-05-05 15:34:07 -07:00
Zach Loafman
92ca92f43a Revert "Revert "Kubelet: Add rkt as a runtime option"" 2015-05-05 15:28:09 -07:00
Alex Robinson
5be3a5a9dc Merge pull request #7783 from GoogleCloudPlatform/revert-7609-lb
Revert "Truncate GCE load balancer names to 63 chars"
2015-05-05 15:23:35 -07:00
Zach Loafman
5d7b33b8f2 Merge pull request #7809 from GoogleCloudPlatform/revert-7343-security-context-types
Revert "Security context - types, kubelet, admission"
2015-05-05 15:22:03 -07:00
Zach Loafman
f48904fd5e Revert "Security context - types, kubelet, admission" 2015-05-05 15:20:39 -07:00
Zach Loafman
3931ee9f51 Merge pull request #7806 from GoogleCloudPlatform/revert-7743-runtime-switch
Revert "Kubelet: Add rkt as a runtime option"
2015-05-05 15:16:39 -07:00
Zach Loafman
6016408096 Revert "Kubelet: Add rkt as a runtime option" 2015-05-05 15:15:15 -07:00
Victor Marmol
e28625f7a6 Merge pull request #7796 from yifan-gu/local
hack/local-up-cluster.sh: Add env to enable rkt in local cluster.
2015-05-05 15:04:02 -07:00
Yifan Gu
102a2c4269 hack/local-up-cluster.sh: Add env to enable rkt in local cluster.
This makes testing rkt easier.
2015-05-05 14:07:10 -07:00
Yu-Ju Hong
b2c0ea37b4 Merge pull request #7743 from vmarmol/runtime-switch
Kubelet: Add rkt as a runtime option
2015-05-05 13:36:46 -07:00
Paul Morie
1625e231dd Merge pull request #7343 from pweil-/security-context-types
Security context - types, kubelet, admission
2015-05-05 16:26:09 -04:00