Salvatore Dario Minonne
|
0186acc37c
|
Extending label.Parse method to support exact match
|
2015-02-25 08:52:20 +01:00 |
|
gmarek
|
0be5aa52e6
|
Apply comments
|
2015-02-25 08:06:45 +01:00 |
|
Brendan Burns
|
801ad909ca
|
Add protection for the pods member varaible.
Address comments.
|
2015-02-24 19:36:11 -08:00 |
|
Justin Santa Barbara
|
e457286983
|
Fix typo: registrying -> registering
|
2015-02-24 16:21:14 -08:00 |
|
Vish Kannan
|
32694a770c
|
Merge pull request #4778 from lavalamp/fix7
Construct path correctly in proxy
|
2015-02-24 16:14:05 -08:00 |
|
Vish Kannan
|
0b15f2ff65
|
Merge pull request #4784 from vmarmol/pod-restart
Kill infra pod when a container is restarted.
|
2015-02-24 13:37:08 -08:00 |
|
Deyuan Deng
|
f2698e5905
|
Merge pull request #4267 from rsokolowski/guestbook-doc
Update guestbook example to use replication controller instead of a naked pod.
|
2015-02-24 15:57:27 -05:00 |
|
Vish Kannan
|
c561c8b0b1
|
Merge pull request #4753 from vmarmol/mon
First Kubelet metric and overall plumbing.
|
2015-02-24 12:51:34 -08:00 |
|
Jeff Lowdermilk
|
be124b3cd0
|
Merge pull request #4786 from GoogleCloudPlatform/revert-4660-deads-make-default-display-yaml
Revert "fix kubectl config view to respect serialization formats"
|
2015-02-24 12:18:31 -08:00 |
|
Vish Kannan
|
68c4ae7f0c
|
Merge pull request #4776 from brendandburns/log
Prompt the user to select a container if they don't provide one
|
2015-02-24 12:10:18 -08:00 |
|
Jeff Lowdermilk
|
8cfe099af1
|
Revert "fix kubectl config view to respect serialization formats"
|
2015-02-24 12:06:24 -08:00 |
|
Victor Marmol
|
aadbf221d2
|
Kill infra pod when a container is restarted.
Revert 0e20f7d736.
Fixes #4759.
|
2015-02-24 11:52:05 -08:00 |
|
Scott Creeley
|
40c03b057a
|
Fix whitespace in v1beta3 enablement
|
2015-02-24 14:49:54 -05:00 |
|
rsokolowski
|
635281ebe3
|
Update guestbook example to use replication controller.
|
2015-02-24 20:21:13 +01:00 |
|
Rohit Jnagal
|
e77322a561
|
Merge pull request #4755 from yifan-gu/cleanup
pkg/kubelet: Fix logging.
|
2015-02-24 10:12:02 -08:00 |
|
Rohit Jnagal
|
a0722376ee
|
Merge pull request #4760 from ddysher/kubectl-endpoint-list
kubectl print endpoint list
|
2015-02-24 10:11:23 -08:00 |
|
Rohit Jnagal
|
590a62ffe5
|
Merge pull request #4767 from mikedanese/kind-to-type
Rename {Node,Pod}ConditionKind -> {Node,Pod}ConditionType
|
2015-02-24 10:10:57 -08:00 |
|
Daniel Smith
|
ec58e6d78e
|
use correct path for proxy replacements
|
2015-02-24 10:10:06 -08:00 |
|
Daniel Smith
|
78d05e5307
|
add URL path generation function
|
2015-02-24 10:10:04 -08:00 |
|
Daniel Smith
|
2d56547524
|
refactor proxy upgrade path
|
2015-02-24 10:10:02 -08:00 |
|
Yifan Gu
|
1a5a842ac5
|
pkg/kubelet: Fix logging.
|
2015-02-24 09:47:10 -08:00 |
|
Daniel Smith
|
6241a211c8
|
Merge pull request #4768 from nikhiljindal/fixPrefix
APIServer: Updating special verb handlers to accept full request path rather than a trimmed one
|
2015-02-24 08:04:30 -08:00 |
|
Clayton Coleman
|
76926ec314
|
Merge pull request #4660 from deads2k/deads-make-default-display-yaml
fix kubectl config view to respect serialization formats
|
2015-02-24 07:56:57 -08:00 |
|
Brendan Burns
|
eefaafc214
|
Prompt the user to select a container if they don't provide one
and we can't infer it.
|
2015-02-24 06:50:22 -08:00 |
|
deads2k
|
6358bf2e30
|
add example for default view serialization
|
2015-02-24 08:54:03 -05:00 |
|
gmarek
|
9996654c4c
|
Add waiting for GCE operations to finish before proceeding in various
functions.
|
2015-02-24 14:32:21 +01:00 |
|
nikhiljindal
|
905a3f7909
|
Updating the handlers to accept full request path rather than a trimmed one
|
2015-02-24 00:37:20 -08:00 |
|
Wojciech Tyczynski
|
dcef5e2955
|
Introduce DockerCache in Kubelet.
|
2015-02-24 09:10:07 +01:00 |
|
Mike Danese
|
5267127af1
|
api: rename conditionkind -> conditiontype
|
2015-02-23 22:13:21 -08:00 |
|
Mike Danese
|
88e1ab3cbe
|
replace pkg/util/merge with evanphx/json-patch
|
2015-02-23 20:55:30 -08:00 |
|
Brendan Burns
|
33f6576f61
|
Log a better error with useful info on scheduling failures.
|
2015-02-23 20:36:22 -08:00 |
|
Deyuan Deng
|
515314fb8a
|
Fix kubectl print endpoint list
|
2015-02-23 21:20:10 -05:00 |
|
Satnam Singh
|
19b927ea57
|
Name a cluster and use it to make forwarding rules for GCE
|
2015-02-23 17:04:33 -08:00 |
|
Victor Marmol
|
c40a60e945
|
Adding image pull latency metric.
Also adding TODOs for other metrics.
Part of #4604.
|
2015-02-23 16:30:29 -08:00 |
|
Rohit Jnagal
|
50700419ea
|
Merge pull request #4732 from yifan-gu/cleanup
Remove outdated const.
|
2015-02-23 16:06:32 -08:00 |
|
Victor Marmol
|
f5beb04c53
|
Adding Prometheus /metrics handler.
|
2015-02-23 15:42:04 -08:00 |
|
Victor Marmol
|
d880be0301
|
Merge pull request #4738 from vmarmol/fix-pull
Remove pullLock from Kubelet.
|
2015-02-23 14:34:10 -08:00 |
|
Rohit Jnagal
|
b261d8c60a
|
Merge pull request #4724 from mikedanese/readiness-states-cleanup
Don't lock readinessStates on concurrent reads
|
2015-02-23 14:29:11 -08:00 |
|
Rohit Jnagal
|
cbcd35539f
|
Merge pull request #4718 from cjcullen/pdtest
Fix PD detach (fix the mount path/device name calculation).
|
2015-02-23 14:28:02 -08:00 |
|
Daniel Smith
|
3dc8b7ac69
|
Merge pull request #4707 from thockin/balancer
Refactor RR load balancer, fix bug
|
2015-02-23 13:56:40 -08:00 |
|
Daniel Smith
|
650f6cb826
|
Revert "Multi-port Endpoints"
|
2015-02-23 13:53:21 -08:00 |
|
Tim Hockin
|
eed36455a7
|
Merge pull request #4653 from thockin/secret_fixups
Secrets fixups
|
2015-02-23 13:49:19 -08:00 |
|
Daniel Smith
|
502f040129
|
Merge pull request #4712 from thockin/plural_30_endpoints
Multi-port Endpoints
|
2015-02-23 13:48:37 -08:00 |
|
Daniel Smith
|
dec46ad9cb
|
Merge pull request #4702 from smarterclayton/always_return_endpoints
Endpoints should not be omitempty for ease of client use
|
2015-02-23 13:47:46 -08:00 |
|
Victor Marmol
|
a6d975c929
|
Remove pullLock from Kubelet.
The lock was only ever used to grab a read lock before container pulls.
|
2015-02-23 13:27:55 -08:00 |
|
Tim Hockin
|
5dc98968c3
|
Refactor load balancer.
Flatten 3 parallel maps into a map to structs (balancerState).
|
2015-02-23 12:59:59 -08:00 |
|
Tim Hockin
|
8503c34694
|
Fix unprotected shared state in load balancer
|
2015-02-23 12:59:35 -08:00 |
|
Tim Hockin
|
e88134f736
|
Some renames in round-robin balancer
Making a clear path for more service port changes,making this code more
comprehensible.
|
2015-02-23 12:56:44 -08:00 |
|
Tim Hockin
|
37b8c14a4f
|
use a strong type for loadbalancer keys
|
2015-02-23 12:56:44 -08:00 |
|
Tim Hockin
|
3e7248f0f4
|
comments on base64-ness of secrets
|
2015-02-23 12:40:06 -08:00 |
|