Commit Graph

6628 Commits

Author SHA1 Message Date
Eyal Levin 3676d73665 Add line break between commands
Currently the second command seems to "disappear" between the two outputs. This change tries to mitigate it.
2016-07-17 15:16:44 +03:00
Michael Wasser 2fcf8d31c0 Update jobs future work
See https://github.com/kubernetes/kubernetes/issues/2156#issuecomment-223385808
2016-07-16 14:35:45 -07:00
Mayank Kumar c927ce104e fix doc bug 64Mb is 2^26 2016-07-16 00:08:56 -07:00
Dalton Hubble d9853f020a Add official CoreOS bare metal guide 2016-07-15 23:07:06 -07:00
Phillip Wittrock 1d24f26a77 Merge pull request #812 from justinsb/aws_kubeup_fixes
Update AWS docs for 1.3
2016-07-15 11:13:47 -07:00
jatins 180866b0dd list Minikube under "local-machine solutions"
List Minikube under "local-machine solutions" as the recommended solution.
2016-07-15 23:05:16 +05:30
Quinton Hoole b122a8ddea Address review feedback. 2016-07-15 10:05:03 -07:00
Justin Santa Barbara a2abe12734 Update AWS docs for 1.3
* We are using Debian by default
* New instance sizes
* We never used OVS
* Add link to kops
2016-07-15 12:13:15 -04:00
Mike Spreitzer 7053058632 Fixed rkt/cni typo and noted use of ca-key.pem for worker
Fixed a typo and an oversight in the instructions for deploying
Kubernetes with Calico on Ubuntu.

Fixes #614
Fixes #616
2016-07-15 12:00:34 -04:00
Phillip Wittrock cf86f98704 Merge pull request #424 from aabed/master
Update the template to version 1.2.2
2016-07-15 08:46:52 -07:00
Phillip Wittrock af7ceb2947 Merge pull request #412 from dims/patch-1
Show how to access the deployed service
2016-07-15 08:30:40 -07:00
Phillip Wittrock e51ab31ec1 Merge pull request #280 from vincib/patch-2
latest kubernetes requires golang 1.4+
2016-07-15 08:24:26 -07:00
Phillip Wittrock a050413349 Merge pull request #399 from rwillmer/master
Add example for hostPath volume type
2016-07-15 08:23:36 -07:00
Phillip Wittrock 41374496e9 Merge pull request #811 from justinsb/multizone_fixes
Two minor fixes to multizone doc
2016-07-15 08:22:21 -07:00
Phillip Wittrock 2a1f7744ce Merge pull request #503 from carsonoid/patch-2
Update docker.md
2016-07-15 08:11:56 -07:00
Phillip Wittrock 5681a0115d Merge pull request #504 from carsonoid/patch-3
Use xargs when removing mounts
2016-07-15 08:08:03 -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
Phillip Wittrock 248e2b3bd5 Merge pull request #654 from rata/node-conditions
Document all node conditions in k8s 1.2
2016-07-15 07:55:44 -07:00
Phillip Wittrock 228baa18d8 Merge pull request #743 from AlainRoy/master
First kube-up docs for Photon Controller
2016-07-15 07:27:50 -07:00
jatins 905703bfcd documentation as suggested #338 2016-07-15 17:49:46 +05:30
Tim Hockin 0138900a94 Merge pull request #797 from lukaszo/pf
Fix commands in Connect with Port Forwarding guide
2016-07-14 23:30:03 -07:00
johndmulhausen 28769652b1 Merge pull request #843 from johananl/patch-1
Update aws.md - S3 access required
2016-07-14 21:51:34 -07:00
Jimmy Cuadra f1d7b1c9c5 Use correct API group name for RBAC. 2016-07-14 19:37:39 -07:00
johndmulhausen 6e930b52ed Merge pull request #800 from ryane/patch-1
fix LoadBalancer spelling in services-firewalls.md
2016-07-14 19:07:42 -07:00
johndmulhausen 4bc2cd9ce4 Merge pull request #846 from johananl/patch-2
Add missing closing parantheses
2016-07-14 19:06:15 -07:00
Matt Dupre ef8005c112 Correct hyphenation of net.beta.kubernetes.io/network-policy 2016-07-14 17:23:30 -07:00
Johanan Lieberman ff50399b6f Add missing closing parantheses 2016-07-15 02:48:52 +03:00
Johanan Lieberman 3eb90da6d4 Update aws.md
Full S3 access is required in order to successfully run `kube-up.sh`.
2016-07-15 00:30:29 +03:00
Matthew Wong 25dc768bdc Add section on label selectors to PVC doc 2016-07-14 16:08:41 -04:00
johndmulhausen e30ce75757 Merge pull request #832 from MikeSpreitzer/netpolschema
Added missing list structure in example NetworkPolicy
2016-07-14 12:53:45 -07:00
johndmulhausen 43fbbb7373 Merge pull request #837 from ronaldpetty/patch-1
CMD syntax is invalid
2016-07-14 12:50:00 -07:00
johndmulhausen 0025e131e6 Merge pull request #829 from Kashomon/master
Capitalize replica set -> Replica Set for consistency.
2016-07-14 12:49:28 -07:00
johndmulhausen 383a1a95e1 Merge pull request #824 from jakon89/master
Fix for Cassandra example link
2016-07-14 12:47:21 -07:00
johndmulhausen 110b646f7b Merge pull request #836 from allanlei/patch-1
Incorrect binary download link for linux/amd64
2016-07-14 12:46:37 -07:00
johndmulhausen 84caf184e6 Merge pull request #839 from petemill/patch-1
fix links to volume examples
2016-07-14 12:46:14 -07:00
Pete Miller d516a86a7a fix links to volume examples 2016-07-14 15:03:27 +01:00
Ronald Petty dfa61ed831 CMD syntax is invalid
Argument to 'cat' command was lost.  Merged 'cat' and args for exec command syntax.
2016-07-13 20:58:42 -07:00
Allan Lei 4e81449bb0 Incorrect binary download link for linux/amd64
Link pointed to darwin/amd64 instead of linux/amd64
2016-07-14 11:11:43 +08:00
Quinton Hoole ffcc0baadb User Guide for Federated Services. 2016-07-13 16:33:48 -07:00
Janet Kuo 4c51bb9baf Merge pull request #826 from janetkuo/minikube-kubectl
Add one-line installation for kubectl in minikube guide
2016-07-13 09:57:59 -07:00
Mike Spreitzer 6208bcf9ef Added missing list structure in example NetworkPolicy
Fixes #801
2016-07-13 11:52:17 -04:00
Josh Hoak 8240c9259a Capitalize replica set -> Replica Set for consistency. 2016-07-12 13:54:36 -07:00
Eric Tune e63488f721 Merge pull request #827 from aledbf/update-nginx-slim
Update nginx-slim image version and remove default command
2016-07-12 12:32:02 -07:00
Manuel de Brito Fontes 6fede2cf0f Update nginx-slim image version and remove default command 2016-07-12 15:03:47 -04:00
Janet Kuo 198666e83f Add one-line installation for kubectl in minikube guide 2016-07-12 11:12:51 -07:00
Adam J b1ccad5099 Fix for Cassandra example link
I've fixed invalid link to Cassandra example.
2016-07-12 19:13:07 +02:00
Eric Tune ddf532e786 Merge pull request #809 from erictune/authadm-b
Mention runtime-config flag for RBAC.
2016-07-12 09:38:29 -07:00
Łukasz Oleś 3a151822bc Fix commands in Connect with Port Forwarding guide
fixes:
* added -f flag to command create
* changed not existent flag -t to --template
2016-07-11 22:55:48 +02:00
Adam Kaplan aa43a90b0d Clarify AWS ECR Instructions
Adding additional notes on using Kubernetes with AWS EC2 Container Registry. Like GKE, Kubernetes admins in AWS should not use `imagePullSecrets` to store ECR credentials. The kubelets should manage that on your behalf, since Amazon rotates ECR credentials on a regular basis.
2016-07-11 14:11:28 -04:00
johndmulhausen 3921cbe41d Merge pull request #795 from bobrik/fix-quotes
Fix quotes in yaml
2016-07-11 10:32:50 -07:00