Max Forbes
5a9b7bcff5
Fix some readme and script bugs in examples.
2014-09-10 13:34:36 -07:00
Daniel Smith
18aa0512ca
Do interface{} -> runtime.Object rename everywhere
2014-09-07 22:19:24 -07:00
Daniel Smith
5101708b9d
Rename Codec and ResourceVersioner to add Default in front, to allow for types of those names
2014-09-07 22:19:24 -07:00
Joe Beda
354ee3666c
Fix up e2e test for update demo.
...
Use the scripts that are in the example directory. Also actually run the update as part of the test.
2014-09-04 13:25:39 -07:00
Joe Beda
72d646a8a1
Add containerPort to services in guestbook example
2014-09-04 13:25:39 -07:00
Joe Beda
da34be94bf
Pretty up the demo a little.
...
Use images and some better formatting. Also add scripts to help prevent typos.
This based on an improved version done by Julia Ferraioli. She came up with the cool images.
2014-09-04 13:25:39 -07:00
Deyuan Deng
fd99ce5408
Include pod status in kebecfg humanreadable result.
2014-09-03 20:26:32 -04:00
derekwaynecarr
25e266459a
Fixup name vs ID terminology
2014-09-03 10:27:33 -04:00
brendandburns
4b52ef0151
Merge pull request #1124 from soundTricker/master
...
Fix a wrong explaining text about running command to create replication controllers.
2014-09-02 21:07:06 -07:00
Daniel Smith
64e9a72f8f
Combine pkg/apitools and pkg/api/common and call the result pkg/runtime
2014-09-02 11:15:44 -07:00
Daniel Smith
fbb0bb830b
Propagate rename; tests pass again.
2014-09-02 10:42:06 -07:00
keisuke oohashi
d0b3f189be
Fix a wrong explaining text about running command to create replication controller.
2014-09-01 13:24:38 +09:00
Daniel Smith
a0992710f9
Invert api and api/v1beta1 dependencies
...
This is some cleanup that has been needed for a while.
There's still one more step that could usefully be done, which is to
split up our api package into the part that provides the helper
functions and the part that provides the internal types. That can come
later.
The v1beta1 package is now a good example of what an api plugin should
do to version its types.
2014-08-29 12:15:30 -07:00
Clayton Coleman
c5e89a7524
Update the README.md with caveats about waiting
2014-08-20 18:46:10 -04:00
Deyuan Deng
338a6631d0
typo
2014-08-15 22:52:16 -04:00
Deyuan Deng
258c6fcf64
Fix broken link, remove unnecessary content.
2014-08-15 22:26:51 -04:00
CJ Cullen
de05f67658
Fixed a couple typos in guestbook documentation.
2014-08-15 12:30:21 -07:00
Robert Bailey
0fc777084b
Update the guestbook example to show the current json files from the examples/guestbook directory.
2014-07-30 16:52:58 -07:00
Daniel Smith
81b876e7f8
Merge pull request #565 from brendandburns/api2
...
Fork API types.
2014-07-24 22:29:57 -07:00
Brendan Burns
9535a52e75
Add kind and apiVersion to guestbook example.
2014-07-24 22:13:43 -07:00
Brendan Burns
19cbf37f5e
Augment the update example to turn black if the server is not responding.
2014-07-24 21:46:35 -07:00
Clayton Coleman
e9731c7b1f
Add unit tests for example syntax
...
Tests api/examples, examples, and any embedded json in readme.
2014-07-23 15:18:55 -04:00
brendandburns
bdaea6ab6f
fix json.
2014-07-23 00:04:28 -07:00
brendandburns
7340f8952d
modified to drop the leading '/'
...
Since it doesn't work @ head.
2014-07-22 23:56:43 -07:00
Clayton Coleman
bfbbc84a4e
Some examples don't pass Manifest validation
2014-07-22 20:17:14 -04:00
Kelsey Hightower
f6e4a5388d
fix guestbook example to match docs
2014-07-19 22:22:33 -07:00
Tim Hockin
a5918e78d0
Merge pull request #287 from rafael/patch-1
...
Update commands to reflect latest changes.
2014-07-17 22:43:15 -07:00
Brendan Burns
af5f972096
Move guestbook.md to README.md for default display by github.
2014-07-14 21:33:37 -07:00
Julia Ferraioli
94a376b0ad
adding firewall instructions to the README
2014-07-14 15:24:50 -07:00
Takeshi Hagikura
7b95fbf28a
Replace the outdated cloudcfg.sh to kubecfg.sh
...
Replaces the outdated cloudcfg.sh to kubecfg.sh in the dynamic update demo.
2014-07-02 07:35:08 +09:00
Tim Hockin
158c9d813d
Fix examples to set manifest ID and version
...
Part 4 in a series of changes towards data validation.
2014-06-30 16:16:06 -07:00
Rafael Chacon
486adc2125
Update commands to reflect latest changes.
2014-06-28 18:31:56 -07:00
Brendan Burns
67f8843285
Change the frontend port in the guestbook example to 8000
2014-06-27 16:48:35 -07:00
Brendan Burns
724fb74023
Initial add of cloud-demo
2014-06-26 18:52:08 -07:00
Daniel Smith
7c07ac8b9c
Rename cloudcfg to kubecfg
2014-06-25 18:01:37 -07:00
Ingo Gottwald
6108080ed2
Fix guestbook example json syntax error
2014-06-20 11:51:38 +02:00
Daniel Smith
1e7d92037a
Rename ReplicasInSet to ReplicaSelector
2014-06-19 13:31:42 -07:00
Daniel Smith
a1066913cd
Update guestbook example
2014-06-19 13:31:42 -07:00
Brendan Burns
1a1b90b33a
Add load balancing support to services.
2014-06-17 12:37:39 -07:00
Brian Dorsey
30f29e446e
fix typo in guestbook URL
2014-06-15 16:13:49 -07:00
Brian Dorsey
8aacbfacd3
Updated cloudconfig.sh output examples
...
Updated cloudconfig.sh output examples to match what the tool currently prints.
Added specific gcutil commands to get public IP addresses, and create the firewall rules.
2014-06-15 16:12:13 -07:00
Brian Dorsey
f8712143bd
Add hack/build-go.sh to step zero
...
(needed when working from a completely clean install)
2014-06-15 15:36:56 -07:00
Brian Lynch
60b490e078
Update guestbook.md
...
The previous gcutil command fails to connect:
lynchb-macbookpro2:kubernetes lynchb$ gcutil ssh kubernetes-minion-3 --zone us-central1-b
INFO: Zone for kubernetes-minion-3 detected as us-central1-b.
INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/lynchb/.ssh/google_compute_engine -A -p 22 lynchb@23.236.61.38 -- --zone us-central1-b
Warning: Permanently added '23.236.61.38' (RSA) to the list of known hosts.
bash: --: invalid option
Usage: bash [GNU long option] [option] ...
bash [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--protected
--rcfile
--restricted
--verbose
--version
Shell options:
-irsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
2014-06-13 15:03:17 -07:00
Joe Beda
b8dcadc775
Switch from `gcloud compute` to `gcutil`.
...
We'll switch back to the future once the interface has settled down.
2014-06-12 15:43:00 -07:00
Brendan Burns
5da55265ee
Add executable bit.
2014-06-11 12:43:56 -07:00
Brendan Burns
a0a5f21926
Added the example dockerfiles.
2014-06-11 12:35:03 -07:00
MikeJeffrey
8fb5c7f6d1
Re-adding code language annotations
2014-06-09 14:37:43 -07:00
MikeJeffrey
deb9f65a66
Expanding guestbook documentation
...
Mostly adding response details, also adding file path to example .json files.
2014-06-09 14:05:14 -07:00
Brendan Burns
b4118f83f7
Task -> Pod part #3
2014-06-08 22:38:45 -07:00
Brendan Burns
7581b056d5
More Task -> Pod
2014-06-08 21:43:17 -07:00