Commit Graph

5060 Commits (e8307455092daddcc65b240a2210110a30278652)

Author SHA1 Message Date
Matt Doran ff6bb8a671 Inconsistent secret name in db credentials example
The creation of the secret uses prod/test-db-password, but the remainder of the example uses prod/test-db-secret.
2016-05-18 16:44:46 +10:00
Trevor Huey fed4af1151 Fixes "Error: unknown shorthand flag: 't' in -type=json" 2016-05-17 14:25:04 -06:00
Morgan Bauer 67c821ed33
use `ip` command instead of obsolete ifconfig in scratch setup
- replace use of ifconfig with ip
 - replace use of brctl with ip
2016-05-17 11:56:01 -07:00
Brian Grant 3429e5b2b0 Merge pull request #467 from mwhahaha/patch-1
Update etcd clustering documentation link
2016-05-17 10:04:59 -07:00
Brian Grant c98ffccc58 Merge pull request #462 from ingvagabund/secret-corrections
Remove "a" article in "Once the a secret is fetched, ..."
2016-05-17 09:53:53 -07:00
Brian Grant 8b210f765d Merge pull request #473 from StephenCharles/patch-1
Update connecting-to-applications-port-forward.md
2016-05-17 09:53:02 -07:00
Brian Grant aea6edf47a Merge pull request #457 from matthughes/patch-1
Remove 'generic' copy/paste error
2016-05-17 09:40:23 -07:00
Pau Ruŀlan f3ffbdb7f4 Replica set clarification: no need to manipulate directly 2016-05-17 11:47:33 +02:00
Brian Grant 05b0076735 Merge pull request #508 from janetkuo/kubectl-usage-conventions
Adding kubectl user conventions
2016-05-16 16:37:42 -07:00
Brian Grant 60a946a285 Merge pull request #499 from kubernetes/ghodss-patch-1
Update pod-states.md
2016-05-16 15:31:41 -07:00
Karl Herler 8f171a0869 Fixed link rendering issue due to newline location
A newline between `[]` and `()` caused markdown rendering issues when parsed with `kramdown` (Jekyll's markdown parser) strangely enough this was not present on github.com but only on kubernetes.io.
This change moves the newline between _in_ and `rkt.go` to preserve the line length somewhat.
2016-05-16 23:01:36 +03:00
Brian Grant 3aeaaaa909 Merge pull request #74 from FujitsuEnablingSoftwareTechnologyGmbH/openstack-provider-doc
Add doc on OpenStack provider
2016-05-16 12:10:49 -07:00
Brian Grant f01a78edd0 Rationalize navigation 2016-05-16 18:07:30 +00:00
Sebastian c59312bd5e Fix kubectl commmand 2016-05-15 06:58:31 +02:00
Janet Kuo 7aa9ce389a Adding kubectl user conventions 2016-05-13 18:20:48 -07:00
Rudi C 0700c5ca79 Update service doc with AWS ELB SSL annotations
Mostly the same as https://github.com/kubernetes/kubernetes/pull/25574
2016-05-13 12:01:14 -04:00
Carson A db26b756d5 The /sys mount needs to be rw
Hairpin nat does not currently work unless /sys is rw. This fixes #25555 and fixes #24350
2016-05-13 09:34:43 -06:00
Janet Kuo ded5417580 Change RC to deployments in multi-container and simple-nginx docs 2016-05-12 15:35:47 -07:00
Janet Kuo 7edbc5f944 Merge pull request #463 from AdoHe/master
update manage deployment kubectl apply part
2016-05-12 15:20:18 -07:00
Carson A 106420a9b0 Use xargs when removing mounts
This avoids potential argument list limits when there are many mounts.
2016-05-12 14:02:47 -06:00
Carson A dae8e5f4a9 Update docker.md
Clean up some duplicate commands
2016-05-12 10:49:28 -06:00
Timo Derstappen 33fb9fe619 libvirt daemon error on arch
the virtlogd.socket is not started with the libvirtd daemon. if you enable the libvirtd.service it is linked and started on the next reboot
2016-05-12 10:29:45 +02:00
Sam Ghods 64053fd2f7 Update pod-states.md
Split the descriptions for LivenessProbe and ReadinessProbe into two sections - one explaining the pure technical details and the other explaining how/why you'd use them.
2016-05-11 16:52:51 -07:00
Josh Hoak 90beb3f872 Update the pricing link in the hellonode guide. 2016-05-11 15:26:56 -06:00
Davanum Srinivas 665f9c4743 Fix to ensure that ConfigMaps volume does create file(s) in container
Document the fix proposed originally in:
https://github.com/kubernetes/kubernetes/issues/23392#issuecomment-209663941

Tested with:
Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
Server Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
2016-05-11 12:39:31 -04:00
Joonathan Mägi 5c9d6060f3 Use `echo -n` for less ambiguous base64 secret example
One could be bitten by having unexpected newline characters in base64 encoded secrets (reference: https://github.com/kubernetes/kubernetes/issues/23404).
Calling `echo -n` will omit the trailing newline character.

`
     The echo utility writes any specified operands, separated by single blank (` ') characters and followed by
     a newline (`\n') character, to the standard output.

     The following option is available:

     -n    Do not print the trailing newline character.  This may also be achieved by appending `\c' to the end
           of the string, as is done by iBCS2 compatible systems.  Note that this option as well as the effect
           of `\c' are implementation-defined in IEEE Std 1003.1-2001 (``POSIX.1'') as amended by Cor. 1-2002.
           Applications aiming for maximum portability are strongly encouraged to use printf(1) to suppress the
           newline character.
`
2016-05-11 14:33:33 +03:00
Brian Grant b49ea146fe Merge pull request #407 from luxas/add_other_arches_to_docker
Document experimental support for other architectures
2016-05-10 10:51:24 -07:00
Brian Grant 24a0f7da04 Merge pull request #350 from king6cong/docker-master-doc-flannel-fix
fix run flannel command
2016-05-10 10:10:29 -07:00
Brian Grant c30af21859 Merge pull request #485 from rosskukulinski/nodejs-LTS
Update Node.JS examples to LTS 4.4 base image
2016-05-10 09:45:04 -07:00
Yasu aa5d37c508 Fix typo 2016-05-10 22:13:35 +09:00
Brian Grant ca1af06b78 Merge pull request #484 from janetkuo/deployment-doc-improve
Document that only pod template is considered for triggering a deployment new revision
2016-05-10 00:06:14 -07:00
jumpkick 830efa4d60 Add security warning: services will bind public IP
rebase of https://github.com/kubernetes/kubernetes/pull/22079 to docs branch kubernetes/kubernetes.github.io
2016-05-10 00:41:16 -04:00
Ross Kukulinski d7c129f488 Refs #297. Update Node.JS examples to LTS 4.4 base image 2016-05-09 22:46:29 -04:00
Janet Kuo f80b89ca2b Document that only pod template is considered for triggering a deployment new revision 2016-05-09 17:03:16 -07:00
Elson O Rodriguez 51e89bff3b Revised requirements for OpenStack kube-up provider. 2016-05-08 23:16:29 -07:00
Jan Chaloupka 407a05b6d2 Extend secrets docs with key to path mapping and automatic updates of mounted secrets.
Secret volume plugin has been refactored. Currently, AtomicWritter is used to project all keys.
Allowing to automatically refresh projected secrets.
2016-05-07 09:59:18 +02:00
Elson O Rodriguez a10e81cb63 Adding a list of OpenStack requirements for provider docs. 2016-05-06 15:34:58 -07: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
Stephen Baldwin b1c26e1310 Update connecting-to-applications-port-forward.md
Fixed invalid port typo.
2016-05-05 12:34:12 +09:00
Alex Schultz daa2d76006 Update create-certs file location
The create-certs function was moved to cluster/common.sh and is no longer located in cluster/gce/util.sh
2016-05-04 13:08:03 -06:00
AdoHe 560c557499 update manage deployment kubectl apply part 2016-05-03 23:04:41 -04:00
Alex Schultz e948e1db38 Update etcd clustering documentation link
The clustering documentation for etcd has moved, this updates it to the new location within the coreos/etcd repo.
2016-05-03 14:45:28 -06:00
Jan Chaloupka 66f23d05d3 Remove "a" article in "Once the a secret is fetched, ..." 2016-05-03 12:02:05 +02:00
Alex Robinson 47d12208ed Fix link to gcloud get-credentials docs and inline command. 2016-05-02 23:08:11 +00:00
Vish Kannan 4e5da5d0e5 Merge pull request #308 from dlorenc/master
Fix deployDNS.md.
2016-05-02 15:55:52 -07:00
Matt Hughes 0bc4016764 Remove 'generic' copy/paste error
Looks like this doc was created from copying the kubectl create secret command, which is similar, but not the same as configmap.  There is no type parameter like kubectl create secret.
2016-05-02 17:14:10 -04:00
Ihor Dvoretskyi 9836e662f8 Deleted cluster server pointer
Deleted cluster server pointer as `kubectl` might be run from any other location, not only from `localhost`.
2016-05-01 20:01:06 -07:00
Lucas Käldström 5624fbf7e4 Document experimental support for other architectures 2016-05-01 23:03:39 +03:00
johndmulhausen 7b4755e522 Merge pull request #451 from crizCraig/patch-2
Avoid rendering "shell" in OS X nginx curl command
2016-04-29 16:22:04 -07:00
Craig Quiter ac2f5688a4 Avoid rendering "shell" in OS X nginx curl command
Haven't tested this on a local setup, but other examples hint that this will work.
2016-04-28 18:53:50 -07:00
Craig Quiter c7adc28cf4 Robustify kubectl download commands
`{K8S_VERSION}` gets auto-replaced with `\{K8S_VERSION\}` when pasting into a terminal. Encapsulating in double quotes avoids this.
2016-04-28 18:39:44 -07:00
dagnello 163ae4a8ea Adding vShpere volume section to Volumes doc
This documentation is being added in reference to vSphere cloud provider
support work (issue #23932)
2016-04-28 15:33:12 -07:00
Mohammad Khodadadi 4e9899bdf6 Update fedora single node config for AWS RHEL7.2 2016-04-28 19:19:33 +01:00
Arnaldo de Moraes Pereira 081d3a3be2 Remove reference to itself, uneeded heading and blank lines 2016-04-28 11:28:51 -03:00
Brian Grant ebb5a5d61f Merge pull request #434 from janetkuo/deployments-restart-policy
Document Deployment restartPolicy
2016-04-27 07:52:45 -07:00
Brian Grant bc4fec4ad8 Merge pull request #368 from janetkuo/canary-deployment
Teach how to run canary deployments
2016-04-27 07:51:36 -07:00
Lukasz Zajaczkowski 3b35a7a6b7 Replace heat client to openstack client 2016-04-27 13:13:20 +02:00
OHTAKE Tomohiro b58988db67 Complete renaming the provider 2016-04-27 13:09:32 +02:00
OHTAKE Tomohiro 853b38cb86 openstack-heat provider uses Neutron and flannel hostgw 2016-04-27 13:09:32 +02:00
Elson O Rodriguez 0d0459c50f Modifying Openstack kube-up provider documentation. 2016-04-27 13:09:32 +02:00
Lukasz Zajaczkowski 9fc334bc22 Add doc on OpenStack provider 2016-04-27 13:09:32 +02:00
Janet Kuo 59dc7da9a4 Address comments 2016-04-26 17:19:58 -07:00
johndmulhausen b91c8d1c28 Merge pull request #439 from jojow/patch-1
"current stable version" instead of "actual stable ..."
2016-04-26 15:06:33 -07:00
johndmulhausen 96e5891b8f Merge pull request #136 from madhusudancs/multi-schedulers
Multi-scheduler documentation with examples.
2016-04-26 15:06:19 -07:00
Cole Mickens c003a0f4a4 admin: update recommended admission controllers 2016-04-26 14:10:35 -07:00
Dan Winship dbf7879dc0 Warn that iptables proxier doesn't handle readiness failures. 2016-04-26 16:49:17 -04:00
johndmulhausen 65a0dfe51a Merge pull request #419 from abuehrle/patch-1
Update Weave Net information from Weaveworks
2016-04-26 11:41:08 -07:00
johndmulhausen 55ff9c2917 Merge pull request #422 from poiuytrez/patch-1
Completed pod not hidden anymore
2016-04-26 11:26:52 -07:00
johndmulhausen b2a6b0575c Merge pull request #413 from carsonoid/patch-1
Update description to match yaml
2016-04-26 11:24:20 -07:00
johndmulhausen 35b8cfd63f Merge pull request #430 from rata/postStart
Clarify postStart
2016-04-26 11:23:50 -07:00
johndmulhausen a98d463093 Merge pull request #438 from duglin/tearDown
Add missing -f to "docker rm"
2016-04-26 11:22:41 -07:00
johndmulhausen cd6980b0b6 Merge pull request #421 from ghodss/patch-2
Update compute-resources.md
2016-04-26 11:20:53 -07:00
johndmulhausen 9068f9801b Merge pull request #429 from rata/master
Fix link to Logging with Elasticsearch and Kibana
2016-04-26 11:18:29 -07:00
johndmulhausen 882ee1ca34 Merge pull request #427 from antoinecarton/patch-1
Fix typo
2016-04-26 11:17:59 -07:00
Johannes b539112c82 "current stable version" instead of "actual stable ..." 2016-04-26 20:13:17 +02:00
Doug Davis 18ad8a7a71 Add missing -f to "docker rm"
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-04-26 11:08:01 -07:00
Guohua Ouyang c00031837f Fix #435 2016-04-26 16:38:31 +08:00
Janet Kuo cc0661a69e Address comments 2016-04-25 17:10:23 -07:00
Janet Kuo cd2b268905 Document Deployment restartPolicy 2016-04-25 14:04:05 -07:00
Rodrigo Campos 62eec8ae0b Clarify postStart
As Brendan Burns explained me in this email:
https://groups.google.com/forum/#!topic/google-containers/5eUsmTSXpb8
2016-04-24 23:51:29 -03:00
Rodrigo Campos 7689f3d05c Fix link to Logging with Elasticsearch and Kibana
Fixes #428
2016-04-24 22:36:27 -03:00
Antoine Carton f55bae6bec Fix typo 2016-04-24 11:53:12 +02:00
Brian Grant abff28dd7c Merge pull request #396 from janetkuo/rc-alternatives-deployment
In RC doc, add deployment & RS as alternatives, and link to kubectl rolling-update tutorial
2016-04-22 16:27:28 -07:00
Janet Kuo f348f318d7 Address comments 2016-04-22 10:57:08 -07:00
Aabed d210a5b7ed adds a missing "/"
yeah, it cause problems
2016-04-22 17:49:03 +03:00
Aabed 368b9cc476 changes api service parameters 2016-04-22 17:46:06 +03:00
Aabed 6ba13c6248 updating version to latest 2016-04-22 17:44:40 +03:00
Guillaume Charhon 0d864fd1e7 Completed pod not hidden anymore
Before the fix, the hello-world pod did not show up.
2016-04-22 16:30:32 +02:00
Sam Ghods 8ea462be4d Update compute-resources.md 2016-04-22 01:06:50 -07:00
Sam Ghods d0081d3c6e Update compute-resources.md 2016-04-22 01:05:56 -07:00
Sam Ghods f83e1741d7 Update compute-resources.md
Just some small suggestions.
2016-04-22 01:04:55 -07:00
Anita Buehrle 84fe5ae069 Update Weave Net information from Weaveworks
Please move the Weave section above Flannel and include the following text: 

### Weave Net from Weaveworks

[Weave Net](https://www.weave.works/documentation/net-1-5-0-introducing-weave/) is a 
resilient and simple to use network for Kubernetes and its hosted applications.  
Weave Net runs as a [CNI plug-in](https://www.weave.works/documentation/net-1-5-0-cni-plugin/) 
or stand-alone.  In either version, it doesn’t require any configuration or extra code to run, 
and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.
2016-04-21 15:24:15 -05:00
Carson A 5dfbd29a8c Update description to match yaml
The tag matching description didn't match the example yaml.
2016-04-20 14:36:02 -06:00
Davanum Srinivas ed320c64fa Show how to access the deployed service
add a simple "expose deployment" to show the user how to access the nginx containers
2016-04-20 10:26:23 -04:00
johndmulhausen c3b8cccb9f Merge pull request #392 from jmiddleton/patch-1
removed tabs and spaces to fix the text.
2016-04-19 14:04:24 -07:00
Rachel Willmer 71539b23da Add example for hostPath volume type 2016-04-19 09:12:47 +01:00
Janet Kuo 4d3ae8af81 In RC doc, add deployment & RS as alternatives, and link to kubectl rolling-update tutorial 2016-04-18 17:51:49 -07:00
Janet Kuo 2ee2c3e86e Advocate not to use `:latest` 2016-04-18 15:48:21 -07:00
Brian Grant f973b70cd4 Merge pull request #386 from idvoretskyi/patch-2
Updated env variables to the latest versions
2016-04-18 13:59:24 -07:00
Eric Tune 50081fdd22 Merge pull request #379 from stevesloka/patch-1
Added extra IAM permissions to download images from AWS ECR
2016-04-18 11:05:38 -07:00
Jorge Luis Middleton 1e5f4f5242 removed tabs and spaces to fix the text.
The docs contains "shell" because there were tabs in the text. Also I changed wget for curl on OSX.
2016-04-18 23:00:47 +10:00
Ihor Dvoretskyi a60943d464 Updated env variables to the latest versions
To simplify the deployment process, the sample components versions were updated to the latest actual.
2016-04-17 18:05:48 -07:00
Madhusudan.C.S fc7718d0f4 Multi-scheduler documentation with examples. 2016-04-15 10:39:34 -07:00
Steve Sloka dc645e147b Added space 2016-04-15 07:39:35 -04:00
Jordan Liggitt d3cf59c0d5 Note service account token cleanup 2016-04-14 21:34:45 -04:00
Janet Kuo 74ae94d43d Address comments 2016-04-14 17:24:38 -07:00
Janet Kuo 24b8db0877 Teach how to run canary deployments 2016-04-14 17:24:38 -07:00
johndmulhausen f6f4a1dce2 Merge pull request #257 from ALRubinger/256
#256 Explicitly instruct the user to name the cluster
2016-04-14 14:47:12 -07:00
johndmulhausen b03faa1f41 Merge pull request #337 from jsafrane/delete-policy
Document 'Delete' reclaim policy
2016-04-14 14:44:12 -07:00
johndmulhausen 063a455db1 Merge pull request #126 from CenturyLinkCloud/add-clc
Adding getting started on centurylink cloud
2016-04-14 14:43:02 -07:00
johndmulhausen 666ca311f0 Merge pull request #294 from vishh/delete-vagrant
Remove vagrant from the UI.
2016-04-14 14:40:33 -07:00
johndmulhausen 2d3353a03d Merge pull request #73 from idvoretskyi/patch-2
Automated way of cluster setup added
2016-04-14 14:39:25 -07:00
johndmulhausen e4d797f1f6 Merge pull request #381 from jimmyjones2/patch-2
Fix docker multi node table entry
2016-04-14 14:29:04 -07:00
Jimmy Jones 3616de930a Fix broken link 2016-04-14 21:02:24 +01:00
Jimmy Jones 32ded088da Fix docker multi node table entry 2016-04-14 20:56:56 +01:00
Steve Sloka 58e8d44642 Added extra IAM permissions to download images from AWS ECR 2016-04-14 09:37:42 -04:00
Andrew Lee Rubinger 07bd1630c5
Issue #256 Explicitly instruct the user to name the cluster 2016-04-13 19:24:23 -04:00
johndmulhausen f9778b1ac2 Merge pull request #333 from idvoretskyi/patch-4
Changed container removing command
2016-04-13 15:57:09 -07:00
johndmulhausen 22d37a9098 Merge pull request #375 from chrismarino/patch-1
Typo in url
2016-04-13 15:53:42 -07:00
Brian Grant f398d2737e Merge pull request #223 from gertipoppel/master
Updated the dashboard documentation
2016-04-13 14:01:20 -07:00
chrismarino 8ef536bcac Typo in url 2016-04-13 13:58:11 -07:00
johndmulhausen 449157a4de Update index.md 2016-04-13 13:48:44 -07:00
johndmulhausen f8ed02241a Merge pull request #332 from idvoretskyi/patch-3
Updated latest Kubernetes version
2016-04-13 13:38:02 -07:00
johndmulhausen 93c5d65ec7 Merge pull request #357 from brianredbeard/b64-cli-errata
docs: Clarify use of the base64 utility
2016-04-13 13:36:25 -07:00
johndmulhausen 8e86f8081e Merge pull request #339 from kubernetes/erictune-patch-2
Document Deleting Jobs and Job Timeouts
2016-04-13 13:34:50 -07:00
johndmulhausen adfe8da93d Merge pull request #371 from ghodss/patch-1
Update service account token docs
2016-04-13 13:33:15 -07:00
johndmulhausen 9c26d63a03 Merge pull request #369 from xiangpengzhao/master
Fix broken links in api-reference docs (with wanted changes only)
2016-04-13 13:31:08 -07:00
root beeb65b4ea Fix broken links 2016-04-13 10:21:12 -04:00
Matthias Schmitz fb8683ce40 Fix broken links in getting-started-guide/logging
* Kubernetes contrib moved to it's own repository
  so the old link to the README.md ends in a 404. Updated it to the new
  location in https://github.com/kubernetes/contrib

* Add the missing ".html" to the blog link.
2016-04-13 10:07:16 +02:00
Sam Ghods ec045ed216 Update service account token docs
The docs currently indicate that setting permissions on service account tokens is a future feature, but it can be done today with the ABAC authorization plugin.
2016-04-13 00:30:45 -07:00
johndmulhausen 8382c00a36 Merge pull request #331 from idvoretskyi/patch-1
Updated latest Kubernetes version to be set via a variable
2016-04-12 16:36:42 -07:00
johndmulhausen 0cabf01686 Merge pull request #320 from f-higashi/docker_multinode_centos
Fix docker options setting in CentOS
2016-04-12 16:34:16 -07:00
johndmulhausen 9ced663a87 Merge pull request #315 from mikebrow/edits-to-authorization-docs
refactor list formatting
2016-04-12 16:33:04 -07:00
johndmulhausen ccd351da3a Merge pull request #340 from javiercr/fix-ingress-tls-sample
Fix sample for Ingress TLS
2016-04-12 14:02:44 -07:00
johndmulhausen a6a3139592 Merge pull request #254 from bprashanth/fw_rule
Update firewall rule in ingress docs.
2016-04-12 13:04:12 -07:00
mikebrow 4fcfce63a7 edits to accessing-the-api.md to correct formatting and other minor issues
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-11 16:59:50 -05: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
johndmulhausen fe8b2ac126 Merge pull request #345 from anzhsoft/patch-1
Update load-balancer.md
2016-04-11 14:38:10 -07:00
johndmulhausen 56e0556bc4 Merge pull request #319 from rickypai/patch-1
Fix secrets examples to be valid json
2016-04-11 14:12:41 -07:00
johndmulhausen bedd564779 Merge pull request #348 from mehdichamouma/patch-1
Update scratch.md - Broken link in the docs
2016-04-11 14:11:47 -07:00
johndmulhausen 7bc344e5ca Merge pull request #327 from zlabjp/fix-typo-and-bad-links
Fix typo and bad links
2016-04-11 14:11:02 -07:00
johndmulhausen d42da21c99 Merge pull request #336 from dougkoch/fix-job-pattern
Fix a row in the job patterns table
2016-04-11 14:10:18 -07:00
johndmulhausen 5ed4ce178e Merge pull request #351 from SpencerBrown/patch-1
Update secrets/index.md to fix example
2016-04-11 14:04:28 -07:00
johndmulhausen c188be1afe Merge pull request #349 from mikebrow/adding-raw-tags
Add missing raw tags
2016-04-11 13:58:11 -07:00
Brian 'Redbeard' Harrington e90337bf19 docs: Clarify use of the base64 utility
The base64 utility has different options on both Darwin and Linux.
Adding clarification as to how the use of these utilities differ
on platforms.
2016-04-09 13:38:12 -07:00
Yasu 12cc4cfa70 Fix typo
Name of the directory is "hellonode/", not "helloworld/"
2016-04-09 16:44:30 +09:00
Ihor Dvoretskyi 28976086ff Updated stable and latest Kubernetes versions to be set via a variable
Added method to set a Kubernetes variable to the latest and actual versions.

Updated command with added variable.

Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-08 16:57:13 -07:00
Janet Kuo 16b135298d Clarify that rollout revision is only created when pod template is changed 2016-04-08 15:50:53 -07:00
Spencer Brown 87628894c7 Update secrets/index.md
fixing example for Consuming Secret Values from Environment Variables
2016-04-08 14:49:03 -05:00
king6cong 64c8926ade fix run flannel command 2016-04-09 03:04:19 +08:00
mikebrow 62fdb3f5fa addresses issue #81
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-08 13:49:34 -05:00
Mehdi Chamouma 13d264f357 Update scratch.md
Fix a broken link
2016-04-08 19:54:47 +02:00
anzhsoft dff3af6096 Update load-balancer.md
this json file is invaliad, just rm the , to make it right.
2016-04-08 16:42:34 +08:00
Janet Kuo c462c6bc1e Fix broken resources-are-automatically-modified link 2016-04-07 14:35:44 -07:00
Javier Cuevas e40d2d3462 Fix sample for Ingress TLS
v1beta1.IngressSpec expects an v1beta1.IngressTLS array.
2016-04-07 21:46:04 +02:00
Eric Tune 40bab01676 Update jobs.md 2016-04-07 12:18:35 -07:00
Eric Tune a82c7a5a56 Document Deleting Jobs and Job Timeouts 2016-04-07 12:03:59 -07:00
Jan Safranek 9eadd28de2 Document 'Delete' reclaim policy 2016-04-07 12:16:34 +02:00
Doug Koch bd3b408e29 Fix a row in the job patterns table
The row for the "Queue with Variable Pod Count" pattern has one more
column than the other rows. The extra column shifts the checkmarks one
column to the right of where they should be.
2016-04-06 20:56:34 -07:00
Ihor Dvoretskyi 0d595bf95a Changed container removing command
Changed `docker kill` to `docker rm` as completely cleaning solution for this case.
2016-04-06 17:27:35 -07:00
Ihor Dvoretskyi 6feee8741c Updated latest Kubernetes version
Updated latest Kubernetes version to 1.2.1
2016-04-06 17:23:36 -07:00
Ihor Dvoretskyi 7f56aa523e Updated latest Kubernetes version to set via variable
Added method to set a Kubernetes variable to the latest actual version.

Updated command with added variable.

Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-06 17:05:39 -07:00
Kazuki Suda 1df62bfdfb Fix typo 2016-04-06 17:43:34 +09:00
Kazuki Suda f7e4c4a347 Fix bad links 2016-04-06 17:43:25 +09:00
Vipin Jain 37b89f0bd1 add contiv to networking.md 2016-04-05 22:30:44 -07:00
higashi 2df9177e9b Fix docker options setting in CentOS 2016-04-05 23:11:22 +09:00
Gerti Poppel 3749dc9fd4 Include comments and add correct zero state page again 2016-04-05 15:08:17 +02:00
Mikolaj Pawlikowski 3932b2ecdc Update the kube-proxy arguments for master
`kube-proxy` doesn't accept `--api-masters=`, it takes `--master=` instead
2016-04-05 11:27:12 +01:00
Ricky Pai 404420b05d Fix secrets examples to be valid json
Working through the secrets example, I found some of the json descriptors to be invalid. This fixes them.
2016-04-04 15:14:42 -07:00
mikebrow 1cdec21194 edits to authentication.md to correct formatting
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-04 13:52:01 -05:00
mikebrow 9a7bb2843a fixes issue #7159; refactor list formatting
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-04 12:15:19 -05:00
Ihor Dvoretskyi 8f032384ec Automated way of cluster setup added (updated)
Followed the recommendations in https://github.com/kubernetes/kubernetes.github.io/pull/73
2016-04-02 19:46:52 -07:00
Gert Leenders df6d4813d3 Removed sentence as suggested 2016-04-02 07:59:42 +02:00
benvitale 5ab7ff3974 Update hellonode.md 2016-04-01 23:36:50 -04:00
Dan Lorenc 763fd56337 Fix deployDNS.md.
There is no mention of where to find kube-system.yaml, and it's not
necessary with kubectl 1.2. You can just create the namespace
directly.
2016-04-01 10:39:51 -07: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
Gert Leenders 16e0ef9ad2 Put back in place project id placeholder 2016-04-01 11:32:46 +02:00
Gert Leenders 2697a17407 Replaced replication controllers with deployments 2016-04-01 08:16:22 +02:00
Brian Grant d956b20b4d Merge pull request #290 from slintes/fix-configmap
Fixed environment variables use-case for ConfigMap
2016-03-31 20:17:14 -07:00
Brian Grant cbf701b788 Merge pull request #299 from janetkuo/link-rs-in-deployment
Link RS doc in Deployment doc
2016-03-31 20:10:44 -07:00
Janet Kuo 12b81e0f43 Link RS doc in Deployment doc 2016-03-31 13:43:53 -07:00
Vishnu Kannan cbbdb5354d Remove vagrant from the UI. It hasn't been working reliably on OS X for many people.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-03-31 13:35:48 -07:00
johndmulhausen 55f126956f Update index.md 2016-03-31 13:11:04 -07:00
johndmulhausen 34c2002a1c Update load-balancer.md 2016-03-31 12:58:31 -07:00
johndmulhausen 26a1687a0e Update index.md 2016-03-31 12:55:32 -07: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
johndmulhausen 481fb9c313 Merge pull request #292 from janetkuo/kubectl-sh-run
Update docs using kubectl.sh run
2016-03-31 12:28:34 -07:00
Brian Grant 6684555ed9 Merge pull request #148 from madhusudancs/replicaset
ReplicaSet documentation.
2016-03-30 20:38:30 -07:00
Brian Grant 695cce17b1 Merge pull request #296 from janetkuo/update-production-pods
Update production-pods.md and replace rc with deployments
2016-03-30 20:36:11 -07:00
Janet Kuo 84ebc37f66 Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
Janet Kuo f9772b17f2 Further update managing deployments user guide 2016-03-30 17:14:39 -07:00
Janet Kuo 9ee89b4e48 Update docs using kubectl.sh run 2016-03-30 16:00:00 -07:00
Madhusudan.C.S f7691f9852 Add initial ReplicaSet documentation. 2016-03-30 15:44:52 -07:00
Brian Grant 21887f20ee Merge pull request #287 from chuckbutler/juju-docs
Updated Juju Documentation
2016-03-30 15:30:30 -07:00
Brian Grant f5704a6888 Merge pull request #291 from janetkuo/locally-download
Teach users how to download K8s in local cluster guide
2016-03-30 15:28:13 -07:00
Brian Grant 74d39cd51e Merge pull request #289 from janetkuo/config-map-doc-fix
Fix configmap docs
2016-03-30 15:26:57 -07:00
Brian Grant ba3ee16798 Merge pull request #283 from janetkuo/walkthrough-rc-deployment
Update connecting-applications.md
2016-03-30 15:24:50 -07:00
Brian Grant f22168bb65 Merge pull request #197 from janetkuo/update-managing-deployments
Update managing deployments user guide
2016-03-30 15:23:04 -07:00
johndmulhausen f8624cca21 Merge pull request #284 from jeroenvisser101/patch-1
Docs: Fix typo #trivial
2016-03-30 14:02:04 -07:00
ckleban aa7580de81 Cap fix 2016-03-30 13:50:53 -07:00
ckleban 1510530d68 Make needed changes to the getting started guide for CLC
based on comments in PR  126
2016-03-30 13:48:40 -07:00
Janet Kuo 0c3de487a7 Teach users how to download K8s in local cluster guide 2016-03-30 13:48:19 -07:00
Marc Sluiter eda11f14d7 Fixed environment variables use-case 2016-03-30 22:33:36 +02:00
ckleban f27bcff8b1 Merge remote-tracking branch 'kubernetes/master' into add-clc 2016-03-30 12:02:50 -07:00
Janet Kuo e5c0531677 Merge pull request #281 from janetkuo/update-deployment
Teaches how to see if a Deployment succeeds or not
2016-03-30 11:45:44 -07:00
Janet Kuo 1775b0a809 Fix configmap docs 2016-03-30 11:35:12 -07:00
Janet Kuo b1f9db6243 Teaches how to see if a Deployment succeeds or not 2016-03-30 10:29:08 -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
Matt Bruzek 8ac73e38a1 Spelling and other formatting changes. 2016-03-30 08:38:23 -05:00
Jeroen Visser e8c931bc71 Fix typo 2016-03-30 14:44:41 +02:00
Janet Kuo 51d2d18801 Update connecting-applications.md 2016-03-29 19:42:30 -07:00
Janet Kuo 248744f93b Update managing deployments user guide 2016-03-29 17:48:51 -07:00
Janet Kuo 969453c37e rebase 2016-03-29 17:11:32 -07:00
Janet Kuo a0600caf94 Update interactive pods section 2016-03-29 17:11:32 -07:00
Janet Kuo 147c23a372 Address comments 2016-03-29 17:11:32 -07:00
Janet Kuo abdcfbea30 Further update docs to reflect changes kubectl run 2016-03-29 17:11:32 -07:00
John Mulhausen 8f8a777ae2 Fix for yaml file ref 2016-03-29 17:01:37 -07:00
johndmulhausen 0d31281f27 Surfaces previously hidden topics that had URL conflicts, moves pages to index.md as often as possible 2016-03-29 14:58:48 -07:00
Matt Bruzek a0dc91ccb5 Addressing review comments from @chuckbutler. 2016-03-29 16:17:36 -05:00
johndmulhausen dc9bb89c09 Merge pull request #267 from andrewmichaelsmith/patch-1
More specific next version
2016-03-29 13:05:42 -07:00
Matt Bruzek 799f084645 Added more words at the bottom and layer reference. 2016-03-29 11:28:14 -05:00
Matt Bruzek fd125f229d Adding my thoughts on the juju getting started doc. 2016-03-29 11:12:14 -05:00
Benjamin Sonntag 0981f5803d latest kubernetes requires golang 1.4+
Latest kubernetes requires golang 1.4+ as shown below : 

```mykub:~/kubernetes hack/local-up-cluster.sh
Detected go version: go version go1.3.3 linux/amd64.Kubernetes requires go version 1.4 or greater.Please install Go version 1.4 or later.
```
2016-03-29 17:00:45 +02:00
Charles Butler 11dc763bbb Work done yesterday 2016-03-29 10:54:35 -04:00
Erwin van Eyk 7d3e28e7d5 Advice a shallow clone to reduce download 2016-03-29 16:20:15 +02:00
Andrew Smith 961c947e39 Remove space 2016-03-29 09:44:34 +01:00
johndmulhausen 50d1a4db41 Merge pull request #251 from pwittrock/walkthrough7
Update introspection and debugging page with deployments
2016-03-28 16:44:38 -07:00
johndmulhausen d2b0ace5f5 Merge pull request #259 from ALRubinger/258
#258 Use "gcloud" for the Docker push to the gcr repo
2016-03-28 16:33:31 -07:00
Andrew Smith 1e5721815c More specific next version 2016-03-28 23:04:49 +01:00
Brian Grant 7fa6e57226 Merge pull request #262 from janetkuo/update-kubectl-run
Update references to "kubectl run" in docs
2016-03-28 14:21:22 -07:00
Janet Kuo 71877590be Update 2016-03-28 14:10:52 -07:00
johndmulhausen 5789c87428 Fixes for kubectl links 2016-03-28 12:34:56 -07:00
Janet Kuo 6c669037ba Update references to "kubectl run" in docs 2016-03-28 10:59:09 -07:00
Phillip Wittrock 9be8c42332 Update introspection and debugging page with deployments 2016-03-28 09:38:11 -07:00
Erwin van Eyk 2448450dc7 Corrected references to version of the default k8s 2016-03-28 13:16:50 +02:00
Andrew Lee Rubinger 1c14eb9c3b #258 Use "gcloud" for the Docker push to the gcr repo 2016-03-27 00:01:29 -04:00
Prashanth Balasubramanian 8e06b116f9 Update firewall rule docs. 2016-03-25 18:08:55 -07:00
Vishnu Kannan aae9499016 Fix several issues with the local docker based cluster documentation. 2016-03-25 16:41:53 -07:00
johndmulhausen e0ff6f51a0 Update scratch.md 2016-03-25 16:17:37 -07:00
johndmulhausen 3c38ebb371 Fixes #235 2016-03-25 16:14:26 -07:00
johndmulhausen fce476b1eb Fixes #233 2016-03-25 16:11:39 -07:00
johndmulhausen fcc4e4a76d Fixes #247 2016-03-25 16:08:49 -07:00
johndmulhausen 8913c8664d Update hellonode.md 2016-03-25 15:54:38 -07:00
johndmulhausen 2df195fdf6 Fixes bad link to DNS 2016-03-25 14:01:07 -07:00
johndmulhausen e40238d9d5 Merge pull request #242 from zhouhaibing089/keystone_fix
fix the keystone package location
2016-03-25 13:55:43 -07:00
johndmulhausen 4c3c3c79a7 Merge pull request #65 from gertipoppel/userdoc
Updated screen shots and corrected link
2016-03-25 13:36:58 -07:00
johndmulhausen 40137d9c77 Merge pull request #132 from mwielgus/monitoring_doc
Update Heapster K8s doc
2016-03-25 13:35:34 -07:00
johndmulhausen 4af425edad Merge pull request #231 from pwittrock/hellonode
Update hello-node example to use deployments
2016-03-25 13:27:47 -07:00
johndmulhausen 3db0b5b459 Merge pull request #212 from bprashanth/ingress_limitations
Explicitly callout the prerequisites of Ingress on GCE/GKE.
2016-03-25 12:36:35 -07:00
johndmulhausen ea19c922fc Merge pull request #241 from vishh/localcluster
Fix docker based localhost setup documentation.
2016-03-25 11:18:37 -07:00
johndmulhausen bfa5e15139 Merge pull request #226 from erictune/master
Flesh out security context documentation
2016-03-25 11:16:25 -07:00
Vishnu Kannan b8dd9ad381 Fix docker based localhost setup documentation. 2016-03-25 10:33:40 -07:00
Brian Grant 304b0256a8 Merge pull request #140 from justinsb/multizone
Multizone: initial docs
2016-03-25 10:28:14 -07:00
zhouhaibing089 a5759266f8 fix the keystone package location 2016-03-25 11:35:15 +08:00
Justin Santa Barbara cbbf1fa6a7 Multizone: docs
Docs for multizone aka Ubernetes Lite
2016-03-24 21:39:21 -04:00
Sami Wagiaalla ec18c5d4f7 Flesh out security context documentation 2016-03-24 16:22:17 -07:00
Phillip Wittrock 319c514a28 Address pr comments - change kubectl link 2016-03-24 15:33:18 -07:00
Phillip Wittrock c123e0212e address pr comment 2016-03-24 14:22:16 -07:00
Phillip Wittrock 88236f73c3 remove trailing paren 2016-03-24 12:09:55 -07:00
Phillip Wittrock 3643bf4061 address pr comments 2016-03-24 12:02:17 -07:00
Phillip Wittrock dedf3450ac address pr comments 2016-03-24 11:09:59 -07:00
Phillip Wittrock 2ef03fabd6 Update hello-node example to use deployments 2016-03-23 17:44:11 -07:00
Aleks Saul 27651534ea Update horizontal-pod-autoscaler.md
typo "verion" -> "version"
2016-03-23 15:43:17 -04:00
Prashanth Balasubramanian e519696635 Explicitly callout the prerequisites of Ingress on GCE/GKE. 2016-03-22 23:08:55 -07:00
johndmulhausen f434968bbb Update managing-deployments.md 2016-03-22 16:02:16 -07:00
johndmulhausen 276edecac9 Update managing-deployments.md
Fix for #194
2016-03-22 16:00:15 -07:00
johndmulhausen 1fab6c65be Merge pull request #214 from janetkuo/update-rc-to-deployment
Replace RC with Deployments in quick-start.md and deploying-applications.md
2016-03-22 15:35:17 -07:00
johndmulhausen ba6c8a14d3 Merge pull request #220 from david-mcmahon/patch-1
Delete known-issues.md
2016-03-22 15:34:19 -07:00
Janet Kuo 7077aac069 Replace RC with Deployments 2016-03-22 15:02:58 -07:00
David McMahon b86bd40b91 Update troubleshooting.md 2016-03-22 14:55:10 -07:00
johndmulhausen 4f543697e0 Merge pull request #217 from andrewmichaelsmith/master
Replace HA docs podmaster with --leader-elect flag
2016-03-22 14:42:28 -07:00
David McMahon 2ece96fe74 Delete known-issues.md
Ref #205
2016-03-22 14:15:47 -07:00
Andrew Smith 4c79e1c381 Update high-availability.md 2016-03-22 18:03:52 +00:00
Andrew Smith 1484749ca3 Correction: We use API locks, not etcd locks 2016-03-22 18:03:15 +00:00
Andrew Smith 810247a1fa Replace podmaster method with --leader-elect 2016-03-22 11:49:41 +00:00
Andrew Smith 06b593b6ee Update kube-scheduler.yaml 2016-03-22 11:46:10 +00:00
Andrew Smith 96d116e29f Add leader elect flag 2016-03-22 11:45:53 +00:00
Vladimir Rutsky 32211b516e fix name: "CLUSTERNAME" -> "CLUSTER_NAME"
`CLUSTER_NAME` is used below several times.
2016-03-22 15:02:26 +04:00
johndmulhausen a9f14224e3 Merge pull request #64 from mfanjie/update-vagrant-docs
update proxy settings doc
2016-03-21 15:09:11 -07:00
johndmulhausen a3c40ab7fa Merge pull request #209 from janetkuo/update-example-link
Update links to examples
2016-03-21 15:07:03 -07:00
johndmulhausen 5bc866f76d Merge pull request #208 from janetkuo/update-demo-page
Styling the update-demo static page
2016-03-21 15:05:39 -07:00
johndmulhausen 2aee7636f9 Merge pull request #195 from madhusudancs/gettingstarted-docker-expose
Now that kubectl run creates a deployment by default, expose here should expose the deployment previously created.
2016-03-21 15:03:55 -07:00
johndmulhausen ef6d1613b8 Merge pull request #211 from rutsky/patch-3
remove excessive bracket
2016-03-21 15:02:37 -07:00
johndmulhausen ec56f4c6f0 Merge pull request #210 from rutsky/patch-2
fix typo: "kublet"
2016-03-21 15:02:18 -07:00
Eric Tune d9f82ecd0d Merge pull request #79 from soltysh/job_fix
Removed v1beta1 disclaimer for jobs, since jobs are now part of batch/v1
2016-03-21 13:47:02 -07:00
Vladimir Rutsky 3b7905f5ad remove excessive bracket 2016-03-21 23:04:42 +04:00
Vladimir Rutsky ad02c1a4d3 fix typo: "kublet" 2016-03-21 22:41:24 +04:00
Janet Kuo e45fe3f916 Update links to examples 2016-03-21 11:05:25 -07:00
Janet Kuo 0e3b9129b9 Styling the update-demo static page 2016-03-21 10:39:51 -07:00
Madhusudan.C.S 1c27f43b7b Now that kubectl run creates a deployment by default, expose here should expose the deployment previously created. 2016-03-18 16:09:33 -07:00
Prashanth Balasubramanian 63ff273bb8 TLS section. 2016-03-18 11:00:08 -07:00
Prashanth Balasubramanian 2df6cf0e5a Modify ingress use-doc to fix indent and lowercase 2016-03-18 11:00:08 -07:00
Filip Grzadkowski 1dd7198452 Merge pull request #133 from piosz/hpa
Updated HPA user guide and example
2016-03-18 16:01:36 +01:00
Tony Hsu 4f72547851 Once -> One 2016-03-18 09:16:54 +08:00
John Mulhausen b008519b04 s/console/shell per the Rouge lexer list 2016-03-17 17:36:36 -07:00
johndmulhausen 02e6fff302 Merge pull request #70 from MikeSpreitzer/issue/69
Issue #69: Updated version of k8s from 1.1.4 to 1.1.8
2016-03-17 17:24:20 -07:00
johndmulhausen e90b574aa2 Update index.md 2016-03-17 17:22:20 -07:00
johndmulhausen cae5138957 Update deployDNS.md 2016-03-17 17:14:50 -07:00
John Mulhausen 2d0f2cee78 Fixes for refdocs 2016-03-17 17:08:15 -07:00
John Mulhausen 634654a96b Add Batch and Autoscaling API topics to left nav 2016-03-17 16:26:59 -07:00
johndmulhausen 963111f10a Update operations.html 2016-03-17 16:01:09 -07:00
johndmulhausen 4548bc49f2 Update definitions.html 2016-03-17 16:00:41 -07:00
johndmulhausen 8bb6c50dd3 Update operations.md 2016-03-17 16:00:04 -07:00
johndmulhausen 63e716696a Update definitions.md 2016-03-17 15:59:48 -07:00
johndmulhausen 26659fba74 Update operations.md 2016-03-17 15:59:31 -07:00
johndmulhausen c4232cf108 Update definitions.md 2016-03-17 15:59:17 -07:00
John Mulhausen dbe21d103a Refresh of refdocs; adds autoscaling and batch 2016-03-17 15:58:12 -07:00
johndmulhausen f17ef634b6 Update managing-deployments.md 2016-03-17 15:39:16 -07:00
johndmulhausen 67b23a4a53 Merge pull request #163 from kubernetes/davidopp-patch-2
Make node affinity documentation a little more descriptive
2016-03-17 13:38:23 -07:00
johndmulhausen e9906cf202 Merge pull request #162 from juretta/fix/hello-world
Fix "Hello World" examples
2016-03-17 13:36:28 -07:00
Rodrigo Campos b7a8b7c59a Fix link to ingress controllers on github
The capital "I" is wrong and it returns a 404. Also, it should point to /controllers.
2016-03-17 16:38:50 -03:00
David Oppenheimer dd298f4f32 Update index.md 2016-03-17 00:35:35 -07:00
Stefan Saasen e3840a69aa [Hello World]: Don't use the deprecated --create-external-load-balancer flag 2016-03-17 15:49:27 +11:00
Stefan Saasen 5387c49425 [Hello World]: Link to kubectl/gcloud configuration documentation 2016-03-17 15:49:21 +11:00
Stefan Saasen c2472dfa4f [Hello World]: Prefix 'docker push' with gcloud command
In order to push to the Google Container Registry the `glcoud` command
should be used as per https://cloud.google.com/container-registry/docs/#pushing_to_the_registry
2016-03-17 15:49:04 +11:00
johndmulhausen 5c962aa68b Merge pull request #121 from chrismarino/master
Added Romana to the list of networking alternatives.
2016-03-16 17:36:02 -07:00
johndmulhausen 3da0f7cc74 Merge pull request #155 from janetkuo/update-deployment-user-guide
Update deployment user guide
2016-03-16 17:34:44 -07:00
johndmulhausen 85b579dd27 Merge pull request #156 from erictune/master
spell a numeral
2016-03-16 17:33:20 -07:00
johndmulhausen de1558b744 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-03-16 15:54:46 -07:00
johndmulhausen c8dd8b8831 Import from Container Engine docs, addition of Tabs functionality, various link fixes 2016-03-16 15:54:34 -07:00
Eric Tune a2654c126a spell a numeral 2016-03-16 15:32:54 -07:00
Janet Kuo 0e30139550 Update deployment user guide 2016-03-16 15:12:30 -07:00
johndmulhausen 46ba979600 Merge pull request #116 from rata/cluster-components-kubelet
Fix listing kubelet responsabilities
2016-03-16 14:45:01 -07:00
johndmulhausen 38f88b3b5b Merge pull request #115 from rata/cluster-components
Fix kube-controller-manager description
2016-03-16 14:44:32 -07:00
johndmulhausen 66c7a02682 Merge pull request #117 from luebken/patch-1
Include homebrew
2016-03-16 14:43:35 -07:00
Eric Tune e6c2232a09 Merge pull request #123 from ericchiang/webhook_context
docs/admin: add current-context to authz webhook example kubeconfig
2016-03-16 14:04:53 -07:00
johndmulhausen ff8f6f92a3 Merge pull request #107 from ragnard/patch-1
Fix broken link to ingress contrib tree
2016-03-16 09:01:35 -07:00
johndmulhausen 5d5b17b6af Merge pull request #119 from rutsky/patch-1
remove trailing commas from JSON
2016-03-16 09:00:53 -07:00
Beni Cherniavsky-Paskin 0753c5191a Fix broken labels -> node-selection link
http://kubernetes.io/docs/user-guide/labels/node-selection// doesn't exist;
http://kubernetes.io/docs/user-guide/node-selection/ does.
2016-03-16 15:05:33 +02:00
Piotr Szczesniak 664f570450 Updated HPA user guide and example 2016-03-16 13:28:47 +01:00
Brian Grant c572350953 Merge pull request #127 from janetkuo/recreate-implemented-doc
Update deployment document to fit what's in beta release
2016-03-15 20:35:30 -07:00
Janet Kuo 08c0f1025f Update deployment document to fit what's in beta release 2016-03-15 17:31:45 -07:00
johndmulhausen 8f52948ca6 Update troubleshooting.md 2016-03-15 12:20:19 -07:00
Marcin Wielgus f002c35eee Update Heapster K8s doc 2016-03-15 15:59:08 +01:00
David Oppenheimer 3a2026677d Merge pull request #77 from kubernetes/davidopp-patch-1
Add to cluster-large.md CPU and memory consumption for master components at various cluster sizes
2016-03-14 21:50:15 -07:00
ckleban a6ac56f6d6 Adding getting started on centurylink cloud
Upload the first versions of clc.md and adding a reference to this page
from the getting started index.md
2016-03-14 15:37:20 -07:00
Eric Chiang e67856d224 docs/admin: add context to authz webhook example kubeconfig 2016-03-14 13:57:08 -07:00
chrismarino 85034e8090 Added Romana to the list of networking alternatives. 2016-03-14 11:28:30 -07:00
Vladimir Rutsky a112e4ae7e remove trailing commas from JSON
Fixes JSON highlighting.
2016-03-14 20:11:30 +03:00
Matthias Lübken 7a2327ec8c Update binary_release.md
Added instructions to use the homebrew package manager on OS X. There is an official formula which is also relatively uptodate: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/kubernetes-cli.rb
2016-03-14 16:49:14 +01:00
Rodrigo Campos 57f75e5e2b Fix listing kubelet responsabilities 2016-03-14 12:36:24 -03:00
Rodrigo Campos 9df5b9ea56 Fix kube-controller-manager description
The item and their description was shown as different items at the same
indentation level. This just moves de description so it's clear it is not a new
item and is just the description of the previous item.
2016-03-14 12:24:15 -03:00
David Oppenheimer 7c81b53161 Update cluster-large.md 2016-03-13 14:23:45 -07:00
Ragnar Dahlén fd8584ce88 Fix broken link to ingress contrib tree 2016-03-13 08:14:14 +00:00
johndmulhausen b840399f4a Update flannel_multi_node_cluster.md 2016-03-12 09:01:48 +00:00
johndmulhausen c304fe2aee Update index.md 2016-03-11 16:35:13 +00:00
johndmulhausen a6a3cae228 Update hellonode.md 2016-03-11 15:26:09 +00:00
johndmulhausen 8184d029d2 Update search.md 2016-03-11 08:05:18 +00:00
johndmulhausen 5518071d39 domain redirect 2016-03-10 23:08:05 +00:00
johndmulhausen 9960311cfc Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-03-10 15:17:02 +00:00
johndmulhausen 6a6540b41d Google site verification 2016-03-10 15:16:50 +00:00
johndmulhausen ee640be3b8 Update index.md 2016-03-10 13:11:53 +00:00
johndmulhausen dcc6ea2111 Update index.md 2016-03-10 11:04:19 +00:00
johndmulhausen e04e75c2ff Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-03-09 17:15:52 +00:00
johndmulhausen cc50fcf538 Simplification/paring-down of Hello Node 2016-03-09 17:15:33 +00:00
Maciej Szulik 95b51e46e4 Removed v1beta1 disclaimer for jobs, since jobs are now part of batch/v1 2016-03-09 17:35:45 +01:00
johndmulhausen 9a1945635b Update kubectl_get.md 2016-03-09 11:39:34 +00:00
David Oppenheimer df19b45ff9 Update cluster-large.md 2016-03-09 00:00:51 -08:00
David Oppenheimer 6f59b8a7b9 Add to cluster-large.md CPU and memory consumption for master components at various cluster sizes 2016-03-08 14:02:31 -08:00
johndmulhausen fad094151f Update binary_release.md 2016-03-08 07:59:50 +00:00
johndmulhausen f6dd3299fb Update binary_release.md 2016-03-08 07:58:34 +00:00
johndmulhausen e065008863 Update binary_release.md 2016-03-08 07:56:40 +00:00
johndmulhausen 26c41708b5 Update binary_release.md 2016-03-08 07:53:23 +00:00
johndmulhausen 2dcdc6049c Update binary_release.md 2016-03-08 07:52:13 +00:00
johndmulhausen 0bd76103be Update binary_release.md 2016-03-08 07:48:49 +00:00
scotty d25d16a3d9 set overflow: hidden on inner col3rd and col2nd floats to enable buttons 2016-03-07 22:11:58 -08:00
mfanjie 04aac861b4 update proxy settings doc 2016-03-08 10:07:46 +08:00
Ihor Dvoretskyi 7657bf367a Automated way of cluster setup added
With the purpose of easier deployment of libvirt-coreos Kubernetes cluster with the default settings, the way of installing using the automated script from https://get.k8s.io/ has been added.
2016-03-07 17:38:03 -08:00
John Mulhausen df8fc0cbc8 Fixes for kubectl docs 2016-03-07 17:23:34 +00:00
John Mulhausen 99e7f8dd75 Frontmatter add-ons for refdocs 2016-03-07 17:05:20 +00:00
John Mulhausen a777a06bb1 Refdocs for 1.2 import 2016-03-07 16:51:25 +00:00
Mike Spreitzer eff46eb765 Issue #69: Updated version of k8s from 1.1.4 to 1.1.8 2016-03-07 11:01:51 -05:00
Gerti Poppel 3c5ed586a0 updated screen shots and corrected link 2016-03-07 16:53:28 +01:00
Matt Sherman 77e0c5751c Stack Overflow brand 2016-03-07 10:45:27 -05:00
John Mulhausen ba1e511e5a Improved doc editing instructions/sharing with README.md 2016-03-07 15:07:48 +00:00
John Mulhausen 869e7de45a Nips/tucks to 1.2 import, image additions, SASS fix for tables and code overflow 2016-03-07 13:05:16 +00:00
John Mulhausen 3b11ca76e4 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-03-07 12:09:18 +00:00
John Mulhausen f16668b45f 1.2 additions for user-guide/ 2016-03-07 12:09:02 +00:00
johndmulhausen a77ddc445a Update hellonode.md 2016-03-07 08:26:58 +00:00
johndmulhausen b9a24a362c Merge pull request #63 from mfanjie/dos2unix
convert md file format under docs/getting-started-guides to unix mode
2016-03-07 08:07:03 +00:00
John Mulhausen e899d54a1b 1.2 changes for top-level docs 2016-03-07 07:45:14 +00:00
johndmulhausen 72eae3ec19 Update Makefile 2016-03-07 07:12:09 +00:00
mfanjie 98b68ad407 convert md files to unix format 2016-03-07 10:29:06 +08:00
mfanjie 7720b340c1 add proxy settings doc 2016-03-07 10:15:50 +08:00
John Mulhausen ee01d0661a Nips and tucks to Kubernetes 1.2 imports, config change default to 1.2 2016-03-06 18:28:56 +00:00
John Mulhausen a6f6fd01cd 1.2 additions for getting-started-guides/ and new non-Markdown files for user-guides 2016-03-06 17:55:12 +00:00
John Mulhausen 97c728d343 1.2 changes for admin/ 2016-03-06 04:26:30 -08:00
johndmulhausen f28d0f9eb5 Merge pull request #55 from jtblin/jtblin/fix-rvm-ruby-instructions
Fix instructions for ruby install via rvm
2016-03-06 02:50:55 -08:00
Jerome Touffe-Blin 3f4f36e97c Fix instructions for ruby install via rvm 2016-03-06 21:47:27 +11:00
John Mulhausen a4b48706e7 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-03-06 02:24:14 -08:00
John Mulhausen 9a5aab72df Assigning remaining topics to TOC. Some deletions, combinations, and relegations to READMEs. Deactivating AnswerDash for now. 2016-03-06 02:24:03 -08:00
johndmulhausen 91861ae3f5 Update index.md 2016-03-06 02:15:54 -08:00
John Mulhausen 672d39fc84 Samples landing page 2016-03-04 17:47:30 -08:00
johndmulhausen 33907f290c Update hellonode.md 2016-03-04 17:31:45 -08:00
johndmulhausen b3e8c26cab Update editdocs.md 2016-03-04 16:20:31 -08:00
johndmulhausen 716ba274af Update editdocs.md 2016-03-04 16:20:15 -08:00
johndmulhausen 100b07e235 Update editdocs.md 2016-03-04 16:18:44 -08:00
John Mulhausen ff93b4398e Revamped Reference section with proper landing page 2016-03-04 11:29:36 -08:00
John Mulhausen e668a0be11 Fixing links to devel/ to point to kubernetes master repo 2016-03-03 15:11:05 -08:00
John Mulhausen 06c48d37d7 Deleting devel/ 2016-03-03 13:38:07 -08:00
John Mulhausen bb4da3186b Initial check-in of Hello Node codelab; to be de-Googleized 2016-03-02 17:04:34 -08:00
johndmulhausen 8336737e95 Update pagelist.md 2016-03-01 23:46:52 -08:00
johndmulhausen 50704476d6 Application of code include widget, hack curl calls for three file downloads, saas code/pre fixes, comment-out of version drop-down 2016-03-01 19:43:10 -08:00
johndmulhausen 1b6a08e693 Widget for code includes + sass 2016-03-01 18:17:31 -08:00
johndmulhausen 49e40dd65e Update index.md 2016-03-01 13:06:32 -08:00
johndmulhausen bb0e7c9768 Update index.md 2016-03-01 13:05:29 -08:00
johndmulhausen 133b482bf5 Update index.md 2016-03-01 01:25:30 -08:00
johndmulhausen 133c995631 Update editdocs.md 2016-03-01 01:24:55 -08:00
John Mulhausen 4c9e72c518 Moving docs from /vX to /docs; we will use branches for old versions. 2016-02-29 15:17:22 -08:00