Commit Graph

66 Commits (20c51c8c96c30c662855cad754cfc8ca50f30643)

Author SHA1 Message Date
tim-zju 30f1d03b8d symbol errors in quotation mark
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 15:12:07 +08:00
tim-zju b27310d81a symbol errors
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 14:37:10 +08:00
devin-donnelly ce5a76ec12 Merge pull request #1302 from jihdeh/patch-1
Update nodeJS code to supported es6 version LTS
2016-12-21 16:28:18 -08:00
Ben Balter bfa604351f add explicit titles to docs 2016-12-15 15:16:54 -05:00
Babajide Fowotade 60df824ad2 Merge branch 'master' into patch-1 2016-11-22 09:37:24 +01:00
Jared 5b683f86e4 Merge branch 'master' into patch-1 2016-11-21 13:26:59 -08:00
Jared 51da598d68 Merge branch 'master' into patch-1 2016-11-21 09:27:34 -08:00
erikus eb10ccc643 Update "kubectl docker" command to include "--"
"--" is now required after "docker" and before extra args.
2016-11-19 20:19:21 -08:00
Denis Ciccale c11fc163f5 fix grammar 2016-11-06 13:52:28 +01:00
devin-donnelly f3769dd529 Merge pull request #1440 from clemens-tolboom/patch-1
Resolve push denied
2016-10-27 20:18:16 -07:00
Clemens Tolboom 4e1dd8314c Update text to latest suggestions.
I had to remove _To_ to join sentences and places a dot.
2016-10-18 13:10:11 +02:00
Denis Kolodin 945878d072 Separate docker's args 2016-10-16 12:23:27 +03:00
anbern 9b46544517 Update hellonode.md
Docker for Windows 1.12/1.12.1 does not work as described when pushing images to the google container image registry - it stops with an error message. It takes a long time (6h to several days) to find a solution and since Docker is becoming more popular on windows this seems worth mentioning.
2016-10-14 22:25:23 +02:00
Babajide Fowotade 020209051e Merge branch 'master' into patch-1 2016-10-12 20:59:32 +01:00
Clemens Tolboom 1a0c8a9766 Resolve push denied
I failed pushing until switched account as reported in http://stackoverflow.com/a/39996807/598513
2016-10-12 13:01:50 +02:00
Babajide Fowotade 78a113146b Update nodeJS code to supported es6 version LTS
Nodejs now support some es6 features, on it's latest stable version 4.5.
https://nodejs.org/dist/latest-v4.x/docs/api/synopsis.html
2016-09-25 21:00:28 +01:00
Chmouel Boudjnah d322b78c53 minor spelling update
using mispellings https://pypi.python.org/pypi/misspellings
2016-09-22 11:48:21 +02:00
Jamie Alessio 84d826416c Make hello-node 'gsutil rm' command able to be copy/pasted (#1075) 2016-08-30 14:29:19 -07:00
Josh Hoak b1d2df067b Clean up hello-node for easier copy paste-ing and better consistency.
The general theme of this change is to make things easy to copy and paste,
which I found to be useful in "Kubernetes the Hard Way".

A summary of the changes:
- Removed '$' in front of command for easier copy-paste
- Name the docker container for easier copy-pasting
- Use `gcloud config set compute/zone us-central1-a` for easier copy-pasting
- Capitalize Kubernetes jargon: e.g., Pods/Deployments
- Fixed some JS inconsistencies: "/'
- Added some logging so that `kubectl log <POD>` is useful
2016-08-11 19:36:36 -07:00
Alexey Alexandrov f67c5a10a5 Update "Hello Node.js" codelab to work well with Cloud Shell.
I walked through the codelab in Google Cloud Shell, there was a couple of things that didn't go smooth, so I'm improving the content here. Also add using `--zone` argument to two cluster commands, that's not Cloud Shell specific but just generally useful.
2016-08-03 16:24:48 -07:00
foxish 0f18a994c2 Removed non-org members from OWNERS. 2016-08-03 01:31:31 -07:00
foxish 66f28bb820 Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
Ace Nassri 87e8f37dff Convert PROJECT_ID to a variable in shell snippets 2016-07-29 12:19:38 -07:00
Kelsey Hightower da55f9a22f Merge pull request #307 from porridge/cluster-delete
Update clusters delete output.
2016-07-28 12:45:31 -07:00
Kelsey Hightower f7d10d97d4 Merge pull request #896 from askcarter/patch-1
Update hellonode.md to use the kubectl set image command
2016-07-28 12:44:00 -07:00
kevinll c85d8150e9 Update hellonode.md
updating instructions for people using Docker Toolbox on OSX.
https://github.com/boot2docker/boot2docker/issues/412#issuecomment-145242855
2016-07-26 14:47:56 -07:00
Carter Morgan 8bf9235a60 Update hellonode.md to use the kubectl set image command
Updated to use new command (which should simplify user experience) and update references from 1.2 to 1.3
2016-07-22 15:09:15 -07:00
Phillip Wittrock 12f2b676f6 Merge pull request #306 from porridge/services-selector
Correct "kubectl get services" output.
2016-07-18 15:03:20 -07:00
Phillip Wittrock c560f40476 Merge pull request #538 from timBrockman/patch-1
Update hellonode.md to address Connection refused
2016-07-15 08:06:01 -07:00
Tim Brockman 96a939d885 address issue #404 in older docker for mac
More succinctly addressed issue #404 by directing the user to check for to the latest release candidate of Docker for Mac.
2016-07-06 14:45:47 -04:00
johndmulhausen 6fc80c3aa2 Merge pull request #636 from eyalev/patch-2
Add link for more info on configuration files
2016-06-24 12:59:07 -07:00
Gerti Poppel fbddf6e208 Corrected a link to a dashboard image and the spelling of K8S 2016-06-22 15:18:24 +02:00
Eyal Levin 64655f7002 Add link for more info on configuration files. 2016-06-08 17:03:42 +03:00
Tim Brockman 6232bb49fc Added empty line before changes 2016-05-22 22:40:59 -04:00
Tim Brockman fab1e0a9f9 Update hellonode.md to address issue #404
Lines 106-114 briefly describes reason for the Connection refused error and resolution.
2016-05-19 16:31:35 -04:00
Josh Hoak 90beb3f872 Update the pricing link in the hellonode guide. 2016-05-11 15:26:56 -06:00
Ross Kukulinski d7c129f488 Refs #297. Update Node.JS examples to LTS 4.4 base image 2016-05-09 22:46:29 -04:00
Brian Grant b048578162 Merge pull request #459 from a-robinson/hellonode
Fix link to gcloud get-credentials docs and inline command.
2016-05-05 14:54:50 -07:00
Alex Robinson 47d12208ed Fix link to gcloud get-credentials docs and inline command. 2016-05-02 23:08:11 +00:00
Andrew Lee Rubinger 07bd1630c5
Issue #256 Explicitly instruct the user to name the cluster 2016-04-13 19:24:23 -04:00
Brian Grant f398d2737e Merge pull request #223 from gertipoppel/master
Updated the dashboard documentation
2016-04-13 14:01:20 -07:00
johndmulhausen 108074d1fb Merge pull request #311 from benvitale/patch-1
Update hellonode.md - correct spelling of "receive"
2016-04-11 14:47:00 -07:00
Yasu 12cc4cfa70 Fix typo
Name of the directory is "hellonode/", not "helloworld/"
2016-04-09 16:44:30 +09:00
Gerti Poppel 3749dc9fd4 Include comments and add correct zero state page again 2016-04-05 15:08:17 +02:00
benvitale 5ab7ff3974 Update hellonode.md 2016-04-01 23:36:50 -04:00
Marcin Owsiany 87e156f4ef Update clusters delete output. 2016-04-01 15:35:33 +02:00
Marcin Owsiany 46e667acd5 Correct "kubectl get services" output.
$ gcloud components list

Your current Cloud SDK version is: 103.0.0
[...]
$ kubectl get services
NAME          CLUSTER-IP    EXTERNAL-IP     PORT(S)    AGE
hello-node3   10.3.248.68   192.158.31.19   8080/TCP   14m
2016-04-01 14:49:30 +02:00
johndmulhausen 53acce9392 Merge pull request #248 from pwittrock/hellonode
Clarify v1.2 required for hello-node and remove 1.1 ui section.
2016-03-31 12:31:29 -07:00
Phillip Wittrock 4a59b21e8b Clarify v1.2 required for hello-node and remove 1.1 ui section. 2016-03-30 09:48:42 -07:00
Andrew Lee Rubinger 1c14eb9c3b #258 Use "gcloud" for the Docker push to the gcr repo 2016-03-27 00:01:29 -04:00