Commit Graph

1022 Commits

Author SHA1 Message Date
Brendan Burns 23b3bfb6f2 Update guestbook to fix given recent changes. 2014-11-15 19:36:02 -08:00
Tim Hockin d19826ccb9 Merge pull request #1922 from brendandburns/guestbook
Update the services now that Services v2 has IP per service.
2014-11-14 21:13:19 -08:00
Vishnu Kannan 50baeb5a91 Fix monitoring setup script.
Remove the firewall rule created for monitoring as part of kube-down.
Reuse master auth for Grafana.
2014-11-13 16:43:05 -05:00
David Oppenheimer 651f70bca5 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-12 15:13:11 -08:00
Brendan Burns 19b46a8a54 Update the services now that Services v2 has IP per service. 2014-11-12 11:31:28 -08:00
Daniel Smith 84b8aab507 Merge pull request #2195 from smarterclayton/prepare_pod_template_v1beta3
Allow an internal pod template reference or object
2014-11-12 10:55:08 -08:00
davidopp 9bf3932b8a Revert "Change update example to use a trivial webserver instead of nginx (issue..." 2014-11-11 23:03:23 -08:00
David Oppenheimer 95b7ba3419 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-11 22:16:18 -08:00
Clayton Coleman 0c6d486668 Remaining refactor for PodTemplateSpec and fixing test cases 2014-11-11 17:03:20 -05:00
Clayton Coleman fb5990df1e Some examples do not pass extended validation 2014-11-10 11:33:31 -05:00
Vishnu Kannan 2e31b1ffcb Improve the monitoring setup script and fix bugs in the monitoring config. 2014-11-07 19:27:52 +00:00
Vishnu Kannan 7b4a93d873 Add an option for enabling monitoring in gce/config-default.sh and disable it
for tests.
Updated heapster readme.
2014-11-07 00:47:56 +00:00
Vishnu Kannan b3d542e966 Use Heapster as an in-built monitoring solution for Kubernetes in GCE.
Users will have an option to enable it when they setup their cluster (kube-up).
2014-11-07 00:47:56 +00:00
Eric Paris 4759040360 fix example usage of passing environment variables
The syntax is not envVar, that is the name of the internal struct.  The
list is just "env"
2014-11-06 11:28:08 -05:00
Brendan Burns faac13b928 Add some validation for externalized service ports. 2014-11-03 13:36:34 -08:00
Brendan Burns 6b1e182ff3 Merge pull request #2026 from satnam6502/201
Fix of a few 201 typos
2014-10-27 23:41:20 -07:00
Satnam Singh 3805ea8ccd Fix some 101 typos 2014-10-27 23:25:55 -07:00
Satnam Singh e579a93ce9 Fix of a few 201 typos 2014-10-27 23:10:00 -07:00
Amy Unruh aa83dc222b a few 'Walkthrough' typo fixes 2014-10-27 20:32:32 -07:00
Clayton Coleman c447dd1fde Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
Joe Beda 678c8ea9c6 Merge pull request #1962 from dchen1107/fix
Increase memory limit of frontend-controller in our guestbook example.
2014-10-22 13:13:19 -07:00
Dawn Chen 072209c949 Increase memory limit of frontend-controller in our guestbook example. 2014-10-22 11:07:20 -07:00
oaktowner 653e74ea3c Update k8s201.md
Minor typo corrected.
2014-10-21 17:10:56 -07:00
Brendan Burns a596a5e1be Merge pull request #1926 from brendandburns/docs
Fix tests.
2014-10-21 07:40:08 -07:00
Brendan Burns 2d572d3744 Fix tests. 2014-10-21 07:19:55 -07:00
Brendan Burns b6379e7887 Fix some links... 2014-10-21 07:11:02 -07:00
Brendan Burns b85d4eeba5 Add a "201" walkthrough. 2014-10-21 07:06:24 -07:00
Tim Hockin b421994785 Fix update demo 2014-10-17 10:32:22 -07:00
Tim Hockin 3affde29e1 Merge pull request #1828 from thockin/guestbook
Update guestbook-go.
2014-10-16 17:02:16 -07:00
Joe Beda ff9bf3b122 Merge pull request #1816 from atishn/patch-1
Added missing .sh extension
2014-10-16 14:27:10 -07:00
Tim Hockin 905327dca1 Update guestbook-go.
IP-per-service compatible.  Uses kubectl.
2014-10-16 10:09:12 -07:00
Tim Hockin 6631f82d79 Core support for ip-per-service 2014-10-16 08:36:47 -07:00
Atish c4bbb706e2 Added missing .sh extension 2014-10-15 17:12:03 -04:00
Brendan Burns b8f4f3ff86 Fix links. 2014-10-10 08:16:10 -07:00
Brendan Burns 83299e8bad Update title a little. 2014-10-09 12:38:24 -07:00
Brendan Burns 91f04d85c5 Switch on the resource requested prioritization. 2014-10-09 11:29:45 -07:00
Brendan Burns 6c54dd2353 Update the ux. 2014-10-08 20:16:59 -07:00
Matt T. Proud 4ff333e606 Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
Daniel Smith c8da98565a Merge pull request #1623 from smarterclayton/rename_jsonbase
Rename JSONBase -> TypeMeta in preparation for v1beta3
2014-10-07 10:50:28 -07:00
Clayton Coleman 7a472bc380 Rename JSONBase -> TypeMeta in preparation for v1beta3
Will make subsequent refactor much easier
2014-10-07 11:12:16 -04:00
Vishnu Kannan 327d486941 Fix update demo. 2014-10-07 08:03:42 +00:00
Brendan Burns cb1d0ff965 Add a resource fit scheduler predicate. Set sensible defaults. 2014-10-03 15:09:59 -07:00
derekwaynecarr db95a19729 Updates to review comments 2014-10-01 10:57:50 -04:00
derekwaynecarr 9b0f645245 Fix examples test by setting a context prior to validation 2014-10-01 10:57:50 -04:00
Gurpartap Singh 54cc5f9405 One last time. 2014-09-26 10:51:09 +05:30
Gurpartap Singh 0ffa667741 Use builder instead of build 2014-09-26 10:50:51 +05:30
Gurpartap Singh f74028f30e Use builder instead of build 2014-09-26 10:50:27 +05:30
Gurpartap Singh 854e3826ba Update README.md
GoogleCloudPlatform/kubernetes#1454
2014-09-26 06:01:59 +05:30
Johan Euphrosine 4a2b02acfa examples/guestbook-go: build from source and remove bin/docker dep 2014-09-25 16:34:20 -07:00
Brendan Burns 3e10fceef6 Merge pull request #1383 from smarterclayton/expand_syntax_validation
Expand syntax validation for other examples
2014-09-24 14:55:47 -07:00