51da598d68 
								
							 
						 
						
							
							
								
								Merge branch 'master' into patch-1  
							
							
							
						 
						
							2016-11-21 09:27:34 -08:00  
				
					
						
							
							
								 
						
							
								c11fc163f5 
								
							 
						 
						
							
							
								
								fix grammar  
							
							
							
						 
						
							2016-11-06 13:52:28 +01:00  
				
					
						
							
							
								 
						
							
								f3769dd529 
								
							 
						 
						
							
							
								
								Merge pull request  #1440  from clemens-tolboom/patch-1  
							
							... 
							
							
							
							Resolve push denied 
							
						 
						
							2016-10-27 20:18:16 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								945878d072 
								
							 
						 
						
							
							
								
								Separate docker's args  
							
							
							
						 
						
							2016-10-16 12:23:27 +03:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								d322b78c53 
								
							 
						 
						
							
							
								
								minor spelling update  
							
							... 
							
							
							
							using mispellings https://pypi.python.org/pypi/misspellings  
							
						 
						
							2016-09-22 11:48:21 +02:00  
				
					
						
							
							
								 
						
							
								84d826416c 
								
							 
						 
						
							
							
								
								Make hello-node 'gsutil rm' command able to be copy/pasted ( #1075 )  
							
							
							
						 
						
							2016-08-30 14:29:19 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								0f18a994c2 
								
							 
						 
						
							
							
								
								Removed non-org members from OWNERS.  
							
							
							
						 
						
							2016-08-03 01:31:31 -07:00  
				
					
						
							
							
								 
						
							
								66f28bb820 
								
							 
						 
						
							
							
								
								Adding OWNERS for docs.  
							
							
							
						 
						
							2016-08-02 18:13:52 -07:00  
				
					
						
							
							
								 
						
							
								87e8f37dff 
								
							 
						 
						
							
							
								
								Convert PROJECT_ID to a variable in shell snippets  
							
							
							
						 
						
							2016-07-29 12:19:38 -07:00  
				
					
						
							
							
								 
						
							
								da55f9a22f 
								
							 
						 
						
							
							
								
								Merge pull request  #307  from porridge/cluster-delete  
							
							... 
							
							
							
							Update clusters delete output. 
							
						 
						
							2016-07-28 12:45:31 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								12f2b676f6 
								
							 
						 
						
							
							
								
								Merge pull request  #306  from porridge/services-selector  
							
							... 
							
							
							
							Correct "kubectl get services" output. 
							
						 
						
							2016-07-18 15:03:20 -07:00  
				
					
						
							
							
								 
						
							
								c560f40476 
								
							 
						 
						
							
							
								
								Merge pull request  #538  from timBrockman/patch-1  
							
							... 
							
							
							
							Update hellonode.md to address Connection refused 
							
						 
						
							2016-07-15 08:06:01 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								fbddf6e208 
								
							 
						 
						
							
							
								
								Corrected a link to a dashboard image and the spelling of K8S  
							
							
							
						 
						
							2016-06-22 15:18:24 +02:00  
				
					
						
							
							
								 
						
							
								64655f7002 
								
							 
						 
						
							
							
								
								Add link for more info on configuration files.  
							
							
							
						 
						
							2016-06-08 17:03:42 +03:00  
				
					
						
							
							
								 
						
							
								6232bb49fc 
								
							 
						 
						
							
							
								
								Added empty line before changes  
							
							
							
						 
						
							2016-05-22 22:40:59 -04:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								90beb3f872 
								
							 
						 
						
							
							
								
								Update the pricing link in the hellonode guide.  
							
							
							
						 
						
							2016-05-11 15:26:56 -06:00  
				
					
						
							
							
								 
						
							
								d7c129f488 
								
							 
						 
						
							
							
								
								Refs  #297 . Update Node.JS examples to LTS 4.4 base image  
							
							
							
						 
						
							2016-05-09 22:46:29 -04:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								47d12208ed 
								
							 
						 
						
							
							
								
								Fix link to gcloud get-credentials docs and inline command.  
							
							
							
						 
						
							2016-05-02 23:08:11 +00:00  
				
					
						
							
							
								 
						
							
								07bd1630c5 
								
							 
						 
						
							
							
								
								Issue  #256  Explicitly instruct the user to name the cluster  
							
							
							
						 
						
							2016-04-13 19:24:23 -04:00  
				
					
						
							
							
								 
						
							
								f398d2737e 
								
							 
						 
						
							
							
								
								Merge pull request  #223  from gertipoppel/master  
							
							... 
							
							
							
							Updated the dashboard documentation 
							
						 
						
							2016-04-13 14:01:20 -07:00  
				
					
						
							
							
								 
						
							
								108074d1fb 
								
							 
						 
						
							
							
								
								Merge pull request  #311  from benvitale/patch-1  
							
							... 
							
							
							
							Update hellonode.md - correct spelling of "receive" 
							
						 
						
							2016-04-11 14:47:00 -07:00  
				
					
						
							
							
								 
						
							
								12cc4cfa70 
								
							 
						 
						
							
							
								
								Fix typo  
							
							... 
							
							
							
							Name of the directory is "hellonode/", not "helloworld/" 
							
						 
						
							2016-04-09 16:44:30 +09:00  
				
					
						
							
							
								 
						
							
								3749dc9fd4 
								
							 
						 
						
							
							
								
								Include comments and add correct zero state page again  
							
							
							
						 
						
							2016-04-05 15:08:17 +02:00  
				
					
						
							
							
								 
						
							
								5ab7ff3974 
								
							 
						 
						
							
							
								
								Update hellonode.md  
							
							
							
						 
						
							2016-04-01 23:36:50 -04:00  
				
					
						
							
							
								 
						
							
								87e156f4ef 
								
							 
						 
						
							
							
								
								Update clusters delete output.  
							
							
							
						 
						
							2016-04-01 15:35:33 +02:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								4a59b21e8b 
								
							 
						 
						
							
							
								
								Clarify v1.2 required for hello-node and remove 1.1 ui section.  
							
							
							
						 
						
							2016-03-30 09:48:42 -07:00  
				
					
						
							
							
								 
						
							
								1c14eb9c3b 
								
							 
						 
						
							
							
								
								#258  Use "gcloud" for the Docker push to the gcr repo  
							
							
							
						 
						
							2016-03-27 00:01:29 -04:00  
				
					
						
							
							
								 
						
							
								8913c8664d 
								
							 
						 
						
							
							
								
								Update hellonode.md  
							
							
							
						 
						
							2016-03-25 15:54:38 -07:00  
				
					
						
							
							
								 
						
							
								319c514a28 
								
							 
						 
						
							
							
								
								Address pr comments - change kubectl link  
							
							
							
						 
						
							2016-03-24 15:33:18 -07:00  
				
					
						
							
							
								 
						
							
								c123e0212e 
								
							 
						 
						
							
							
								
								address pr comment  
							
							
							
						 
						
							2016-03-24 14:22:16 -07:00  
				
					
						
							
							
								 
						
							
								88236f73c3 
								
							 
						 
						
							
							
								
								remove trailing paren  
							
							
							
						 
						
							2016-03-24 12:09:55 -07:00  
				
					
						
							
							
								 
						
							
								3643bf4061 
								
							 
						 
						
							
							
								
								address pr comments  
							
							
							
						 
						
							2016-03-24 12:02:17 -07:00  
				
					
						
							
							
								 
						
							
								dedf3450ac 
								
							 
						 
						
							
							
								
								address pr comments  
							
							
							
						 
						
							2016-03-24 11:09:59 -07:00  
				
					
						
							
							
								 
						
							
								2ef03fabd6 
								
							 
						 
						
							
							
								
								Update hello-node example to use deployments  
							
							
							
						 
						
							2016-03-23 17:44:11 -07:00  
				
					
						
							
							
								 
						
							
								e3840a69aa 
								
							 
						 
						
							
							
								
								[Hello World]: Don't use the deprecated --create-external-load-balancer flag  
							
							
							
						 
						
							2016-03-17 15:49:27 +11:00  
				
					
						
							
							
								 
						
							
								5387c49425 
								
							 
						 
						
							
							
								
								[Hello World]: Link to kubectl/gcloud configuration documentation  
							
							
							
						 
						
							2016-03-17 15:49:21 +11:00