Tim Hockin
0c5e421e92
fix head
2015-02-23 14:38:39 -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
Zach Loafman
f3a20bd39b
Merge pull request #4739 from vishh/cadvisor
...
Increase the timeout on apiserver requests to fetch node stats.
2015-02-23 14:15:46 -08:00
Dawn Chen
40eec84b94
Merge pull request #4730 from radeksimko/patch-1
...
Fix a typo (peroid => period)
2015-02-23 14:13:32 -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
Vishnu Kannan
e1147184d5
Increase the timeout on apiserver requests to fetch node stats.
2015-02-23 21:54:24 +00:00
Daniel Smith
c71f5c7138
Merge pull request #4740 from GoogleCloudPlatform/revert-4712-plural_30_endpoints
...
Revert "Multi-port Endpoints"
2015-02-23 13:54:05 -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
Brian Grant
517f30a1da
Merge pull request #4456 from tkulczynski/noderegistration
...
Add node's IP range cidr to NodeSpec
2015-02-23 12:53:40 -08:00
Tim Hockin
3e7248f0f4
comments on base64-ness of secrets
2015-02-23 12:40:06 -08:00
Tim Hockin
607b736a3f
Rename volume source types to be consistent.
2015-02-23 12:39:57 -08:00
Tim Hockin
8bdfc352ce
minor fixups as I review secrets
2015-02-23 12:39:47 -08:00
CJ Cullen
54e8240916
Fix PD detach (fix the mount path/device name calculation).
...
Fix readonly PD attach (don't try to format).
Add an e2e test to verify that PDs are attached and detached correctly.
Add an e2e test to verify that readonly PDs can be attached to >1 pods.
2015-02-23 12:19:22 -08:00
Victor Marmol
e186582272
Merge pull request #4728 from vishh/monitoring_rc
...
Use heapster v0.8.
2015-02-23 11:52:32 -08:00
Rohit Jnagal
01da9a6a15
Merge pull request #4726 from coolsvap/coolsvap-centos-manual
...
Update centos_manual_config.md
2015-02-23 11:21:52 -08:00
Rohit Jnagal
0fd5fa105b
Merge pull request #4725 from coolsvap/coolsvap-fedora-manual
...
Update fedora_manual_config.md
2015-02-23 11:21:28 -08:00
Zach Loafman
b7b4252831
Merge pull request #4733 from GoogleCloudPlatform/revert-4315-add_skip_push_gcs
...
Revert "Add SKIP_PUSH_GCS env so we can run without a push to GCS"
2015-02-23 11:16:42 -08:00
Zach Loafman
c0067656fb
Revert "Add SKIP_PUSH_GCS env so we can run without a push to GCS"
2015-02-23 11:15:54 -08:00
Mike Danese
d6fb8ce05a
Don't lock readinessStates on concurrent reads.
2015-02-23 10:49:39 -08:00
Tomek Kulczynski
09c955f94e
Add node's IP range cidr to NodeSpec
2015-02-23 19:47:50 +01:00
Radek Simko
40e99a3a33
Fix a typo (peroid => period)
2015-02-23 18:39:29 +00:00
Rohit Jnagal
28dd73dd8c
Merge pull request #4667 from endocode/kbeecher/multi-resource
...
Adds support for multiple resources to kubectl
2015-02-23 10:29:32 -08:00
Rohit Jnagal
4e727e7c5a
Merge pull request #4692 from jayunit100/hacking
...
Guestbook: Addition troubleshooting section.
2015-02-23 10:28:00 -08:00
Clayton Coleman
7a3405fded
Endpoints should not be omitempty for ease of client use
2015-02-23 13:18:31 -05:00
Rohit Jnagal
33855c2286
Merge pull request #4696 from kazegusuri/rollingupdate-namespace-aware
...
use default namespace to do rollingupdate
2015-02-23 10:15:03 -08:00
Rohit Jnagal
47df86066e
Merge pull request #4693 from thockin/logo
...
Simplify the SVG for the logo
2015-02-23 10:14:02 -08:00
Vishnu Kannan
e9271dabde
Use heapster v0.8.
2015-02-23 18:11:02 +00:00
Zach Loafman
5269e06aa1
Merge pull request #4315 from justinsb/add_skip_push_gcs
...
Add SKIP_PUSH_GCS env so we can run without a push to GCS
2015-02-23 10:08:38 -08:00
Rohit Jnagal
efc4db280d
Merge pull request #4703 from smarterclayton/describe_portal_on_service
...
Add PortalIP to Service describe
2015-02-23 10:07:51 -08:00
Zach Loafman
ea5d2f99ae
Merge pull request #4622 from satnam6502/cluster-logging
...
Update cluster logging documentation to use kubectl for public IPs
2015-02-23 09:57:46 -08:00
Zach Loafman
490624cfb7
Merge pull request #4631 from fabioy/fix-pods.go
...
Move the various "defer" calls before the creation in pods.go e2e test.
2015-02-23 09:55:14 -08:00
Victor Marmol
6bd8bbb951
Merge pull request #4709 from sdminonne/bug_fix2
...
adding minimal test for label command to hack/test-cmd.sh
2015-02-23 09:53:42 -08:00
Swapnil Kulkarni
a174bba585
Update centos_manual_config.md
...
Add STATUS field in centos manual guide
2015-02-23 23:17:46 +05:30
Rohit Jnagal
8c2e81efe6
Merge pull request #4719 from browning/logging-documentation-version-clarification
...
Clarify version the logging documentation applies to
2015-02-23 09:46:12 -08:00
Swapnil Kulkarni
5eb86a69fe
Update fedora_manual_config.md
...
Update STATUS field in fedora-manual guide
2015-02-23 23:15:23 +05:30
Rohit Jnagal
b3ee50d28b
Merge pull request #4716 from browning/getting-started-guides-broken-ansible-link
...
Fixed a broken link in the getting started docs
2015-02-23 09:21:40 -08:00
Rohit Jnagal
5722ca986a
Merge pull request #4722 from coolsvap/coolsvap-virt7-update
...
Update centos_manual_config.md
2015-02-23 09:20:29 -08:00
Victor Marmol
92cea8b28c
Merge pull request #4684 from sidharta-s/master
...
setting boot2docker env variables for release and clean targets when boot2docker is running
2015-02-23 09:12:14 -08:00
Eric Tune
c70c410f25
Merge pull request #4687 from ncdc/master
...
Move golang code to third_party
2015-02-23 08:25:23 -08:00
Victor Marmol
3bfc07fcd3
Merge pull request #4697 from ddysher/node-describe-pod
...
Add pod name to node describe
2015-02-23 08:21:56 -08:00