Commit Graph

4048 Commits (3c20c4da09024eaa4874f2ed68b57fdd24e7016c)

Author SHA1 Message Date
Josh Hoak c2801e84cd Merge pull request #910 from kevinll/patch-1
Update hellonode.md
2016-07-26 16:47:26 -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
Janet Kuo 4dbe950d0a Merge pull request #529 from andreykurilin/kubectl_rolling_update
Add diagram for `kubectl rolling-update` cmd
2016-07-26 09:44:37 -07:00
Andrey Kurilin 1ea60a21d2 Add diagram for `kubectl rolling-update` cmd
Related issue: #528
2016-07-26 14:50:07 +03:00
Brian Grant 9a65ea1758 Merge pull request #791 from freehan/network-plugin-dir
clearify network-plugin-dir for different network plugins
2016-07-25 21:59:09 -07:00
Brian Grant a899c21d0c Merge pull request #847 from matthewdupre/network-policy-hyphen
Correct hyphenation of net.beta.kubernetes.io/network-policy
2016-07-25 21:57:46 -07:00
Ben Dang 4179f70343 fix quotation when specifying a specific attribute 2016-07-25 15:42:43 -07:00
Janet Kuo 5407cc0cde Merge pull request #625 from endocode/master_fix_broken_examples_in_job_user-guide
Fix commands and output of "Running an example job" in user-guide/jobs.md
2016-07-25 11:31:30 -07:00
Alex Robinson 24f1db4d31 Merge pull request #792 from a-robinson/logs2
Improvements to elasticsearch logging docs
2016-07-25 10:56:03 -07:00
Josh Hoak 25ea8bf279 Merge pull request #897 from chrisseto/patch-3
s/creae/create/
2016-07-23 22:18:25 -07:00
Chris Seto c0100848ac s/creae/create/ 2016-07-23 18:03:33 -04: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
Lucas Käldström 696c4ed0ab Remove the old docker-multinode in favor for the new one 2016-07-23 00:52:00 +03:00
Brian Grant 28bce62432 Merge pull request #893 from ankurshukla/master
Removed and merged companies to the partner section
2016-07-22 14:36:48 -07:00
johndmulhausen 71f45e3979 Merge pull request #889 from gurvindersingh/patch-1
Update networkpolicies.md
2016-07-22 13:56:00 -07:00
Josh Hoak 3d58420901 Merge pull request #895 from rutsky/patch-3
fix typo: "etc" -> "etcd"
2016-07-22 13:45:54 -07:00
Vladimir Rutsky e5f590a539 fix typo: "etc" -> "etcd" 2016-07-23 00:25:26 +04:00
George G c6ad7e587f scratch.md: More consistent/explicit livenessProbes 2016-07-21 18:45:11 +01:00
ankurshukla 7bfe4dcb5e Removed and merged companies to the partner section 2016-07-21 10:22:04 -07:00
Gurvinder Singh 9266e7145c Update networkpolicies.md
FIxed typo in api group path
2016-07-21 14:59:00 +02:00
Matthias Schmitz 097e93b287 Fix commands and output of "Running an example job"
* The examples in the jobs user-guide are not longer working because
  the ``labels app=pi`` got removed in commit
  f16668b45f

* The exammples now use the automatic added label ``job-name`` as
  selector for kubectl.
2016-07-21 11:27:50 +02:00
Phillip Wittrock cc6c22b52d Merge pull request #887 from jaredbhatti/patch-1
Remove commas at the end of "containerPort"
2016-07-20 22:00:53 -07:00
George G 3195bc7db9 scratch.md: Whitespace 2016-07-21 00:23:33 +01:00
George G 0859bcfad1 scratch.md: Add missing newline 2016-07-21 00:23:33 +01:00
George G 5b91603d69 scratch.md: kubeconfig should not embed the CA cert 2016-07-21 00:23:33 +01:00
George G 3e55a5ba5a scratch.md: Fix formatting 2016-07-21 00:23:33 +01:00
George G 489892d65d scratch.md: Clarify CA_CERT_BASE64_ENCODED / certificate-authority 2016-07-21 00:23:33 +01:00
George G b678c151f5 scratch.md: Remove extra = 2016-07-21 00:23:33 +01:00
George G c2f5bf2cc6 scratch.md: Don't duplicate CA instructions 2016-07-21 00:23:33 +01:00
George G febeb5825b scratch.md: kubernetes/cluster/images/etcd/Makefile no longer uses ETCD_VERSION 2016-07-21 00:23:07 +01:00
johndmulhausen 8b19d4cc45 Merge pull request #886 from scottstensland/patch-1
I fixed typo on command line
2016-07-20 15:47:09 -07:00
Jared 55d549283f Remove commas at the end of "containerPort"
"containerPort": 8000, should be "containerPort": 8000
2016-07-20 15:32:50 -07:00
Scott Stensland 4c4dd13f36 I fixed typo on command line
If you actually issue these commands you will see the error I am fixing

old :    kubectl get pods/original -o yaml > /tmp/current.yaml
           Error from server: pods "original" not found

new :  kubectl get pods/foo -o yaml > /tmp/current.yaml

previously the pod name was wrong
2016-07-20 14:30:50 -04:00
Prashanth B 327d1d3cc0 Merge pull request #878 from foxish/petset-docs
Reviewed examples and petset docs, minor errors fixed.
2016-07-20 11:07:33 -07:00
Anirudh 00ca10945d Reviewed examples and petset docs, minor errors fixed. 2016-07-20 10:26:38 -07:00
Phillip Wittrock 4fdf73c65f Merge pull request #470 from mwhahaha/patch-2
Update create-certs file location
2016-07-20 09:12:03 -07:00
Dmitry Shulyak d58ba7b075 Add example mounting ConfigMap as a single file into /etc dir
ref: https://github.com/kubernetes/kubernetes/pull/22575
2016-07-20 17:05:19 +03:00
Łukasz Oleś d7e0faefcf Update DaemonSet docs about node affinity
After merging kubernetes/kubernetes#28803 DaemonSets can also
be scheduled using node affinity.
2016-07-20 15:09:57 +02:00
Alex Robinson ffffd27457 Seriously simplify the elasticsearch logging getting started guide. 2016-07-20 09:44:54 +09:00
johndmulhausen b7458acb57 Merge pull request #807 from matttproud/fix/download-mitm-mitigation
docs: convert curl downloads from HTTP to HTTPS
2016-07-19 15:23:36 -07:00
johndmulhausen 4b959381f6 Merge pull request #850 from jatins/patch-1
documentation for #338
2016-07-19 15:22:45 -07:00
johndmulhausen 1c1941c800 Merge pull request #848 from InQuicker/rbac-api-group-name
Use correct API group name for RBAC.
2016-07-19 15:14:48 -07:00
johndmulhausen ebd9ee83c9 Merge pull request #863 from dghubble/master
Add official CoreOS bare metal guide
2016-07-19 15:14:33 -07:00
Phillip Wittrock 181b620852 Merge pull request #865 from untoldone/patch-1
Update jobs future work
2016-07-19 12:25:28 -07:00
Phillip Wittrock d7a6607c7e Merge pull request #799 from quinton-hoole/2016-07-06-ccsd-user-guide
User Guide for Federated Services.
2016-07-19 12:21:51 -07:00
Phillip Wittrock 63a77e5004 Merge pull request #794 from erictune/cpu
Describe CPU and Memory resources.
2016-07-19 12:20:02 -07:00
Phillip Wittrock c64f154b81 Merge pull request #646 from andrewmichaelsmith/patch-1
GC gc's unused images, not unreferenced
2016-07-19 12:09:09 -07:00
Phillip Wittrock 7ebfbbd126 Merge pull request #525 from MHBauer/ifconfig-to-ip
use `ip` command instead of obsolete ifconfig in scratch setup
2016-07-19 12:09:00 -07:00
johndmulhausen 049e19bfc2 Merge pull request #867 from eyalev/patch-4
Add line break between commands
2016-07-19 12:02:12 -07:00
johndmulhausen 6d0dfe00b3 Merge pull request #869 from eyalev/patch-6
Remove redundant line
2016-07-19 12:01:54 -07:00