Commit Graph

705 Commits

Author SHA1 Message Date
Jared 2a96b334b2 Merge branch 'master' into patch-1 2016-11-21 13:27:44 -08:00
Jared 0dcb86c294 Merge branch 'master' into patch-1 2016-11-21 13:27:39 -08:00
Jared 9e3ac0ddb8 Merge branch 'master' into master 2016-11-21 13:27:31 -08:00
Jared 2d0b9d0a27 Merge branch 'master' into init-container-beta-update 2016-11-21 13:27:25 -08:00
Jared b8a1f1bdef Merge branch 'master' into patch-1 2016-11-21 13:27:14 -08:00
Jared 5d6460b979 Added link to DNS Admin Guide 2016-11-21 13:23:58 -08:00
Jared 48ce104b76 Merge branch 'master' into 2016-10-10-fed-ingress-user-guide-improvements 2016-11-21 11:20:49 -08:00
Jared b5c86dfe02 Merge branch 'master' into init-cont-doc 2016-11-21 11:07:51 -08:00
Randy Fay de9197661e Fix broken path in pv configuration, minor doc improvement 2016-11-20 09:41:34 -07:00
Maciej Szulik 96903916b5 Deprecate extensions/v1beta1.Job 2016-11-18 13:26:14 +01:00
Justin Garrison e3cd4eb67c added command to download kubectl via curl 2016-11-17 21:18:50 -08:00
Ahmet Alp Balkan 7f7fa5ac73 Fix broken links to some github paths 2016-11-17 19:31:59 -08:00
Ahmet Alp Balkan c117759cfe service-accounts.md: Better paragraph flow
It was not easy to follow what this paragraph is talking about
without clicking the link.
2016-11-17 19:20:11 -08:00
Jared 4bc42a3f5c Merge branch 'master' into patch-1 2016-11-17 15:23:09 -08:00
Francois Deppierraz 9e25fddd86 typo kuberntes -> kubernetes 2016-11-18 00:10:29 +01:00
Ahmet Alp Balkan 34a31f41ba List Deployment next to ReplicationController
RestartPolicy section gives an example of what kind of controller
should be used for what type of workload. However it only lists
rc for web-server type workloads. Adding Deployment next to rc
as well.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-11-17 15:07:13 -08:00
ahawtho 6b151435da Fix shell example in sharing-clusters.md
'export' command should not include dollar signs in variable declaration
2016-11-16 21:58:17 -05:00
Eric Tune 625774cc1b Added init container documentation.
Based loosely on the design proposal.
2016-11-16 09:52:10 -08:00
Quinton Hoole 27840ef8fe Improvements to Federated Ingress User Guide. 2016-11-15 09:47:32 -08:00
Michael Taufen 64ca647721 Fix broken kubectl link 2016-11-14 15:02:42 -08:00
Brandon DuRette 337c6c0546 Typo fix 2016-11-11 11:20:48 -06:00
David Kirstein e745b04801 remove extra space in working-with-resources.md 2016-11-10 08:27:09 +01:00
David Kirstein 0bd5651d4f Fix typo in working-with-resources.md
mode -> more
2016-11-10 08:19:22 +01:00
Steffen Gebert 3ca34c8e04 configuring-containers: Fix syntax highlight
looks weird to me without that..
2016-11-08 11:23:46 +01:00
Tremaine Eto 3d7e0b128c Fixed typo
Removed extra "e" in "specify" in the "Secret files permission" section.
2016-11-07 10:16:15 -08:00
Denis Andrejew 2dcba7ffa2 fix typo in user-guide/replicasets.md 2016-11-06 15:32:07 +01:00
blankenhaus bbceda0ba2 Layer 3 <=> layer 4
TCP/UDP are layer 4.
2016-11-05 12:29:50 -07:00
devin-donnelly ab25c59af7 Update index.md 2016-11-04 16:43:30 -07:00
Michael van Tricht 05ffedcebd Update init-containers to beta. (#1624) 2016-11-04 12:00:53 -07:00
Daniel Sachse a516182f80 Updated documentation to use beta version of init-containers 2016-11-04 14:44:58 +01:00
devin-donnelly 35a14cda34 WIP: New Docs Landing Page and ToC Organization. (#1468)
New Docs Landing Page and ToC Organization.
2016-11-03 15:06:08 -07:00
devin-donnelly aa995dded1 Merge pull request #1546 from soltysh/update_api_reference
Updated imported docs with ./update-imported-docs.sh
2016-11-02 15:16:39 -07:00
devin-donnelly 1257fe13c3 Merge pull request #1496 from kayrus/kayrus/probes
Added livenessprobe example with hidden parameters
2016-11-01 16:50:25 -07:00
Maciej Szulik b506e647f3 Updated imported docs with ./update-imported-docs.sh 2016-10-28 11:28:17 +02:00
Julien Vey e34352c152 Remove line numbers in ingress resource snippet
* To be consistent with the rest of the guide.
* To simplify copy/paste of the example.
2016-10-28 10:52:21 +02:00
devin-donnelly 78a44f7fa9 Merge pull request #1285 from kubernetes/eparis-networkpolicy
'namespaceSelector' in the NetworkPolicy example
2016-10-27 20:17:00 -07:00
devin-donnelly 4aeb2e2932 Merge pull request #1447 from rata/master
Clarify secrets file mode might be read in decimal notation
2016-10-27 19:58:26 -07:00
devin-donnelly 08d8336f80 Merge pull request #1417 from techtonik/patch-2
Update kubectl-overview.md
2016-10-27 19:48:52 -07:00
kayrus fd48554659 Added livenessprobe example with hidden parameters 2016-10-27 15:36:53 +02:00
Abrar Shivani 66e66c8572 Add vSphere Storage class 2016-10-25 00:31:48 -07:00
Chris Love 8f02f91f53 Improving kubectl cheat sheet (#1486)
* Improving kubectl cheatsheet

* removing sentence and some cleanup
2016-10-24 17:56:11 -07:00
Justin Garrison 2f7dcedbbb Update jobs.md with link to scheduled jobs
Removed future work because we're living in the future 🚀
2016-10-21 18:20:37 -07:00
Jess Frazelle 7b330390e2
mungers: fix preformat balance
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-20 12:23:08 -07:00
Sascha Brawer ff78098474 Fix broken links in work queue user guide 2016-10-20 07:50:07 -07:00
Eric Paris 0a28be3613 Update networkpolicies.md 2016-10-19 08:55:03 -04:00
Rodrigo Campos 5b6055a374 Clarify secrets file mode might be read in decimal notation
Fixes: https://github.com/kubernetes/kubernetes/issues/33475
2016-10-19 01:03:20 -03:00
devin-donnelly 2f0b53d3e6 Merge pull request #1356 from jszczepkowski/hpa-doc-fix
Updated hpa config file to the latest API version.
2016-10-18 16:39:08 -07:00
devin-donnelly b18d74eee8 Merge pull request #1393 from kubernetes/foxish-add-example
Add example for pod using emptyDir
2016-10-18 16:38:48 -07:00
devin-donnelly 6749b5acab Merge pull request #1396 from lukaszo/kub_get
Fix kubectl get documentation
2016-10-18 16:38:00 -07:00
devin-donnelly 1af2733315 Merge pull request #1405 from pabloguerrero/patch-2
Minor corrections
2016-10-18 16:36:33 -07:00
Anirudh Ramanathan e7ac683fd8 Merge branch 'master' into foxish-add-example 2016-10-18 11:05:40 -07:00
Jerzy Szczepkowski fd47392ff6 Merge branch 'master' into hpa-doc-fix 2016-10-18 15:47:39 +02:00
anatoly techtonik 064fb4f5b0 Merge branch 'master' into patch-2 2016-10-18 14:16:11 +03:00
anatoly techtonik ad39de970d Remove 'quickly' 2016-10-18 14:12:52 +03:00
devin-donnelly 92c443e8c5 Merge pull request #1409 from apelisse/add-privileged-link
Points to documentation about running privileged containers
2016-10-17 16:43:26 -07:00
devin-donnelly 44ef8d3d0f Merge pull request #1436 from rickypai/patch-2
Change RDB typo to RBD
2016-10-17 16:36:10 -07:00
devin-donnelly 16ce9c5fec Merge pull request #1413 from kubernetes/foxish-fix-annotation
Init containers are in beta in 1.4
2016-10-17 14:57:48 -07:00
devin-donnelly 017601da81 Merge pull request #1457 from bobsky/patch-1
Update federated-ingress.md
2016-10-17 14:57:08 -07:00
devin-donnelly 139d64eeed Merge pull request #1483 from marrrvin/fix-link-to-qos
Fix link to qos
2016-10-17 11:49:12 -07:00
devin-donnelly e308661861 Merge pull request #1488 from digitalfishpond/master
Update to Pet Set link
2016-10-17 11:45:27 -07:00
Ricky Pai 553718a31e Change RDB typo to RBD
I assume this is referring to `RBD (Ceph Block Device)` and not something else
2016-10-17 11:11:53 -07:00
Chris Love 67db9da420 Merge branch 'master' into kubectl-overview-add-explain 2016-10-17 11:09:26 -06:00
Sergey Orlov c4d943313a Merge branch 'master' into fix-link-to-qos 2016-10-17 16:12:47 +03:00
Denis Poisson 3bc8013a28 Update to Pet Set link
'Pet Set' now links correctly to  http://kubernetes.io/docs/user-guide/petset/
2016-10-17 11:43:55 +02:00
Kami Gerami 3ef9c7e526 34613 404 Not Found on links referring to /docs/user-guide/kubectl/kubectl/
Changed all links referring to kubectl from /docs/user-guide/kubectl/kubectl/ to /docs/user-guide/kubectl/
2016-10-16 13:39:43 +02:00
Sergei Orlov 4b506ea498 Fix link to qos 2016-10-16 13:11:36 +03:00
chrislovecnm 95e14cc5f7 fixing format 2016-10-15 20:46:20 -06:00
chrislovecnm f5934f521b updating kubectl overview with explain 2016-10-15 20:44:10 -06:00
bobsky 0ce841df60 Update federated-ingress.md
minor correction, feature is in alpha not beta.
2016-10-13 13:23:31 -07:00
Pablo Guerrero ce10237f3c Merge branch 'master' into patch-2 2016-10-13 11:27:02 +02:00
Steel Brain a250e18e2f 🐛 Fix broken JSON format 2016-10-12 05:44:51 +05:30
Antoine Pelisse 5b8d8332fc Points to documentation about running privileged containers 2016-10-11 15:34:54 -07:00
Anirudh Ramanathan 3e5d07081e Merge branch 'master' into foxish-fix-annotation 2016-10-11 15:25:55 -07:00
Anirudh Ramanathan 7ad46582d5 Merge branch 'master' into foxish-fix-annotation 2016-10-11 08:20:18 -07:00
Anirudh Ramanathan 61577a2361 Merge branch 'master' into foxish-fix-link 2016-10-11 08:20:03 -07:00
Lucas Käldström 23d7719663 Move kubeadm reference, add a navigation link to it and assignees 2016-10-11 09:01:12 +03:00
devin-donnelly 2928804b6e Merge pull request #1292 from soltysh/generators
Add generators section in kubectl conventions
2016-10-10 16:14:39 -07:00
anatoly techtonik ddf0061ecf Merge branch 'master' into patch-2 2016-10-11 00:36:19 +03:00
James Munnelly 65e8941239 Add kubeadm reference docs 2016-10-10 20:31:29 +01:00
anatoly techtonik 97aa665e14 Make link portable 2016-10-10 10:50:49 +03:00
anatoly techtonik 7143b1e782 More broken links 2016-10-09 19:14:02 +03:00
anatoly techtonik 5fabbd59d0 Update kubectl-overview.md 2016-10-09 17:30:38 +03:00
anatoly techtonik 95b028be80 Update kubectl-overview.md
Add link to kubectl installation instructions
2016-10-09 17:29:57 +03:00
anatoly techtonik 58ae316dfe Update kubectl-overview.md
Broken link
2016-10-09 16:42:13 +03:00
Anirudh Ramanathan 63f9993bb0 Init containers are in beta in 1.4 2016-10-08 13:46:38 -07:00
Anirudh Ramanathan ee5b5eea39 Point init containers to documentation
The proposal doesn't reflect reality.
2016-10-08 13:43:19 -07:00
Jerzy Szczepkowski cb9cee5df5 Merge branch 'master' into hpa-doc-fix 2016-10-07 13:52:50 +02:00
Pablo Guerrero cd709f29aa Minor corrections 2016-10-07 08:47:24 +02:00
Łukasz Oleś 8d5a4c0838 Fix kubectl get documentation
- fix list of valid resource types
- fix showing template
  It was fainling with following error message:
  Liquid Warning: Liquid syntax error (line 68): [:dot, "."] is not a valid expression in "{{.status.phase}}" in docs/user-guide/kubectl/kubectl_get.md
2016-10-06 12:00:39 +02:00
Łukasz Oleś 1a17ab3772 Update kubectl address
It fixes kubernetes/kubernetes#33864
2016-10-06 11:40:40 +02:00
Maciej Szulik deae72a03e Add generators section in kubectl conventions 2016-10-06 11:09:17 +02:00
Anirudh Ramanathan e857d466cb Add example for pod using emptyDir 2016-10-05 18:44:15 -07:00
devin-donnelly f382b06a16 Merge branch 'master' into eparis-networkpolicy 2016-10-05 15:56:59 -07:00
devin-donnelly 35e25311b5 Merge pull request #1144 from adieu/format
Some small style tweaks to make pandoc working
2016-10-05 15:44:26 -07:00
devin-donnelly bd0243c797 Merge pull request #1348 from IanLewis/thirdpartyresource-doc
Created new ThirdPartyResource Glossary page.
2016-10-05 14:15:31 -07:00
devin-donnelly 69cec55b6c Merge pull request #1357 from jonboulle/patch-1
docs/pods: update reference to pets
2016-10-05 14:13:46 -07:00
devin-donnelly c6142f4943 Merge pull request #1358 from jouve/get_resource
update resources available for kubeclt get
2016-10-05 14:13:09 -07:00
devin-donnelly ee68bec54d Merge pull request #1367 from SimenB/patch-1
Update rolling-updates.md
2016-10-05 14:12:15 -07:00
devin-donnelly 2940905cfc Merge pull request #1372 from jpeeler/secrets-docs
Fix incorrect wording with secrets
2016-10-05 14:11:48 -07:00
Theotime Leveque a1d122f85b Fix kubectl 404 2016-10-05 15:37:47 -04:00
Cyril Jouve ba6747a284 remove scheduledjobs (alpha) 2016-10-05 18:54:58 +02:00
Jeff Peeler bdb7016f41 Fix incorrect wording with secrets
1) The example given in the section "Using Secrets as Environment
Variables" incorrectly stated the secret was using a volume.

2) The commands used to produce secrets in the section "Use-Case: Pods
with prod / test credentials" has been modified such that the literal
used matches the text for what expected files should be on the
filesystem (changed user to username).
2016-10-04 16:37:24 -04:00
Jerzy Szczepkowski 85486f968d Merge branch 'master' into hpa-doc-fix 2016-10-04 11:40:09 +02:00
devin-donnelly 8cf8430ad8 Merge pull request #1366 from caesarxuchao/fix-gc-newline
Fix an formatting issue in the garbage collection doc
2016-10-03 14:55:11 -07:00
devin-donnelly a59bbd093e Merge pull request #1344 from janetkuo/fix-kubectl-404
Fix kubectl 404
2016-10-03 14:46:52 -07:00
Jonathan Boulle 485fb3e788 docs/pods: update reference to pets
Now that PetSets are implemented we can link there.
2016-10-03 20:27:18 +02:00
Jerzy Szczepkowski 835a939da9 Merge branch 'master' into hpa-doc-fix 2016-10-03 12:34:12 +02:00
Simen Bekkhus a163701fc4 Update rolling-updates.md 2016-10-03 10:51:38 +02:00
Chao Xu 5d80dec66e fix newlines 2016-10-02 22:11:04 -07:00
Jared 5db693f5d2 Merge pull request #1349 from webwurst/patch-1
Fix urls
2016-09-30 18:12:03 -07:00
Cyril Jouve b316d1acb3 update resources available for kubeclt get 2016-09-30 17:16:34 +02:00
Jerzy Szczepkowski 95e92ad547 Updated hpa config file to the latest API version.
Updated hpa config file to the latest API version.
2016-09-30 11:06:51 +02:00
Tobias Bradtke 2b2d8dc0bc Fix urls 2016-09-29 12:23:37 +02:00
Michail Kargakis 55017a1f27 Fix note for paused deployments 2016-09-29 12:07:27 +02:00
Ian Lewis 3965d87cec Created new ThirdPartyResource Glossary page.
1. Created a new page for the ThirdPartyResource object.
2. Added a link for the new page to the Glossary menu.
2016-09-29 17:34:39 +09:00
Janet Kuo 28a0bcb969 Run the script to fix kubectl 404 issue 2016-09-28 15:32:14 -07:00
devin-donnelly 9cd34ffcda Merge pull request #1308 from YuPengZTE/devVS
The VS and dot is seprated
2016-09-27 15:34:14 -07:00
Eric Tune ef07e501f0 Document writing portable config with storage 2016-09-27 08:26:49 -07:00
adieu c42b866ad2 Minor style tweaks. 2016-09-27 17:12:02 +08:00
adieu 838352ff6e Change files in dos format to unix format. Removing ^M. 2016-09-27 17:12:02 +08:00
ankurshukla 4634a4b703 added Nuage Network to partner section
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-27 14:28:13 +08:00
David Oppenheimer 034f9a808d Update user-guide/node-selection/index.md to include pod affinity/anti-affinity
and addd an example. Also clean up user-guide/node-selection/index.md a bit.
2016-09-26 15:46:51 -07:00
devin-donnelly a581b8087e Merge pull request #1011 from aidevops/master
updated access to cluster/api w/o proxy post kube v1.3.2
2016-09-26 13:30:02 -07:00
devin-donnelly d0e15b0f38 Merge pull request #1247 from samos123/update-demo-fixes
Fix update documentation reference to doc location
2016-09-26 13:23:58 -07:00
devin-donnelly 6bad1e3ce2 Merge pull request #1282 from YuPengZTE/dev
The etc and dot is seprated
2016-09-26 13:17:53 -07:00
devin-donnelly e53615460d Merge pull request #1283 from YuPengZTE/devFirst
Capitalizes the first letter
2016-09-26 13:16:46 -07:00
devin-donnelly 53f0dbbe8a Merge pull request #1259 from chmouel/patch-1
minor spelling update
2016-09-26 13:16:05 -07:00
Devin Donnelly fae6e5b331 Added Federation docs to TOC (in reference for now; this is not where they should permanently go).
This should fix the issue where TOCs and Titles do not appear for Federation docs.
2016-09-26 11:37:58 -07:00
Devin Donnelly 8ea18355d1 Added title. 2016-09-26 11:27:32 -07:00
Devin Donnelly 16a304f77a Added title. 2016-09-26 11:18:13 -07:00
Devin Donnelly d30443d659 Added title. 2016-09-26 11:18:00 -07:00
Devin Donnelly 349f3bc8a5 Added title. 2016-09-26 11:17:45 -07:00
Devin Donnelly 7e53161eec Added a link to Federated Ingress to the list of guides. 2016-09-26 11:17:19 -07:00
Devin Donnelly 83842f10ec Added title. 2016-09-26 11:16:59 -07:00
devin-donnelly 37e296de63 Merge pull request #1267 from quinton-hoole/2016-09-19-federated-ingress-user-guide
Federated Ingress User Guide
2016-09-26 10:34:25 -07:00
devin-donnelly ba97178584 Merge pull request #1235 from keglevich3/patch-3
This feature wasn't ready in 1.3V
2016-09-26 10:34:06 -07:00
Quinton Hoole b28c58a93c Federated Ingress User Guide 2016-09-25 21:24:36 -07:00
devin-donnelly b6809130aa Merge pull request #1226 from wongma7/gluster
Update gluster provisioner parameters
2016-09-25 20:37:42 -07:00
devin-donnelly a6c58ae5eb Merge pull request #1290 from nikhiljindal/replicaSetDoc
federation: Adding user guides for federation replicasets and secrets
2016-09-23 18:16:28 -07:00
nikhiljindal d376fc98ad Adding user guides for federation replicasets and namespaces 2016-09-23 17:54:01 -07:00
Devin Donnelly f4457ae677 Merge remote-tracking branch 'origin' into release-1.4 2016-09-23 16:57:30 -07:00
bprashanth 1675176726 Clarify petset docs 2016-09-22 17:35:12 -07:00
devin-donnelly b7be044e29 Merge pull request #1280 from rata/release-1.4
Fix secret file mode bits example on JSON
2016-09-22 11:15:50 -07:00
nikhiljindal 8be6fc2e1e Deleting empty file 2016-09-22 11:04:06 -07:00
Eric Paris 273ac45bb4 Update networkpolicies.md 2016-09-22 13:18:18 -04:00
Eric Paris a27740b33a Update networkpolicies.md 2016-09-22 13:11:18 -04:00
Eric Paris c31b8d608b Update networkpolicies.md 2016-09-22 12:55:09 -04:00
Eric Paris 3c7d5fc9c6 Update networkpolicies.md 2016-09-22 12:52:39 -04:00
Eric Paris 5a7e1165bb 'namespaceSelector' in the NetworkPolicy example 2016-09-22 11:47:29 -04:00
Matthew Wong 93afc4cb00 Add protocol to resturl format 2016-09-22 11:22:02 -04:00