Satnam Singh
19b927ea57
Name a cluster and use it to make forwarding rules for GCE
2015-02-23 17:04:33 -08:00
Brian Grant
754a2a8305
Merge pull request #4460 from sub-mod/guestbook_ns
...
Adding guestbook example with latest json format for v1beta3 api
2015-02-23 16:58:20 -08:00
derekwaynecarr
883962e36b
Kubernetes master needs more than 512MB of ram
2015-02-23 19:37:07 -05: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
Zach Loafman
9936f09b78
Merge pull request #4715 from a-robinson/gce-mount
...
Add the salt-overlay directory to the GCE master-pd and reserve the master's IP
2015-02-23 15:46:36 -08:00
Victor Marmol
f5beb04c53
Adding Prometheus /metrics handler.
2015-02-23 15:42:04 -08:00
Filipe Brandenburger
74c0dd179e
Merge pull request #4744 from ixdy/travis-coveralls
...
Revert unit test coverage changes
2015-02-23 14:50:46 -08:00
Subin M
7d00c456d5
format all json files
2015-02-24 04:20:32 +05:30
Daniel Smith
4fb4ca605c
Merge pull request #4745 from thockin/fixhead
...
fix head
2015-02-23 14:41:48 -08:00
Tim Hockin
0c5e421e92
fix head
2015-02-23 14:38:39 -08:00
Subin M
62cb5b875f
removing name from template
2015-02-24 04:07:49 +05:30
Jeff Grafton
0f2e9dbac8
Revert "Use goveralls to report coverage results from Travis."
...
Revert "Produce a combined coverage report when running Go unit tests."
These caused unit tests to run very slowly, causing problems with
Travis.
2015-02-23 14:35:48 -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
Subin M
ea0a873417
removing LoadBalancer
2015-02-24 03:57:09 +05:30
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
Alex Robinson
6a18b74fa3
Minor reordering of GCE kube-up subcommands to keep them logically grouped.
2015-02-23 13:57:09 -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
Alex Robinson
953982f47f
Add the salt-overlay and /etc/salt directories to the GCE master-pd and reserve
...
the master's IP upon creation to make it easier to replace the master later.
This pulls out the parts of PR #3174 that don't break anything and will
make upgrading existing clusters in the future less painful.
Add /etc/salt to the master-pd
2015-02-23 13:56:11 -08:00
Ben McCann
b73662ac95
Update links to security contexts and service accounts to point to actual docs instead of pull requests now that those proposals have been merged
2015-02-23 13:55:02 -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
Subin M
95c225584e
renaming folder to v1beta3 and updating testcases
2015-02-24 03:17:22 +05:30
Subin M
fd3d60f72b
updating testcases
2015-02-24 03:00:36 +05:30
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
Subin M
23a177c5ab
updating testcases
2015-02-24 02:54:16 +05:30
Subin M
eb82df81b6
renaming folders
2015-02-24 02:49:58 +05:30
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
Yifan Gu
a631252abf
Remove outdated const.
2015-02-23 11:00:38 -08:00
Mike Danese
d6fb8ce05a
Don't lock readinessStates on concurrent reads.
2015-02-23 10:49:39 -08:00