Commit Graph

797 Commits

Author SHA1 Message Date
Alex Robinson
933c855fba Merge pull request #12354 from mjibson/replace-cascade-fix
Fix flag docs for replace cascade
2015-08-10 11:06:41 -07:00
Alex Robinson
462fed62b7 Merge pull request #12189 from feihujiang/describeKindNoArguments
kubectl describe <kind> work with no arguments
2015-08-10 11:05:34 -07:00
Brendan Burns
79fb674679 Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
Brendan Burns
68bc931c65 Update the documentation to show that you can get an external IP from kubectl and LoadBalancer services 2015-08-10 09:39:06 -07:00
gmarek
acf788b6a6 small changes to Services doc 2015-08-10 18:37:49 +02:00
Matt Jibson
2c0f32e9b8 Fix flag docs for replace cascade 2015-08-10 12:03:43 -04:00
Marek Grabowski
9ddcfb7d54 Merge pull request #12421 from jlowdermilk/replace-help-text
Clarify help text of kubectl replace
2015-08-10 16:34:17 +02:00
Marek Grabowski
5f9cefc1d8 Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Eric Paris
9de64328a5 Bash completion annotations for rollingupdates 2015-08-10 10:26:18 -04:00
Marek Grabowski
a0371b3985 Merge pull request #11919 from samsabed/descLaststatus
kubectl describe pod should print lastState
2015-08-10 14:56:44 +02:00
Marek Grabowski
e27787c9d3 Merge pull request #12292 from brendandburns/stdin3
Add support for `--restart`
2015-08-10 14:54:54 +02:00
feihujiang
73b694e6c1 kubectl describe <kind> work with no arguments
Add describe_resource_assert to test describe <kind> with no object arg
2015-08-10 14:08:38 +08:00
Jeff Lowdermilk
1956484816 Clarify help text of kubectl replace
Help the next poor soul avoid the confusion I had when
```
$ kubectl create -f pod.yaml
$ kubectl replace -f pod.yaml
```
doesn't work.
2015-08-09 12:30:03 -07:00
Ed Costello
35a5eda585 Copy edits for typos 2015-08-09 14:18:06 -04:00
Veres Lajos
9f77e49109 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
Satnam Singh
b071857c0f Merge pull request #10816 from feihujiang/kubectlDescribeAcceptFileNameParam
Kubectl describe command accepts a filename param
2015-08-07 15:23:57 -07:00
Brendan Burns
e42d6aa255 Add --restart support to kubectl run 2015-08-07 13:20:09 -07:00
Jerzy Szczepkowski
372508cfbb Merge pull request #12117 from davidwalter0/wip
change underscores to dashes to match the command line argument
2015-08-07 12:58:30 +02:00
feihujiang
90f4c79bb9 kubectl port-forward accept a pod without -p 2015-08-07 17:21:59 +08:00
feihjiang
2ca200f087 Kubectl describe command accepts a filename param 2015-08-07 16:28:51 +08:00
Brendan Burns
9ac50b4980 Add interactive run that combines run and attach. 2015-08-06 20:20:14 -07:00
David Walter
792fc2269b change underscores to dashes to match the command line argument 2015-08-06 22:13:44 -05:00
Sam Abed
e7dcec075a show LastTerminationState in kubectl describe pod
Signed-off-by: Sam Abed <samsabed@gmail.com>
2015-08-07 11:45:20 +10:00
Eric Paris
76896bf244 Regen docs with new pflags
This basically just shows in the docs that the =false portion of
booleans are optional.
2015-08-06 19:16:13 -04:00
Dawn Chen
5175bb0b91 Merge pull request #10608 from stefwalter/proxy-unix-socket
kubectl: Add proxy --unix-socket=/file/path option
2015-08-06 10:47:19 -07:00
Wojciech Tyczynski
4244a7cb2f Merge pull request #12296 from erictune/troubleshooting
Troubleshooting for misplaced/misspelled fields
2015-08-06 15:20:46 +02:00
Wojciech Tyczynski
e366f2c597 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Stef Walter
f6da3fdbe1 kubectl: Add proxy --unix-socket=/file/path option
Proxies on a TCP port are accessible outside the current security
context (eg: uid). Add support for having the proxy listen on a
unix socket, which has permissions applied to it.

We make sure the socket starts its life only accessible by the
current user using Umask.

This is useful for applications like Cockpit and other tools which
want the help of kubectl to handle authentication, configuration and
transport security, but also want to not make that accessible to
all users on a multi-user system.
2015-08-06 11:56:47 +02:00
Wojciech Tyczynski
871ca7a05f Merge pull request #12320 from mikedanese/rewrite-pr-issue-links
rewrite all links to issues and PRs to k8s links
2015-08-06 09:55:44 +02:00
Wojciech Tyczynski
cb49b195a6 Merge pull request #12270 from jacobtomlinson/docs-persistent-volumes
Improved docs readability
2015-08-06 08:33:09 +02:00
Wojciech Tyczynski
0a8073b30b Merge pull request #12267 from TheMeier/patch-1
typo in rbd doc
2015-08-06 08:32:16 +02:00
Mike Danese
fe6b15ba2f rewrite all links to issues to k8s links 2015-08-05 21:11:11 -07:00
Eric Tune
1ce1c54b21 troubleshooting for misplaced/misspelled fields 2015-08-05 11:09:32 -07:00
derekwaynecarr
577f2fa0a5 LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Jacob Tomlinson
91bd7f5d6c Improved readability 2015-08-05 13:50:49 +01:00
Christoph Maser
c0802dbd43 typo in rbd doc
mixed up readers and writers
2015-08-05 13:51:07 +02:00
hurf
33fb6170f9 Use TYPE instead of RESOURCE in help string
For commands in kubectl, use TYPE in help string.
2015-08-05 16:34:48 +08:00
Alex Mohr
0e8020f9bb Merge pull request #11779 from JanetKuo/add-kubectl-annotation
Auto commit by PR queue bot
2015-08-04 18:28:12 -07:00
Chao Xu
17cd3cf392 direct people to api-reference/definitions.html to find out if a field is mutable through kubectl replace/patch 2015-08-03 18:18:00 -07:00
Alex Mohr
7ac6c50b9d Merge pull request #12094 from brendandburns/kubectl
Auto commit by PR queue bot
2015-08-03 17:09:06 -07:00
Janet Kuo
7e63213478 Implement kubectl annotation update command. Refactor kubectl annotate to decouple command framework from business logic. 2015-08-03 14:35:56 -07:00
feihujiang
fa68de4fcf Correct kubectl delete's wrong synopsis 2015-08-03 13:58:23 +08:00
Mike Danese
cf4cb1a6a3 Merge pull request #10474 from kargakis/scale-multiple-controllers
Enable scaling multiple controllers
2015-07-31 14:51:43 -07:00
Mike Danese
f3c4b7f7ac Merge pull request #12016 from hurf/shortcut
Better help message for get and describe
2015-07-31 13:53:02 -07:00
Mike Danese
a23ee556ad Merge pull request #11999 from brendandburns/attach2
Add support for attach to kubectl
2015-07-31 12:51:08 -07:00
Mike Danese
feb0152595 Merge pull request #12056 from pmorie/container-env-dapi
Add link to downward API docs to container env docs
2015-07-31 12:16:04 -07:00
Brendan Burns
c9bc1456ff Add session affinity flags to kubectl expose 2015-07-31 10:34:52 -07:00
Paul Morie
f475b933b0 Add link to downward API docs to container env docs 2015-07-31 12:52:12 -04:00
kargakis
0e796ca09a Enable scaling multiple controllers 2015-07-31 10:24:59 +02:00
hurf
029ed15be5 Better help message for get and describe
Add tips for shortcut ns and ep.
2015-07-31 15:15:51 +08:00
Paul Morie
429e9bda5e Add information about protections/risks to secrets user guide 2015-07-30 21:33:00 -04:00
Eric Paris
024208e39f Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Eric Paris
8886a9940d Rewrite how the munger works
The basic idea is that in the main mungedocs we run the entirefile and
create an annotated set of lines about that file. All mungers then act
on a struct mungeLines instead of on a bytes array. Making use of the
metadata where appropriete. Helper functions exist to make updating a
'macro block' extremely easy.
2015-07-30 20:41:30 -04:00
Eric Paris
4cbca2e63c Make munger begin/end less generic
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
2015-07-30 20:41:30 -04:00
Brendan Burns
97cb1cd071 Add support for attach to kubectl 2015-07-30 12:56:18 -07:00
Mike Danese
82227c4fbd Merge pull request #11973 from hurf/deprecate_stop
Deprecate kubectl stop command
2015-07-29 15:47:59 -07:00
Mike Danese
e907c276fb Merge pull request #11630 from mgannholm/master
remove dup install and config sections; add chmod
2015-07-29 11:23:26 -07:00
Mike Danese
025d3568bc Merge pull request #11970 from ZJU-SEL/deprecate-outdated-param
deprecate outdated param for deploying k8s on ubuntu
2015-07-29 10:30:20 -07:00
Mike Danese
45b3ba17e3 Merge pull request #11969 from moander/patch-1
typo
2015-07-29 09:50:35 -07:00
Mike Danese
60ac834563 Merge pull request #10652 from JanetKuo/kubectl-o-name
Add '-o name' to mutations
2015-07-29 09:46:10 -07:00
hurf
35cac3c4e7 Deprecate kubectl stop command
Added deprecation warning for stop.
2015-07-29 17:19:18 +08:00
He Simei
a67be8e8ab deprecate outdated param 2015-07-29 13:57:14 +08:00
Morten Andersen
e8017d3a90 Missing argument to get documented result 2015-07-29 07:50:05 +02:00
Morten Andersen
9a010a71c8 typo 2015-07-29 07:42:55 +02:00
Tim Hockin
c2e8fa843a capitalization 2015-07-27 16:01:26 -07:00
Janet Kuo
180798cfa4 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Daniel Smith
2bd53119b1 Merge pull request #10524 from bprashanth/delete_overlapping_error
Add clarity around overlapping controllers
2015-07-27 14:31:49 -07:00
Janet Kuo
0e42d0699a Add '-o name' to mutations 2015-07-27 14:06:53 -07:00
Jeff Lowdermilk
f71a662dc6 Make kubectl proxy support picking a random port 2015-07-27 09:56:33 -07:00
Daniel Dreier
8130a4c390 Fix typo in service account documentation
Extra "c" in "serviceaccounts" made example not work when copy-pasting.
2015-07-25 12:32:00 -07:00
Prashanth Balasubramanian
f4fe40e2d1 Delete overlapping controllers, add clarity to docs 2015-07-24 12:13:26 -07:00
Mike Danese
15fcb84e0d Merge pull request #10743 from hurf/get_help_fix
Fix hits in help strings of kubectl get command
2015-07-24 11:09:48 -07:00
Jordan Liggitt
85fd52126d Default --ignore-not-found to true for delete --all 2015-07-23 18:08:15 -07:00
Vish Kannan
bfd7477b5b Merge pull request #11648 from jumpkick/patch-1
Update volumes.md
2015-07-22 14:06:32 -07:00
jumpkick
362835c641 Update volumes.md 2015-07-21 00:45:49 -04:00
Tim St. Clair
0c28499038 Detailed walkthrough docs cleanup
- Consistent capitalization of IP
- Remove file name from some docs links
- Fix comma usage and typos
2015-07-20 18:11:32 -07:00
krousey
fbc85e9838 Merge pull request #11627 from davidopp/doc2
Add a known issues doc.
2015-07-20 17:34:46 -07:00
David Oppenheimer
ab3d63c95f Add a known issues doc. 2015-07-20 17:28:20 -07:00
Martin Gannholm
2e7e2984a9 remove dup install and config sections; add chmod 2015-07-20 16:55:36 -07:00
Tim St. Clair
ca32e651bd Cleanup docs.
- Fix typo in services-firewalls
- Fix incorrect comma usage
- s/minion/node/
- Link deadlock to wikipedia article
- Fix livenessProbe capitalization
- Change API reference quoting from " to \`
2015-07-20 16:25:37 -07:00
krousey
5161d22322 Merge pull request #11595 from erictune/foo
Split namespace docs user vs admin.
2015-07-20 15:11:03 -07:00
Eric Tune
6fa6beaccc Split namespace docs user vs admin.
Move namespace.md and examples dir from docs/user-guide
to docs/admin.

Assumption is that creating and deleting namespaces is an "admin"
task.

Add a mostly new user-guide to namespaces that gives more advice
on when to use namespaces, and how to work within them,
but not how to create/delete them.  It is more succinct than
before.
2015-07-20 15:01:44 -07:00
krousey
a6fdc50265 Merge pull request #11611 from erictune/fixhdr
Remove equals from heading which breaks our links.
2015-07-20 14:58:03 -07:00
Eric Tune
844c823f01 Remove equals from heading which breaks our links. 2015-07-20 14:44:10 -07:00
Alex Robinson
acd1bed70e Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
krousey
9721efed91 Merge pull request #11569 from nikhiljindal/eric
Linking to API object definitions from docs
2015-07-20 12:30:47 -07:00
krousey
960c6a2d8b Merge pull request #11583 from thockin/docs-tick-tick-tick
Collected markedown fixes around syntax.
2015-07-20 12:01:04 -07:00
nikhiljindal
021138bd83 Linking to API object definitions from docs 2015-07-20 11:11:13 -07:00
David Oppenheimer
2d88675f22 Merge pull request #10827 from gmarek/doc
Update cluster management doc.
2015-07-20 10:49:47 -07:00
gmarek
de07cbda3a Update cluster management doc. 2015-07-20 19:47:09 +02:00
Tim Hockin
995a7aef29 Collected markedown fixes around syntax. 2015-07-20 09:51:22 -07:00
Brian Grant
5450afdabc Merge pull request #11568 from davidopp/doc2
Absolutize links that leave the docs/ tree to go anywhere other than
2015-07-20 07:34:00 -07:00
David Oppenheimer
50e95a031b Absolutize links that leave the docs/ tree to go anywhere other than
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Tim Hockin
1098ad83a1 Fix console syntax for highligting 2015-07-19 20:56:30 -07:00
Alex Robinson
68d6e3a8ae Replace `` with when emphasizing something inline in docs/ 2015-07-19 09:05:17 +00:00
Brian Grant
91923b51c8 Merge pull request #11546 from a-robinson/toc
Fix broken table of contents sections
2015-07-18 22:29:02 -07:00
Alex Robinson
6e792f75f5 Fix broken table of contents sections. 2015-07-18 22:18:55 -07:00
Alex Robinson
38c6a23eb2 Improve markdown highlighting in downward API user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
fefb582447 Improve markdown highlighting in limit range user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
02cdce3d7d Add markdown highlighting to liveness user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
0435f1c333 Improve markdown highlighting in namespaces user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
14aa9d8c77 Improve console output in persistent volumes user guide. 2015-07-19 03:54:25 +00:00
Alex Robinson
191e303ee0 Improve console output in resource quota doc. 2015-07-19 03:54:21 +00:00
Alex Robinson
e7042a403b Improve console output in secrets doc. 2015-07-19 03:54:21 +00:00
Alex Robinson
0647292558 Improve console output in update demo. 2015-07-19 03:54:17 +00:00
Alex Robinson
9b474c1afe Improve console output in k8s201 walkthrough. 2015-07-18 18:31:22 -07:00
Brian Grant
d95ca69400 Merge pull request #11540 from satnam6502/doc35
Improve console output of working-with-resources.md
2015-07-18 18:19:34 -07:00
Brian Grant
777a5047a0 Merge pull request #11539 from satnam6502/doc34
Improve console output in sharing-clusters.md doc
2015-07-18 18:19:18 -07:00
Brian Grant
04d87218e5 Merge pull request #11538 from satnam6502/doc33
Fix console output of services documents
2015-07-18 18:17:30 -07:00
Brian Grant
b66e148ad1 Merge pull request #11537 from satnam6502/doc32
Improve console outout formatting in service-accounts.md
2015-07-18 18:15:33 -07:00
Satnam Singh
6a43e7c4c2 Improve console output of working-with-resources.md 2015-07-19 01:55:04 +01:00
Satnam Singh
fddcc30683 Improve console output in sharing-clusters.md doc 2015-07-19 01:50:12 +01:00
Satnam Singh
a94dc54579 Fix console output of services documents 2015-07-19 01:38:40 +01:00
Satnam Singh
c45000f62f Improve console outout formatting in service-accounts.md 2015-07-19 01:34:49 +01:00
Brian Grant
4013a3c0bc Merge pull request #11536 from satnam6502/doc31
Improve console output in secrets.md
2015-07-18 17:32:01 -07:00
Brian Grant
cd36a0a019 Merge pull request #11535 from satnam6502/doc30
Fix console output in quick-start.md
2015-07-18 17:31:33 -07:00
Brian Grant
513fd6cef0 Merge pull request #11534 from satnam6502/doc29
Fix console output in production-pods.md
2015-07-18 17:31:09 -07:00
Satnam Singh
721a9092da Improve console output in secrets.md 2015-07-19 01:23:08 +01:00
Satnam Singh
04d29036c0 Fix console output in quick-start.md 2015-07-19 01:18:40 +01:00
Brian Grant
99d2ea4acc Merge pull request #11533 from satnam6502/doc28
Fix console output for prereqs.md doc
2015-07-18 17:15:05 -07:00
Satnam Singh
38b2e11634 Fix console output in production-pods.md 2015-07-19 01:15:02 +01:00
Brian Grant
a9d67d8c18 Merge pull request #11532 from satnam6502/doc27
Add YAML formatting to persisent volumes doc
2015-07-18 17:13:53 -07:00
Brian Grant
f2425f34fb Merge pull request #11531 from satnam6502/doc26
Fix console output formatting for namespaces doc
2015-07-18 17:13:04 -07:00
Satnam Singh
407641dec5 Fix console output for prereqs.md doc 2015-07-19 01:10:34 +01:00
Satnam Singh
764b5dfde0 Add YAML formatting to persisent volumes doc 2015-07-19 01:05:32 +01:00
Satnam Singh
8d9a257188 Fix console output formatting for namespaces doc 2015-07-19 01:01:37 +01:00
Brian Grant
131970aa7c Merge pull request #11530 from satnam6502/doc25
Fix console formatting of managing deployments doc
2015-07-18 16:59:38 -07:00
Brian Grant
9ca884e7d9 Merge pull request #11529 from satnam6502/doc24
Fix console outout of logging doc
2015-07-18 16:59:10 -07:00
Brian Grant
81065b24e4 Merge pull request #11528 from satnam6502/doc23
Add JSON type to code block for labels documentation
2015-07-18 16:57:56 -07:00
Brian Grant
08d085a321 Merge pull request #11527 from satnam6502/doc22
Fix formatting for kubeconfig file documentation
2015-07-18 16:57:31 -07:00
Brian Grant
9a231c1f9b Merge pull request #11526 from satnam6502/doc21
Fix console formatting in introspection and debugging doc
2015-07-18 16:57:06 -07:00
Brian Grant
7de4030dca Merge pull request #11512 from satnam6502/doc7
Fix console output formatting for simple YAML user guide
2015-07-18 16:56:42 -07:00
Brian Grant
45ab59bdb8 Merge pull request #11525 from satnam6502/doc20
Fix console output formatting for images doc
2015-07-18 16:56:10 -07:00
Satnam Singh
d1fd54a439 Fix console formatting of managing deployments doc 2015-07-19 00:56:02 +01:00
Satnam Singh
c942933fe9 Fix console outout of logging doc 2015-07-19 00:48:49 +01:00
Brian Grant
1d2af3df7c Merge pull request #11524 from satnam6502/doc19
Fix output formatting for Getting Into Containers doc
2015-07-18 16:46:33 -07:00
Brian Grant
6c7007b84a Merge pull request #11523 from satnam6502/doc18
Fix formatting for docker-cli-to-kubectl doc
2015-07-18 16:46:00 -07:00
Brian Grant
44b1825c6c Merge pull request #11522 from satnam6502/doc17
Fix console output for deploying applications
2015-07-18 16:45:15 -07:00
Brian Grant
f22b7dd8f2 Merge pull request #11521 from satnam6502/doc16
Fix formatting for debugging services docs
2015-07-18 16:44:38 -07:00
Brian Grant
9a268d7c4c Merge pull request #11520 from satnam6502/doc15
Fix console output formatting for connecting to apps via proxy doc
2015-07-18 16:43:46 -07:00
Brian Grant
3a6e60be40 Merge pull request #11519 from satnam6502/doc14
Fix doc formatting in connecting to app port forwarding
2015-07-18 16:43:14 -07:00
Brian Grant
eb0803d009 Merge pull request #11518 from satnam6502/doc13
Fix console output formatting in conneting applications documentation
2015-07-18 16:42:40 -07:00
Brian Grant
655abe2815 Merge pull request #11517 from satnam6502/doc12
Fix console output formatting for configuring containers doc
2015-07-18 16:42:09 -07:00
Satnam Singh
af169709ef Fix console output formatting for simple YAML user guide 2015-07-19 00:41:48 +01:00
Brian Grant
cd02b55834 Merge pull request #11516 from satnam6502/doc11
Fix console output formatting in application troubleshooting doc
2015-07-18 16:41:34 -07:00
Brian Grant
cc8cf0315e Merge pull request #11515 from satnam6502/doc10
Fix JSON code block formatting for annotations doc
2015-07-18 16:41:01 -07:00
Brian Grant
01ad02eef0 Merge pull request #11514 from satnam6502/doc9
Fix namespace change and console output for accessing the cluster docs
2015-07-18 16:40:30 -07:00
Satnam Singh
8deb06f8d3 Add JSON type to code block for labels documentation 2015-07-19 00:38:30 +01:00
Satnam Singh
c4c4e173a5 Fix formatting for kubeconfig file documentation 2015-07-19 00:29:49 +01:00
Satnam Singh
cc46d02f62 Fix console formatting in introspection and debugging doc 2015-07-19 00:24:29 +01:00
Satnam Singh
f1966a8718 Fix console output formatting for images doc 2015-07-19 00:18:12 +01:00
Satnam Singh
ece25d03a7 Fix output formatting for Getting Into Containers doc 2015-07-19 00:13:42 +01:00
Satnam Singh
6dff2763a1 Fix formatting for docker-cli-to-kubectl doc 2015-07-19 00:07:35 +01:00
Satnam Singh
f697169347 Fix console output for deploying applications 2015-07-19 00:01:31 +01:00
Satnam Singh
0bb18273a5 Fix formatting for debugging services docs 2015-07-18 23:57:37 +01:00
Satnam Singh
591def1406 Fix console output formatting for connecting to apps via proxy doc 2015-07-18 23:52:41 +01:00
Satnam Singh
ab287dd8bb Fix doc formatting in connecting to app port forwarding 2015-07-18 23:49:38 +01:00
Satnam Singh
1850c80ec4 Fix console output formatting in conneting applications documentation 2015-07-18 23:45:35 +01:00
Satnam Singh
42017fdb18 Fix console output formatting for configuring containers doc 2015-07-18 23:38:35 +01:00
Satnam Singh
2e6e31f3c2 Fix console output formatting in application troubleshooting doc 2015-07-18 23:32:06 +01:00
Satnam Singh
3c55bd85ef Fix JSON code block formatting for annotations doc 2015-07-18 23:27:58 +01:00
Satnam Singh
3448450605 Fix namespace change and console output for accessing the cluster docs 2015-07-18 23:24:35 +01:00
Satnam Singh
dee99236b1 Fix console output in compute resources document 2015-07-18 23:19:02 +01:00
David Oppenheimer
715f2c488f Merge pull request #11493 from bgrant0607/docfix
Gut stale roadmaps. Move useful content elsewhere.
2015-07-17 17:49:08 -07:00
Brian Grant
cbed53cffe Gut stale roadmaps. Move useful content elsewhere. 2015-07-18 00:41:06 +00:00
Mike Danese
3c7044946d add tip to store all config in VCS before pushing to cluster 2015-07-17 17:04:40 -07:00
David Oppenheimer
d28a6656ae Merge pull request #11452 from thockin/docs-munge-headerlines
Munge headerlines
2015-07-17 15:52:08 -07:00
David Oppenheimer
ce6b137c83 Merge pull request #11448 from thockin/docs-munges
Make TOC munge include blank line before TOC
2015-07-17 15:43:06 -07:00
Tim Hockin
33f1862830 Run gendocs 2015-07-17 15:35:43 -07:00
Tim Hockin
6e4ec38f51 Make TOC munge include blank line before TOC 2015-07-17 15:06:54 -07:00
Mike Danese
e3d1075e07 document tips and tricks when working with config 2015-07-17 13:56:04 -07:00
Abhi Shah
816f18a388 Merge pull request #11424 from lavalamp/mungePreformatted
Munge preformatted
2015-07-17 13:32:38 -07:00
David Oppenheimer
ee6957c342 Merge pull request #11422 from vsimon/vsimon-patch-2
Fix docs typo
2015-07-17 11:14:00 -07:00
Daniel Smith
f7873d2a1f apply changes 2015-07-17 11:04:46 -07:00
Tim Hockin
542e13d2d3 Better scary message 2015-07-17 09:28:49 -07:00
Brian Grant
b2dafdaef5 Merge pull request #11415 from nikhiljindal/exposeError
Fixing the error message when kubectl expose is used without port
2015-07-17 00:16:57 -07:00
Brian Grant
5f34630aca Merge pull request #11352 from JanetKuo/docs-reachable
Ensure all docs and examples in user guide are reachable
2015-07-16 23:33:45 -07:00
nikhiljindal
c849730116 Fixing the error message 2015-07-16 23:33:16 -07:00
Janet Kuo
2498f93938 MUNGE generated table of contents should strip comma 2015-07-16 23:21:09 -07:00
Janet Kuo
b0c68c4b81 Ensure all docs and examples in user guide are reachable 2015-07-16 23:12:47 -07:00
Brian Grant
55e9356bf3 Merge pull request #11405 from mikedanese/namespace-example-move
move kubernetes-namespaces to docs/user-guide
2015-07-16 22:51:17 -07:00
Brian Grant
786b59427d Merge pull request #11400 from lavalamp/munger
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Brian Grant
5540917094 Merge pull request #11366 from davidopp/doc1
Move docs/services-firewalls.md into docs/user-guide/ and make small
2015-07-16 22:48:13 -07:00
Brian Grant
cb58e8e43b Merge pull request #11350 from thockin/munge-check-kubectl-dash-f
Add munger to verify kubectl -f targets
2015-07-16 22:46:37 -07:00
Brian Grant
5978d50a3e Merge pull request #11397 from nikhiljindal/kubectlExpose
Updating kubectl expose to leave service port unnamed
2015-07-16 22:41:38 -07:00
nikhiljindal
496f30a92f Introduce a new service generator that leaves service port unnamed 2015-07-16 20:40:40 -07:00
Vicken Simonian
52cff02edb Fix docs typo 2015-07-16 18:28:28 -07:00
Mike Danese
a654318391 fixup kubectl walktrough example 2015-07-16 17:25:18 -07:00
Abhi Shah
665c951320 Merge pull request #11276 from caesarxuchao/doc1
populate the instructions on installing kubectl in getting-started-guides
2015-07-16 17:04:14 -07:00
Mike Danese
ee7498e6ac move kubernetes-namespaces to docs/user-guide 2015-07-16 16:29:44 -07:00
Daniel Smith
98eeadb66e (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
Tim Hockin
f7512d007b Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
Chao Xu
10d76a5775 populate the instructions on installing kubectl in getting-started-guides 2015-07-16 15:20:55 -07:00
David Oppenheimer
fd2c3695e3 Move docs/services-firewalls.md into docs/user-guide/ and make small
wording changes to api.md
2015-07-16 13:21:14 -07:00
Tim Hockin
7a0200cf2a update service debug doc from user feedback 2015-07-15 17:37:30 -07:00
Eric Tune
596a8a40d1 Merge pull request #11336 from krousey/kubectl_example
Kubectl example
2015-07-15 16:44:26 -07:00
Eric Tune
2d6f51737d Merge pull request #11271 from mikedanese/docker-to-kube
add examples on how to transition from docker-cli to kubectl
2015-07-15 16:43:21 -07:00
Mike Danese
92f965008c add examples on how to transition from docker-cli to kubectl 2015-07-15 15:25:28 -07:00
Eric Tune
b3835665ee Merge pull request #11317 from JanetKuo/docs-troubleshooting
Organize troubleshooting sections
2015-07-15 15:01:02 -07:00
Karl Isenberg
ca934c7386 Walkthrough example cleanup
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-15 14:27:11 -07:00
Janet Kuo
ec2b125e25 Organize troubleshooting sections 2015-07-15 13:20:32 -07:00
Prashanth Balasubramanian
5b3cd8fa23 Connecting applications: https 2015-07-15 13:00:44 -07:00
Eric Tune
f1c7915d71 Merge pull request #11325 from JanetKuo/toc
Make MUNGE generated TOC bookmark work for symbols
2015-07-15 12:56:37 -07:00
Eric Tune
65a372b9ca Merge pull request #11318 from mikedanese/kubectl-example-fix
point kubectl -f examples to correct paths
2015-07-15 12:55:53 -07:00
Eric Tune
ced4709323 Merge pull request #11292 from davidopp/doc1
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Janet Kuo
de755bf59b Make MUNGE generated table of contents (TOC) bookmark work when there are symbols in the headline 2015-07-15 11:26:51 -07:00
Mike Danese
b80fe60042 point kubectl -f examples to correct paths 2015-07-15 10:51:45 -07:00
Marek Biskup
5d4aef4c49 clarify rolling update procedure when replicas is not specified 2015-07-15 15:02:56 +02:00
David Oppenheimer
d31e13048c Move diagrams out of top-level docs/ directory and merge
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
8d5eb03c7b Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}. 2015-07-14 22:07:44 -07:00
Tim Hockin
fe89298c09 Fix load-balancer firewall messages 2015-07-14 21:07:46 -07:00
Tim Hockin
43de287427 Merge pull request #11279 from dchen1107/doc
Known issue for logging.md
2015-07-14 20:52:16 -07:00
Tim Hockin
4f779ca982 Merge pull request #11208 from bgrant0607/bugfix1
Thread user guide docs together
2015-07-14 20:51:41 -07:00
hurf
4f9c486308 Fix hits in help strings of kubectl get command
Removed duplicated 'nodes (no)', added 'secret' for resource type.
Use actual long resource name to avoid confusion.
2015-07-15 09:43:51 +08:00
Brian Grant
0045ebd570 Initial TOC for the user guide. 2015-07-15 01:25:22 +00:00
Dawn Chen
34e3432bba Known issue for logging.md 2015-07-14 17:47:34 -07:00
Brian Grant
d56138ba03 Thread user guide docs together with "What's next" sections, and add a couple missing TOCs. 2015-07-15 00:43:18 +00:00
Tim Hockin
39b86908a1 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83 Run gendocs 2015-07-14 15:28:59 -07:00
Brendan Burns
9eb80d1439 Add a cluster admin-centric doc for namespaces. 2015-07-14 12:52:17 -07:00
Eric Tune
0b597aaf66 Merge pull request #11239 from mikedanese/user-docs-move
Move user docs to docs/user-guide/
2015-07-14 12:40:23 -07:00
Mike Danese
3eff8fce41 automated link fixes 2015-07-14 10:51:10 -07:00
Mike Danese
14c3fc5afe move user docs to their new home 2015-07-14 10:26:36 -07:00
hurf
6dd8a1dfa4 Add a better help message for kubectl describe
When resource type isn't given in the command, print the possible
resource types. Also added the resource type description in help
strings.
2015-07-14 16:22:42 +08:00
Brian Grant
6ab8556c24 Add remaining sections to the "pods in production" part of the user guide. 2015-07-14 04:58:40 +00:00
Daniel Smith
b1555956e9 standardize on - instead of _ in file names 2015-07-13 18:32:00 -07:00
Daniel Smith
821e08fded Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Tim Hockin
f82d30340f Merge pull request #11162 from erictune/toc
Improve table of contents generation.
2015-07-13 17:08:33 -07:00
Tim Hockin
5cf5445d24 Change 'minion' to 'node' in docs 2015-07-13 15:59:30 -07:00
Eric Tune
2ac3575e45 Rerun gendocs. 2015-07-13 15:57:31 -07:00
Eric Tune
921619ab38 Add ToC to some longer documents. 2015-07-13 15:53:06 -07:00
Tim Hockin
832382bc05 Merge pull request #11179 from bgrant0607/bugfix1
Swap order of service and rc, and explain why.
2015-07-13 14:51:57 -07:00
Brian Grant
a01fbb9d37 Swap order of service and rc, and explain why. 2015-07-13 20:48:26 +00:00
Mike Danese
0e8d521eed fix mungedoc links 2015-07-13 13:01:20 -07:00
Mike Danese
430eabe5e6 move kubectl docs to docs/user-guide/kubectl 2015-07-13 12:59:18 -07:00
Eric Tune
f353592cde Remove colon from end of doc heading. 2015-07-13 12:07:26 -07:00
Tim Hockin
fffc64e733 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Eric Tune
6aebd1852f Delete the dreaded CR character. 2015-07-13 10:28:04 -07:00
Ed Costello
2b941634d8 Copy edits to remove doubled words 2015-07-13 10:11:55 -04:00
Rohit Jnagal
c28fa383bd Merge pull request #11083 from davidopp/clean
First version of Introspection and Debugging section of User Guide.
2015-07-10 19:22:12 -07:00
Chao Xu
ec87843b24 address Mike's comments 2015-07-10 17:58:51 -07:00
Chao Xu
600e785168 add user guide docs for kubectl exec, proxy, and port-forward 2015-07-10 17:20:02 -07:00
David Oppenheimer
f660302e42 First version of Introspection and Debugging section of User Guide. 2015-07-10 15:41:26 -07:00
Rohit Jnagal
51c658be33 Merge pull request #11072 from bprashanth/net_doc
Add user guide for connecting applications
2015-07-10 14:54:34 -07:00
Prashanth Balasubramanian
34cd952092 Swagger spec and gendocs 2015-07-10 14:35:41 -07:00
Prashanth Balasubramanian
8ae8c46649 Add user guide for connecting applications 2015-07-10 14:35:41 -07:00
Brian Grant
dd735dd1a1 First draft of deployment-oriented sections of the user guide. 2015-07-10 21:35:21 +00:00