Matt Fischer
bdebd9895f
nginx service/deployment needs to be cleanedup
...
If you plan on recreating the nginx service & deployment you need to remove both or kubernetes will refuse to rebuild them. Otherwise you get this error:
root@compute3:~# kubectl run nginx --image=nginx --port=80
Error from server: deployments.extensions "nginx" already exists
Additionally this commit fixes the numbering in the deleted section. The numbered list restarts at 1 due to the indented code, so a simple work around is to escape the period in the numbered list.
2016-06-18 10:29:10 -06:00
John Mulhausen
5c705cb021
New template instructions
2016-06-17 15:34:20 -07:00
johndmulhausen
1cd9b83b54
Merge pull request #659 from leecalcote/patch-1
...
Updated CNI spec reference
2016-06-17 13:19:05 -07:00
johndmulhausen
327aae6b65
Merge pull request #655 from justinsb/hpa_docs
...
HPA: cleanup some nits, based on a readthrough of the docs
2016-06-15 14:02:29 -07:00
johndmulhausen
a6a4157994
Merge pull request #670 from davidxia/patch-1
...
Fix typo in connecting-applications.md
2016-06-15 14:01:51 -07:00
David Xia
d7f1884266
Fix typo in connecting-applications.md
2016-06-15 16:03:29 -04:00
Brian Grant
8cbba87e8e
Merge pull request #521 from andreykurilin/kubectl_drain
...
Add diagram for `kubectl drain` command
2016-06-15 00:30:19 -07:00
johndmulhausen
9d86067f1e
Merge pull request #658 from eyalev/patch-3
...
Remove redundant 'the'
2016-06-14 02:34:51 -07:00
johndmulhausen
6b7043181c
Merge pull request #648 from kubernetes/jlowdermilk-patch-1
...
Fix typo in multiple-zones.md
2016-06-14 02:34:15 -07:00
Lee Calcote
fe21dfa5b3
Updated CNI spec reference
...
CNI spec has moved from appc organization in github to containernetworking organization.
2016-06-13 08:33:31 -05:00
Eyal Levin
f8b3c2be01
Remove redundant 'the'
2016-06-13 14:04:30 +03:00
Justin Santa Barbara
43705be9fb
HPA: cleanup some nits, based on a readthrough of the docs
2016-06-12 14:57:22 -04:00
Jeff Lowdermilk
72e24e2c37
Fix typo in multiple-zones.md
...
MULTIZONE=1 should be MULTIZONE=true
2016-06-09 15:08:48 -07:00
johndmulhausen
73df8c3959
Merge pull request #644 from a-robinson/kubenet
...
Add table of contents and fix formatting of network plugins page
2016-06-09 12:59:11 -07:00
johndmulhausen
9e68ca2f52
Merge pull request #635 from eyalev/patch-1
...
Fix ENVVAR syntax link
2016-06-09 12:57:48 -07:00
johndmulhausen
71637ae006
Merge pull request #640 from euank/fix-broken-version-links
...
Update github tree links to use a valid version
2016-06-09 12:57:12 -07:00
johndmulhausen
09f852160f
Merge pull request #642 from rickypai/patch-1
...
Fix self-referencing link in Horizontal Pod Autoscaling doc
2016-06-09 12:56:45 -07:00
Ricky Pai
05ce7e27dd
Fix self-referencing link in Horizontal Pod Autoscaling doc
...
The link was self-referencing. Linking the walkthrough that has actual example.
2016-06-08 17:04:10 -07:00
Euan Kemp
ccac6c8ae2
Update github tree links to use a valid version
...
The `page.version` variable is set to a value like "1.x", while github
releases always have a version with 3 parts (like "1.x.y"). Using
`page.version` by itself in a kubernetes tree link does not work and
each of the changed links below 404s right now.
In the future, it might make sense to instead have a version variable
that includes the patch number as well.
2016-06-08 13:53:49 -07:00
Alex Robinson
2274e3616e
Add table of contents and fix formatting of network plugins page
2016-06-08 09:08:54 -07:00
Eyal Levin
5b256c4a41
Fix ENVVAR syntax link
2016-06-08 16:47:17 +03:00
johndmulhausen
d049bc38a4
Merge pull request #585 from paweloczadly/patch-1
...
Typo in /admin/namespaces
2016-06-06 16:33:58 -07:00
Daniel Smith
d6177115b1
Merge pull request #587 from resouer/patch-1
...
Need export KUBERNETES_PROVIDER=local
2016-06-03 13:31:25 -07:00
Brian Grant
366fafc102
Merge pull request #606 from ankurshukla/master
...
Typo fix on community page
2016-06-03 12:28:48 -07:00
Brian Grant
6d10a32d31
Merge pull request #608 from bgrant0607/master
...
Improve homepage
2016-06-03 12:23:38 -07:00
Brian Grant
918fd91393
Improve homepage
2016-06-03 19:21:55 +00:00
ankurshukla
ed5919884a
Typo fix on community page
2016-06-03 10:01:22 -07:00
johndmulhausen
37569d102f
Merge pull request #455 from idvoretskyi/patch-7
...
Deleted cluster server pointer
2016-06-02 17:44:21 -07:00
johndmulhausen
4538e6beba
Merge pull request #601 from ankurshukla/master
...
Adding partner section to community page
2016-06-02 17:14:40 -07:00
johndmulhausen
2368e175c2
Merge pull request #593 from dlorenc/master
...
Add a warning about Docker For Mac.
2016-06-02 17:13:39 -07:00
johndmulhausen
1caf2144e0
Merge pull request #602 from atomantic/atomantic-patch-1
...
"rather then" -> "rather than"
2016-06-02 17:12:59 -07:00
Adam Eivy
774832039c
"rather then" -> "rather than"
2016-06-02 15:37:21 -07:00
ankurshukla
155c261549
Adding partner section to community page
2016-06-02 10:57:13 -07:00
Brian Grant
cc321486bd
Merge pull request #406 from dagnello/vshpere-volume
...
Adding vShpere volume section to Volumes doc
2016-06-01 15:29:14 -07:00
dlorenc
03c388d6da
Add a warning about Docker For Mac.
2016-06-01 15:05:20 -07:00
johndmulhausen
4d7f12f0f4
Merge pull request #559 from JamesDeFabia/master
...
Add Support Level heading and table to guides
2016-05-31 16:45:49 -07:00
johndmulhausen
55131eb734
Merge pull request #511 from scheeles/patch-1
...
Fix kubectl command
2016-05-31 16:32:59 -07:00
johndmulhausen
3126556747
Merge pull request #488 from mahata/patch-2
...
Fix typo
2016-05-31 16:32:24 -07:00
johndmulhausen
588e30e6af
Merge pull request #492 from joonathan/patch-1
...
Use `echo -n` for less ambiguous base64 secret example
2016-05-31 16:32:03 -07:00
johndmulhausen
ee0018529a
Merge pull request #553 from schmalliso/whatis-flow
...
rephrasing for more logical reading flow
2016-05-31 13:20:53 -07:00
johndmulhausen
2c28208e5b
Merge pull request #535 from gnomeontherun/vagrant-missing
...
Adds the missing vagrant guide form kubernetes repo
2016-05-31 13:12:35 -07:00
johndmulhausen
c7ede1f0dd
Merge pull request #532 from stp-ip/patch-1
...
Consistent use of quoting
2016-05-31 13:12:09 -07:00
johndmulhausen
c17572ed75
Merge pull request #583 from mirthy/fix_windows_kubectl_url
...
Fix the link to Windows kubectl binaries
2016-05-31 13:09:49 -07:00
harryz
ca8c46d75b
Need export KUBERNETES_PROVIDER=local
...
Fix #26453
Need to export KUBERNETES_PROVIDER=local before using cluster/kubectl.sh
2016-05-31 14:36:27 +08:00
Paweł Oczadły
081c9f969e
Typo in /admin/namespaces
2016-05-29 13:53:21 +02:00
Jeff Kwan
30b4028219
Fix the link to Windows kubectl binaries
2016-05-28 08:29:02 -04:00
John Mulhausen
5f17dcd4d1
Added Landing Page
2016-05-27 19:28:42 -07:00
John Mulhausen
b8f93f63b0
Template demo
2016-05-27 17:35:16 -07:00
johndmulhausen
8345e86658
Update guides.yml
2016-05-26 17:53:47 -07:00
johndmulhausen
783a627b2d
Merge pull request #540 from m8ryx/master
...
Update kubectl_get.md for escape issue 81
2016-05-26 17:51:07 -07:00