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
Rodolfo Carvalho
075ae79826
Fix metric label
...
Signed-off-by: Rodolfo Carvalho <rcarvalh@redhat.com>
2015-05-06 10:29:50 +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
Yu-Ju Hong
c075719f05
Kubelet: fix the runtime cache to not cache the stale pods
...
If a pod worker sees stale pods from the runtime cache which were retrieved
before their last sync finished, it may think that the pod were not started
correctly, and attemp to fix that by killing/restarting containers.
There are two issues that may cause runtime cache to store stale pods:
1. The timstamp is recorded *after* getting the pods from the container
runtime. This may lead the consumer to think the pods are newer than they
actually are.
2. The cache updates are triggered by many goroutines (pod workers, and the
updating thread). There is no mechanism to enforece that the cache would
only be updated to newer pods.
This change fixes the above two issues by making sure one always record the
timestamp before getting pods from the container runtime, and updates the
cached pods only if the timestamp is newer.
2015-05-05 18:28:38 -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
Chao Xu
eee11dee1b
update logging-demo to use API v1beta3; modify the way to access Elasticsearch and Kibana services
...
COMMIT_BLOCKED_ON_GENDOCS
2015-05-05 18:14:17 -07:00
Saad Ali
66e0985715
Fix event doc link
2015-05-05 18:11:58 -07:00
Zach Loafman
c78eabbfac
Update to container-vm-v20150505
2015-05-05 17:15:54 -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 Weil
5acdf5e70b
remove trailing comma. Add sc admission controller to ansible and systemd
2015-05-05 16:34:38 -04: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
Federico Simoncelli
37038c4877
replica: serialize created-by reference
...
Fixes #7322
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-05-05 16:06:41 -04:00