Commit Graph

1921 Commits

Author SHA1 Message Date
Keith Wansbrough 8b4e7e8bc6 Instructions for Windows download of kubectl.
The binary name is kubectl.exe in this case, not kubectl, which is not immediately obvious.
2016-10-18 15:22:13 +01: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
Clemens Tolboom 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
Fede Diaz 827ae558ec Update centos_manual_config.md
Request change done. 
Fixed errata in flannel network.
2016-10-18 08:13:10 +02:00
Feynman Liang 8cab01acfa Merge branch 'master' into patch-1 2016-10-17 20:02:35 -07: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 7598df1a94 Merge pull request #1425 from bobbytables/patch-1
Fix code fencing for DNS validation example
2016-10-17 16:37:34 -07:00
devin-donnelly 5b8ac5f7a9 Merge pull request #1433 from copejon/add-gcloud-api-authorization
Added optional prereq to authorize API calls
2016-10-17 16:36:57 -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
Feynman Liang 1480754235 Correct typo in authorization header 2016-10-17 15:58:45 -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 20028937ab Merge pull request #1454 from pabloguerrero/patch-3
Update index.md
2016-10-17 14:53:13 -07:00
Chris Jones 047974c924 Added more prequisites. 2016-10-17 15:13:44 -06:00
devin-donnelly 3e19972130 Merge pull request #1472 from MikeSpreitzer/var-flannel-backend
Documented FLANNEL_BACKEND and ADMISSION_CONTROL in cluster/ubuntu doc
2016-10-17 11:52:25 -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 389cc0d50e Merge pull request #1485 from victorgama/patch-1
Fix small typo
2016-10-17 11:48:32 -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
Victor Gama 248bcb9799 Merge branch 'master' into patch-1 2016-10-16 19:39:10 -02:00
Victor Gama d76084a4b6 Fix small typo
This removes an extra "is a" from the documentation text
2016-10-16 15:40:28 -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
Denis Kolodin 945878d072 Separate docker's args 2016-10-16 12:23:27 +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
Steve Perry fc10dd34b2 External address (#1432)
* Write new tutorial: Exposing an External IP Address.

* Update prerequisites.
2016-10-15 15:04:23 -07:00
steveperry-53 81cb7792c1 Merge branch 'master' of https://github.com/steveperry-53/steveperry-53.github.io
Conflicts:
	README.md
	_config.yml
2016-10-15 13:31:14 -07:00
steveperry-53 93d5887c4b Write new material about how to contribute to the Kubernetes docs. 2016-10-15 13:17:23 -07:00
Mike Spreitzer bf18da533d Documented FLANNEL_BACKEND and ADMISSION_CONTROL in cluster/ubuntu doc 2016-10-15 00:43:19 -04:00
anbern 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
seperry53test 5d60ea4488 Update page-templates.md (#1465) 2016-10-14 11:38:58 -07:00
bobsky 0ce841df60 Update federated-ingress.md
minor correction, feature is in alpha not beta.
2016-10-13 13:23:31 -07:00
Jonathan Cope 8f6ef58a49 Merge branch 'master' into add-gcloud-api-authorization 2016-10-13 11:38:57 -05:00
Jon Cope 81634ad38d Added optional prereq to authorize API calls 2016-10-13 10:16:17 -05:00
Pablo Guerrero 8f41a65a40 Update index.md 2016-10-13 14:43:48 +02:00
Pablo Guerrero ce10237f3c Merge branch 'master' into patch-2 2016-10-13 11:27:02 +02:00
Misty De Meo d054714d27 Basics: fix minor typo 2016-10-12 16:17:53 -07:00
devin-donnelly 67df9a1784 Merge pull request #1438 from steelbrain/patch-1
Fix broken JSON format
2016-10-12 15:30:23 -07:00
devin-donnelly d83a3140aa Merge pull request #1442 from talklittle/fix-tutorial-basics-links
Tutorial: Fix broken links on Basics Overview page
2016-10-12 15:29:45 -07:00
Andrew Shu 3c94a1880e Tutorial: Fix broken links on Basics Overview page 2016-10-12 09:17:17 -07:00
Ilya Dmitrichenko 4d5d29567d Cosmetic tweaks to main kubeadm doc
- clean-up the reset script
- remove details tag
2016-10-12 17:04:13 +01:00
Clemens Tolboom 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
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