Commit Graph

5301 Commits

Author SHA1 Message Date
Clayton Coleman
04b864a91f Allow panics and unhandled errors to be reported to external targets
It would be better if Kubernetes could be instrumented to report panics
and handled but unreturned errors in controller loops to a remote
service.  This commit introduces settable handlers for HandleCrash and a new
HandleError that can be overriden to report errors to a remote service
for analysis.  HandleError() in particular is for control loops that do
not return an error, and so there is no ability to report those errors
other than in log files.

ReplicationController is provided as an example.
2015-01-26 20:23:46 -05:00
Dawn Chen
c65f83f424 Merge pull request #3795 from ddysher/pod-cache-semantic
fix pod-cache with node semantic change
2015-01-26 16:04:48 -08:00
Brian Grant
6500bac04e Merge pull request #3803 from jlowdermilk/architecture
Update architecture diagram/png/svg to name 'kubectl' as client.
2015-01-26 15:28:54 -08:00
Joe Beda
ecd7e64503 Merge pull request #3811 from jbeda/seqdiag-Docker
Add Dockerfile for sequence diagram generation
2015-01-26 15:23:16 -08:00
Joe Beda
fab7636aa6 Add Dockerfile for sequence diagram generation 2015-01-26 15:25:47 -08:00
roberthbailey
b6e345c3c9 Merge pull request #3802 from jbeda/seqdiag-tweak
Small tweaks to sequence diagram generation.
2015-01-26 13:54:08 -08:00
Jeff Lowdermilk
6ba8b7dfb2 Merge pull request #3768 from deads2k/deads-make-kubectl-config-easier-alt
make kubectl config set-cluster easier to use
2015-01-26 13:13:26 -08:00
Clayton Coleman
6410f37a32 Merge pull request #3591 from ddysher/node-client-update
Add node update method to client interface
2015-01-26 15:47:18 -05:00
Clayton Coleman
ae0a39bd04 Merge pull request #3794 from pmorie/tests
Make it possible to test a single package w/o cover report
2015-01-26 15:38:24 -05:00
deads2k
05bc508a13 make all kubectl config set-* easier to use 2015-01-26 15:16:54 -05:00
Jeff Lowdermilk
0a127ea14e Update architecture diagram/png/svg to name 'kubectl' as client. 2015-01-26 11:35:53 -08:00
Eric Tune
4c2d554c73 Merge pull request #3057 from derekwaynecarr/resource_controller_proposal
Admission control plugins: LimitRanger and ResourceQuota
2015-01-26 10:46:20 -08:00
Joe Beda
a56595ce0e Small tweaks to sequence diagram generation.
Fix up name of font download and no transparency so it is easier to iterate.
2015-01-26 10:35:20 -08:00
Tim Hockin
2f45d8f852 Merge pull request #3788 from markturansky/annotation_validation
Added validation for annotations
2015-01-26 10:23:16 -08:00
markturansky
131ce993c4 Added validation for annotations 2015-01-26 09:32:09 -05:00
Paul Morie
8917c669d1 Make it possible to test a single package w/o cover report 2015-01-25 21:26:36 -05:00
Deyuan Deng
881be6c952 fix pod-cache with node semantic change 2015-01-25 16:59:00 -05:00
Tim Hockin
81e4d01ab8 Merge pull request #3786 from calavera/fix_dns_link
Fix link to the dns addon readme
2015-01-24 00:23:33 -08:00
David Calavera
e889fc336f Fix link to the dns addon readme 2015-01-24 00:16:36 -08:00
Tim Hockin
7de8e74e2b Merge pull request #3784 from calavera/patch-1
Fix inline comment about label examples.
2015-01-23 20:31:58 -08:00
David Calavera
46c1154ed5 Fix inline comment about label examples. 2015-01-23 20:14:36 -08:00
Filipe Brandenburger
f988a01a05 Merge pull request #3780 from satnam6502/network
Change TestNetwork to allow parallel execution
2015-01-23 18:33:19 -08:00
Satnam Singh
2d1ee816a1 Change TestNetwork to allow parallel execution 2015-01-23 17:56:15 -08:00
Tim Hockin
9dfbf46b23 Merge pull request #3778 from vishh/heapster
Fix monitoring.sh
2015-01-23 16:10:54 -08:00
Vishnu Kannan
2131ed5616 Fix monitoring.sh 2015-01-24 00:09:44 +00:00
Dawn Chen
426c16e8e5 Merge pull request #3776 from vmarmol/clean
Update developer docs to use hack/ for e2e.
2015-01-23 16:03:18 -08:00
Victor Marmol
8d38f74425 Update developer docs to use hack/ for e2e. 2015-01-23 15:52:12 -08:00
Tim Hockin
5d73fa40aa Merge pull request #3588 from vishh/api_resources
Adding a 'Typename' strongtype for representing all resource types
2015-01-23 15:07:27 -08:00
Vish Kannan
35d0042ccf Merge pull request #3767 from vmarmol/clean
Update cAdvisor to 0.8.0.
2015-01-23 15:00:17 -08:00
Brian Grant
68dcbf9b69 Merge pull request #3774 from vishh/update_resources_doc
Update RFCs in docs/resources.md
2015-01-23 14:49:16 -08:00
Vishnu Kannan
6388c77197 Update RFCs in docs/resources.md 2015-01-23 22:29:06 +00:00
Dawn Chen
3a907b58f1 Merge pull request #3770 from thockin/e2e
Fix monitoring e2e to find kubectl
2015-01-23 14:25:28 -08:00
Vishnu Kannan
c32295a180 Adding a 'Typename' strongtype for representing all compute resource types. 2015-01-23 22:17:56 +00:00
Brian Grant
0b5cfa2a0f Merge pull request #3748 from vishh/update_resources_doc
Update resources.md to reflect the new compute resource naming policy.
2015-01-23 14:05:38 -08:00
Clayton Coleman
b21500eaa2 Merge pull request #3753 from mfojtik/fix_extractlist
Fix ExtractList to support extraction from generic api.List{}
2015-01-23 16:56:53 -05:00
Vishnu Kannan
f933b55405 Update resources.md to reflect the new compute resource naming policy. 2015-01-23 21:41:06 +00:00
Deyuan Deng
e71227388e add node update method to client interface 2015-01-23 16:40:33 -05:00
Michal Fojtik
e7df8aa098 Fix ExtractList to support extraction from generic api.List{} 2015-01-23 22:13:37 +01:00
Tim Hockin
9566467cdd Fix monitoring e2e to find kubectl 2015-01-23 12:36:03 -08:00
Tim Hockin
c292aa54c4 Merge pull request #3738 from smreed/randomize-roundrobin-endpoints
Randomize roundrobin endpoints
2015-01-23 12:33:17 -08:00
Eric Tune
5cdb742ddf Merge pull request #3659 from ddysher/sync-period
Add node sync period flag
2015-01-23 11:43:45 -08:00
Filipe Brandenburger
3a06802e0f Merge pull request #3766 from GoogleCloudPlatform/revert-3749-network
Revert "Allow network end-to-end test to be run in parallel"
2015-01-23 11:11:52 -08:00
Filipe Brandenburger
73bd452e76 Revert "Allow network end-to-end test to be run in parallel" 2015-01-23 11:11:31 -08:00
Victor Marmol
94988aece2 Update cAdvisor to 0.8.0. 2015-01-23 11:11:15 -08:00
Dawn Chen
b4f9d2ae9b Merge pull request #3743 from vishh/heapster
Update monitoring components to the latest released versions.
2015-01-23 11:10:14 -08:00
Vishnu Kannan
adbbfbf62f Improve monitoring e2e test. 2015-01-23 18:59:05 +00:00
Vishnu Kannan
82bbb3e78b Update monitoring components to the latest released versions. 2015-01-23 18:59:05 +00:00
Filipe Brandenburger
4c413e794e Merge pull request #3704 from satnam6502/retry
Add a Retry-After header when rate limit is exceeded
2015-01-23 10:20:52 -08:00
derekwaynecarr
badf5560a4 Doc tweaks 2015-01-23 12:56:49 -05:00
derekwaynecarr
6c17bfa526 Remove resource_controller proposal 2015-01-23 12:56:49 -05:00