Zach Loafman
180a38c181
hack/cherry_pick_pull.sh: Allow multiple pulls
...
Reorder the arguments to allow for multiple pulls at the end:
hack/cherry_pick_pull.sh <remote branch> <pr-number>...
This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Marek Biskup
d1f2541755
kubectl-rolling-update-doc-fix
2015-07-13 15:09:26 +02:00
Marek Biskup
3003b22838
fix firewall rule create syntax for gce
2015-07-13 15:03:36 +02:00
David Oppenheimer
d7d7bb9bc9
Run hack/run-gendocs.sh
2015-07-13 01:39:42 -07:00
resouer
1128d1c44a
Update with on going task and os limit
2015-07-13 13:43:12 +08:00
Brian Fallik
78aa11ac46
Update dns.md
...
Slighting wording update to (hopefully) improve the flow.
2015-07-13 01:26:25 -04:00
Ed Costello
98e9f1eeae
Copy edits for typos
2015-07-12 22:03:06 -04:00
Tim Hockin
a1efb50a29
Merge pull request #11121 from jason-riddle/ui-docs
...
Add namespace to kubectl create command
2015-07-12 15:52:31 -07:00
Jason Riddle
693122f87f
Add namespace to kubectl create command
2015-07-11 20:02:27 -04:00
Akshay Aurora
789e50439b
Fix formatting in networking.md
2015-07-12 03:49:01 +05:30
Brendan Burns
80e92360ec
Merge pull request #9904 from jayunit100/ha
...
[HA] Fully automated impl of containerized high available etcd+apiserver+controllermgr+scheduler
2015-07-10 20:51:38 -07:00
Gabriel Weyer
7363452b51
Fixed vnet create command
...
The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5).
2015-07-11 12:22:34 +10: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
Rohit Jnagal
6e30302328
Merge pull request #11090 from caesarxuchao/add-user-guide-docs
...
add user guide docs for kubectl exec, proxy, and port-forward
2015-07-10 19:19:27 -07:00
Rohit Jnagal
36813b4b3b
Merge pull request #11091 from dchen1107/config
...
Fix kubelet.md with --max-pods
2015-07-10 19:13:55 -07:00
Zach Loafman
dd8a72e4fb
Fix patch release instructions
...
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.
These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-10 18:43:12 -07:00
Chao Xu
ec87843b24
address Mike's comments
2015-07-10 17:58:51 -07:00
Brendan Burns
8db6367326
Add another php library
2015-07-10 17:22:40 -07:00
Chao Xu
600e785168
add user guide docs for kubectl exec, proxy, and port-forward
2015-07-10 17:20:02 -07:00
Dawn Chen
27bcc14b08
Fix kubelet.md with --max-pods
2015-07-10 16:58:07 -07:00
saadali
c4a42ea405
Add documentation for creating large kubernetes clusters
2015-07-10 16:31:29 -07:00
David Oppenheimer
f660302e42
First version of Introspection and Debugging section of User Guide.
2015-07-10 15:41:26 -07:00
jayunit100
f4946693c6
Cloud agnostic minmal implementation of podmaster HA components.
2015-07-10 18:28:09 -04: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
Mike Danese
ed731a9d75
fix verify gendocs
2015-07-10 12:51:35 -07:00
Rohit Jnagal
8e5186a18f
Merge pull request #10794 from thockin/docs-downapi
...
Better docs for downward API
2015-07-10 12:42:26 -07:00
Rohit Jnagal
2a3ed99a19
Merge pull request #10914 from HaiyangDING/patch-1
...
Create schedule_algorithm file
2015-07-10 12:41:48 -07:00
Rohit Jnagal
b005bb9d1d
Merge pull request #11066 from JanetKuo/docs-monitoring
...
Add monitoring docs
2015-07-10 12:23:30 -07:00
Rohit Jnagal
a5dac1d98a
Merge pull request #10709 from zmerlynn/i1883
...
Update releasing.md with Kubernetes release process
2015-07-10 12:16:45 -07:00
Daniel Smith
9ef38c124c
manual fixes
2015-07-10 10:54:47 -07:00
Daniel Smith
c03a788c67
Auto-fixed docs
2015-07-10 10:54:47 -07:00
Janet Kuo
d9e1d293ab
Add monitoring docs
2015-07-10 09:57:06 -07:00
Tim Hockin
cb8e27230e
When releasing, update versions in title
2015-07-10 09:04:19 -07:00
dingh
e019c8475f
Create schedule_algorithm file
...
This document explains briefly the schedule algorithm of Kubernetes and can be complementary to scheduler.md.
2015-07-10 14:51:11 +08:00
jiangyaoguo
102c56ddc4
change get minions cmd in docs
2015-07-10 10:40:52 +08:00
wizard
69b55b82f8
update k8s to 0.19.3
2015-07-10 09:57:00 +08:00
Avesh Agarwal
f134830aba
The option --service-cluster-ip-range was introduced with kubernetes 0.18.
...
So this fix changes tested version for this guide to 0.18 and beyond.
Signed-off-by: Avesh Agarwal <avagarwa@redhat.com>
2015-07-09 17:37:24 -04:00
Zach Loafman
caa877ed71
Add a short doc on cherry picks
2015-07-09 14:35:26 -07:00
Zach Loafman
343814a70e
Update releasing.md with Kubernetes release process
...
This updates releasing.md with actual instructions on how to cut a
release, leaving the theory section of that document alone. Along the
way, I streamlined tiny bits of the existing process as I was
describing them.
The instructions are possibly pedantic, but should be executable by
anyone at this point, versus taking someone versant in the dark arts.
Relies on #10910 . Fixes #1883 .
2015-07-09 14:32:05 -07:00
Victor Marmol
809d16de20
Merge pull request #10856 from mikedanese/v1beta3-remove-docs
...
remove v1beta3 examples from getting started from scratch guide
2015-07-09 14:22:02 -07:00
Eric Tune
30fe02df08
Mark GCE as passing conformance test.
2015-07-09 09:06:05 -07:00
Victor Marmol
485b24a9ea
Merge pull request #10898 from satnam6502/sys-namespace
...
Update logging getting started guides to reflect namespace change
2015-07-09 08:37:35 -07:00
Victor Marmol
b7da593d7c
Merge pull request #10762 from erictune/toc
...
Automatic Doc Editing, with Table of Contents Generation
2015-07-09 08:13:45 -07:00
Joel Sutherland
912772406c
Update vagrant guide VirtualBox version
...
Vagrant does not yet support VirtualBox 5, so the previously-linked page will not work.
2015-07-09 10:13:43 -04:00
Satnam Singh
70afc829c6
Update logging getting started guides to reflect namespace change
2015-07-09 01:12:13 -07:00
Wojciech Tyczynski
e80a193664
Merge pull request #9943 from mamikonyana/override_ubuntu_defaults
...
Do not override environment variable in ubuntu defaults
2015-07-09 09:21:26 +02:00
Wojciech Tyczynski
534af353fb
Merge pull request #10895 from JanetKuo/k8s-ui
...
Update UI doc for the usage of Kubernetes UI
2015-07-09 09:08:17 +02:00
Janet Kuo
d0c618a25e
Rephrase and remove redundant words
2015-07-08 23:13:52 -07:00
Janet Kuo
de97fb8ecf
Update ui.md
2015-07-08 18:44:48 -07:00
Janet Kuo
dbc8493cab
Update ui.md
2015-07-08 18:35:30 -07:00
Victor Marmol
dd378f148b
Merge pull request #10896 from thockin/docs-versioning-2
...
Make READMEs even more obviously versioned.
2015-07-08 16:24:40 -07:00
Mike Danese
57f235a99f
remove v1beta3 examples from getting started from scratch guide
2015-07-08 15:56:22 -07:00
Victor Marmol
a599d80343
Merge pull request #10941 from caesarxuchao/getting-started-output
...
update the kubectl output in gettint-started-guides
2015-07-08 15:55:44 -07:00
Eric Tune
c51e35e835
Support for in-place modification of docs
...
Adds cmd/mungedocs which is framework for processing
all files under docs/ and either verifying that no changes needed or
making in-place changes.
Did not reuse kube::util::gen-docs because that seemed to be
centered around handling added files, and this pass does not
add files.
Planned uses:
- table of contents automatic updating
- linkification
- internal link checker
- link-path-relativizer or absolutizer
- example file syncer
- header inserter.
Just table-of-contents updating in this PR.
Added Table of Contents to docs/networking.md.
Demonstrates use of new TOC generator presubmit.
Other docs will be added in future PRs.
Additional development will be needed to handle some
of the more complex cases.
2015-07-08 14:58:54 -07:00
Victor Marmol
df3c437eed
Merge pull request #10924 from kelcecil/node-doc
...
Update CLI flags in node overview doc
2015-07-08 14:46:15 -07:00
Victor Marmol
50a3a0aa25
Merge pull request #10911 from brendandburns/docs2
...
Add some additional clarity to label prefix requirements.
2015-07-08 14:40:05 -07:00
Victor Marmol
e4e83be24d
Merge pull request #10887 from alex-mohr/release-notes2
...
Update release notes tool and documentation
2015-07-08 14:37:59 -07:00
Victor Marmol
2f52cc7add
Merge pull request #10907 from brendandburns/e2e2
...
Add a pointer to a new java library.
2015-07-08 14:30:40 -07:00
Victor Marmol
fff24af86e
Merge pull request #10859 from davidopp/clean
...
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Victor Marmol
c268352547
Merge pull request #10949 from JanetKuo/update-kubectl-get-docs-all
...
Update kubectl output in doc
2015-07-08 13:55:46 -07:00
Victor Marmol
2ee06ed171
Merge pull request #10950 from pmorie/hostpath
...
Change remaining instances of hostDir in docs to hostPath
2015-07-08 13:49:23 -07:00
Paul Morie
5b4adf8469
Change remaining instances of hostDir in docs to hostPath
2015-07-08 16:26:20 -04:00
Janet Kuo
a761a0fb72
Update kubectl output in doc
2015-07-08 13:22:54 -07:00
Victor Marmol
036e7eb40a
Merge pull request #10765 from mikedanese/daemon-doc-update
...
update kube* daemon docs synposis and flags.
2015-07-08 13:21:30 -07:00
Janet Kuo
174f93306c
Update ui.md
2015-07-08 12:49:53 -07:00
Janet Kuo
cbac2abf8b
Fix document typo
2015-07-08 11:48:03 -07:00
Chao Xu
2e6db701a2
coreos
2015-07-08 11:46:12 -07:00
Tim Hockin
3d97d82655
Make READMEs clearer wrt versions
2015-07-08 11:36:14 -07:00
Chao Xu
89a8c0a749
centos
2015-07-08 11:27:12 -07:00
Chao Xu
fef7e47ddf
juju
2015-07-08 11:24:24 -07:00
Chao Xu
1cca74c20d
REASON to STATUS
2015-07-08 11:20:49 -07:00
Victor Marmol
56da0be884
Merge pull request #10681 from thockin/relative-docs-links
...
Make docs links be relative so we can version them
2015-07-08 11:17:37 -07:00
Victor Marmol
d293388993
Merge pull request #10800 from thockin/docs-volumes
...
Better volumes docs
2015-07-08 11:16:53 -07:00
Chao Xu
3cc13260ba
vagrant
2015-07-08 11:01:09 -07:00
Victor Marmol
5e813fc76d
Merge pull request #10865 from JanetKuo/docs-security-context
...
Update document of security context
2015-07-08 10:00:36 -07:00
Victor Marmol
d90cd98d7b
Merge pull request #10894 from jlowdermilk/describe-docs
...
Update kubectl describe help to document prefix matching behavior
2015-07-08 09:59:57 -07:00
Kel Cecil
e72725cd70
Update CLI flags in node overview doc
2015-07-08 10:59:03 -04:00
feihujiang
eca0ae08c5
Fix small nits for kubectl port-forward command
2015-07-08 15:53:53 +08:00
Tim Hockin
1e4f6a4357
Better volumes docs
2015-07-07 22:19:20 -07:00
Brendan Burns
25b37b6978
Add some additional clarity to label prefix requirements.
2015-07-07 20:45:22 -07:00
Brendan Burns
45e23e0b02
Add a pointer to a new java library.
2015-07-07 20:14:36 -07:00
Janet Kuo
cda54c5cf7
Update UI doc for the usage of Kubernetes UI
2015-07-07 18:19:34 -07:00
Janet Kuo
049c989a19
Update kubectl get command in docs/devel/
2015-07-07 18:06:43 -07:00
Alex Mohr
7737d18882
Update release notes tool and documentation
2015-07-07 17:40:10 -07:00
Yu-Ju Hong
711c093902
Merge pull request #10811 from thockin/version-examples-links
...
Make examples links be relative
2015-07-07 17:34:37 -07:00
Jeff Lowdermilk
229cbd472d
Update kubectl describe help to document prefix matching behavior
2015-07-07 16:57:37 -07:00
Tim Hockin
0d7ec93861
reflow lines
2015-07-07 16:45:54 -07:00
Yu-Ju Hong
2a92eec0dc
Merge pull request #10875 from thockin/docs-versioning
...
Fix broken links in docs/README
2015-07-07 16:35:18 -07:00
Yu-Ju Hong
af906eedd9
Merge pull request #10844 from jbeda/docs
...
Update GCE docs to reflect namespaces
2015-07-07 15:52:53 -07:00
Yu-Ju Hong
362f8da810
Merge pull request #10847 from markturansky/pv_docs
...
Fixed link in persistent-volumes.md
2015-07-07 15:52:25 -07:00
Tim Hockin
737f3da73a
Fix broken links in docs/README
2015-07-07 15:30:14 -07:00
Tim Hockin
0a23c0666d
Make docs links be relative so we can version them
2015-07-07 15:22:17 -07:00
Yu-Ju Hong
0d2b8dbd13
Merge pull request #9136 from brendandburns/docs
...
Add documentation for HA Kubernetes
2015-07-07 15:16:33 -07:00
Tim Hockin
304d08bb7f
Make examples links be relative
2015-07-07 15:15:06 -07:00
David Oppenheimer
a85d0d3bd1
Move scheduler overview from docs/design/ to docs/devel/
2015-07-07 14:16:26 -07:00
Janet Kuo
7ec1a69cf1
Update document of security context
2015-07-07 13:30:56 -07:00
markturansky
373d5afe84
fixed link in pv doc
2015-07-07 14:11:53 -04:00
Joe Beda
ae421541ea
Update GCE docs to reflect namespaces
2015-07-07 10:50:39 -07:00
Yu-Ju Hong
2337daf1f6
Merge pull request #10738 from feihujiang/updateNodeInfoOfNodeDoc
...
Update node info description in node.md
2015-07-07 10:47:03 -07:00
Yu-Ju Hong
da25b1224f
Merge pull request #10786 from thockin/docs-networking
...
De-dup, cleanup, overhaul networking docs
2015-07-07 10:45:49 -07:00
Dr. Stefan Schimanski
6d652eccd5
Update for changed namespace of the kube-dns pods
2015-07-07 08:36:19 +02:00
Dr. Stefan Schimanski
34b887f064
Line wrap sed command
2015-07-07 08:32:41 +02:00
Dr. Stefan Schimanski
739566d5c7
Document how to launch kube-dns on k8sm
2015-07-07 08:32:41 +02:00
Yu-Ju Hong
543e806783
Merge pull request #10769 from thockin/docs-scratch
...
Docs: update "from scratch" guide to fix my own comments
2015-07-06 17:40:49 -07:00
Tim Hockin
2210220dbf
De-dup,overhaul networking docs
2015-07-06 17:28:12 -07:00
Tim Hockin
e3fb54eadf
Better docs for downward API
2015-07-06 17:22:07 -07:00
Yu-Ju Hong
de710713aa
Merge pull request #10573 from erictune/resources
...
Add user-oriented compute resource doc.
2015-07-06 16:12:38 -07:00
Eric Tune
fd325982c3
Add user-oriented compute resource doc.
...
Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting. Examples are tested.
Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
2015-07-06 14:57:30 -07:00
Tim Hockin
9fe0d74473
Update networking doc wrt --configure-cbr0
2015-07-06 12:48:59 -07:00
Tim Hockin
a7da693f8a
mention /etc/default/docker
2015-07-06 11:53:33 -07:00
Tim Hockin
018ebfad10
Clean up IP instructions some
2015-07-06 11:37:35 -07:00
Mike Danese
3f770e11de
breakout doc changes from #10594 to get them into v1
2015-07-06 11:25:47 -07:00
Yu-Ju Hong
258f64eef4
Merge pull request #10736 from AnanyaKumar/patch-1
...
Update gce.md
2015-07-06 11:24:22 -07:00
Tim Hockin
840c182a2c
Fix magic number for (2^16)-2
2015-07-06 11:07:20 -07:00
Tim Hockin
6c88401889
Merge pull request #10271 from erictune/how-to-write-a-gsg
...
Scratch Getting-started-guide
2015-07-06 11:00:44 -07:00
Yu-Ju Hong
7c2fa5e654
Merge pull request #10640 from marun/vagrant-use-nfs
...
Vagrant: Add support for nfs synced folders
2015-07-06 10:54:07 -07:00
Eric Tune
682abd9dab
Scratch Getting-started-guide
2015-07-06 10:38:20 -07:00
Brendan Burns
431f1f4384
Add documentation for HA Kubernetes
2015-07-06 07:20:53 -07:00
feihujiang
68a8cd1778
Update node info description
2015-07-06 19:22:08 +08:00
Ananya Kumar
5bb48d1337
Update gce.md
2015-07-05 22:48:47 -07:00
Ananya Kumar
7c638fa771
Update gce.md
...
Links have been updated.
2015-07-05 22:46:33 -07:00
Justin Santa Barbara
2d0fa393b5
AWS: Add docs to volumes.md for EBS
...
Describes how to create EBS volumes & the syntax for a pod.
Derived from GCE PV docs.
2015-07-05 09:33:58 -04:00
Nikhil Jindal
91fc591e5e
Merge pull request #10598 from feihujiang/nameInsteadOfID
...
Using NAME to replace ID in help string
2015-07-02 15:26:24 -07:00
Nikhil Jindal
fe0b3a0082
Merge pull request #10580 from markturansky/pv_docs
...
Persistent Volume/Claim docs
2015-07-02 10:39:57 -07:00
markturansky
bd365dda39
single ticked individually highlighted words
2015-07-02 09:25:40 -04:00
Arsen Mamikonyan
38c3bdfa45
Do not override environment variable in ubuntu defaults and ubuntu/build.sh
2015-07-02 13:10:54 +01:00
Zach Loafman
4b60e4892f
Merge pull request #10431 from erictune/image_md
...
Improve image docs.
2015-07-01 19:33:03 -07:00
Eric Tune
ed2d42e54c
Improve image docs.
...
ImagePullKeys -> ImagePullSecret
Explain that overwriting the /root/.dockercfg not recommended for GKE.
Give detailed and tested steps for distributing a .dockercfg.
2015-07-01 16:46:45 -07:00
Paulo Pires
db00532b47
Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
...
Added instrumentation and configuration for service account tokens.
Fixes #9075
2015-07-02 00:24:45 +01:00
Zach Loafman
b60c8e567f
Merge pull request #10077 from timstclair/ui-server
...
Move dashboard UI out of the apiserver to a separate pod
2015-07-01 15:56:33 -07:00
Zach Loafman
c7fb07a6aa
Merge pull request #10428 from mikedanese/nightly
...
add documentation and script on how to get recent and "nightly" builds
2015-07-01 15:55:49 -07:00
Zach Loafman
2ff92e25ee
Merge pull request #10535 from davidopp/somebranch
...
Initial design doc for scheduler.
2015-07-01 15:54:40 -07:00
Quinton Hoole
3059dfb015
Fix incorrect doc link in Federation.md
2015-07-01 14:58:08 -07:00
Tim St. Clair
78609986b9
Remove dashboard ui from apiserver & point /ui at kube-ui
2015-07-01 14:21:51 -07:00
Tim St. Clair
b6b2d6df42
Add kube-ui cluster addon for serving k8s dashboard UI.
...
Changes include:
- Add kube-ui binary for serving static dashboard UI
- Add kube-ui docker image, replication controller, and service
- Make the kube-ui a cluster-addon (enabled by default)
- Split the compiled pkg/ui/datafile.go into separate dashboard and swagger packages
- Update docs to reflect changes
2015-07-01 14:21:47 -07:00
Zach Loafman
bc7ff1b80e
Merge pull request #10541 from ingvagabund/master
...
fix formatting of md documents
2015-07-01 14:16:03 -07:00
David Oppenheimer
f692adc67d
Initial design doc for scheduler.
2015-07-01 13:58:56 -07:00
markturansky
32e8e7d3e6
edits from feedback
2015-07-01 16:49:26 -04:00
Maru Newby
5ab9d2cc94
Vagrant: Add support for nfs synced folders
...
nfs synced folders do not require guest additions and are faster than
vmware and virtualbox's shared folders. This change configures the
default /vagrant synced folder to use nfs if the
KUBERNETES_VAGRANT_USE_NFS environment variable is set to 'true'.
2015-07-01 13:12:42 -07:00
Zach Loafman
b42cac69cb
Merge pull request #10519 from JanetKuo/kubectl-c
...
Enable -c for kubectl logs container arg
2015-07-01 08:36:38 -07:00
Zach Loafman
502103cdc6
Merge pull request #10453 from satnam6502/fix-es
...
Change port names to avoid validation failure
2015-07-01 08:30:28 -07:00
markturansky
7fb3aaf348
addressed feedback and various other edits
2015-07-01 11:25:23 -04:00
Zach Loafman
add08cb9c3
Merge pull request #10491 from JanetKuo/kubectl
...
Implement 'kubectl get ... -o wide'
2015-07-01 06:41:44 -07:00
feihujiang
70036069ee
Using NAME to replace ID in help string
2015-07-01 15:35:08 +08:00
Tony Hsu
2e68eb9bdc
Remove extra words.
2015-07-01 12:11:58 +08:00
Alexandros Mavrogiannis
d5035a15e0
Change factory name to client.NewInCluster
...
The factory that generates a client for use within the cluster is NewInCluster, rather than NewInContainer.
2015-06-30 15:58:21 -07:00
markturansky
80d57ba7d8
1st draft of PV/PVC doc
2015-06-30 17:49:01 -04:00
Janet Kuo
682734bcc7
Implement 'kubectl get ... -o wide'
2015-06-30 14:06:47 -07:00
Zach Loafman
037b77255a
Merge pull request #10316 from erictune/images-doc-fix
...
Fix imagePullSecrets example.
2015-06-30 13:52:20 -07:00
Janet Kuo
62b488359f
Enable -c for kubectl logs container arg
2015-06-30 13:25:54 -07:00
Satnam Singh
4e58e001da
Change port names to avoid validation failure
2015-06-30 10:56:20 -07:00
Jan Chaloupka
f7b6e7427e
fix formatting of md documents
2015-06-30 15:49:52 +02:00
Chao Xu
7f89a29aad
add "kubectl patch". It will replace "kubectl udpate --patch" in the future
2015-06-29 16:36:45 -07:00
Alex Robinson
764d34d363
Merge pull request #10468 from caesarxuchao/add-cmd-replace
...
Add command "kubectl replace"
2015-06-29 16:06:33 -07:00
Alex Robinson
98daba264d
Merge pull request #10208 from amygdala/gettingstarted
...
gce getting started clarifications
2015-06-29 15:42:43 -07:00
Mike Danese
c053b9a51b
add documentation and script on how to get recent and "nightly" builds
2015-06-29 14:50:41 -07:00
Alex Robinson
81d6695c49
Merge pull request #10317 from caesarxuchao/coreos
...
update getting-started-guides/coreos to v1
2015-06-29 14:31:59 -07:00
jayunit100
caf9c17f95
Update man page info for advanced kubelet features i.e. config/bootstrapping
2015-06-29 16:02:07 -04:00
Eric Tune
7e6f1bd852
Fix imagePullSecrets example.
2015-06-29 12:22:15 -07:00
Chao Xu
9b3d42c090
Add command "kubectl replace". "kubectl update" is still supported as an alias.
...
"kubectl replace --patch" is NOT supported. It's moved to "kubectl patch" as a separate command in another commit.
2015-06-29 12:14:24 -07:00
Alex Robinson
9f52ddaa38
Merge pull request #10072 from mesosphere/update-mesos-getting-started-guide
...
Update of the mesos.md getting started guide
2015-06-29 11:38:24 -07:00
Wojciech Tyczynski
08b35940c8
Merge pull request #10444 from ae6rt/issue/10373
...
Issue-10373
2015-06-29 15:34:45 +02:00
Dr. Stefan Schimanski
dc7a9c8792
Update the mesos.md getting started guide
2015-06-28 16:55:08 +02:00
Robert Bailey
6b97ac0880
Merge pull request #10131 from thockin/svc-docs
...
Hopefully make NodePort docs clearer
2015-06-26 21:50:46 -07:00
Mark S. Petrovic
c16329208b
Issue-10373
...
Add a statement to docs/labels.md about the effect of the empty
selector on a collection of objects returning all objects in the
collection.
2015-06-26 18:47:34 -07:00
Robert Bailey
ca789b01cc
Merge pull request #10419 from mikedanese/docs-fixup
...
updated kubernetes daemon man docs
2015-06-26 17:13:08 -07:00
RichieEscarez
899145da10
Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine
...
Fixes #10354
2015-06-26 13:30:41 -07:00
Mike Danese
ff6d67e18c
updated kubernetes daemon docs
...
These docs are not autogenerated. They are generated from specially formated
markdown files that need to be updated when flags are changed but nobody knows
about this so it is not enforced. Thus the man page generation is not useful.
For the sake of having up to date docs up to date for v1, I am manually udating
the markdown files and removing the md2man generation. After v1 we need to gen
this man pages with the rest of our generated docs in a pre commit hook so that
they are not able to become out of date. We can do this by converting our daemons
to use cobra cmd like kubectl.
2015-06-26 12:06:29 -07:00
Robert Bailey
91589143a3
Merge pull request #10370 from mikedanese/no-more-machines
...
remove --machines and related deprecated flags from code and docs
2015-06-26 10:54:01 -07:00
Robert Bailey
b08b3a17f8
Merge pull request #10388 from sdminonne/bug_fix2
...
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 10:52:23 -07:00
Robert Bailey
508f7f1697
Merge pull request #10358 from caesarxuchao/add-force-update
...
Add --force to `kubectl update`
2015-06-26 10:49:04 -07:00
Salvatore Dario Minonne
5b109eef49
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 09:44:28 +02:00
Quinton Hoole
12bb5d0584
Update federation.md
2015-06-25 19:15:59 -07:00
Mike Danese
1e130e0794
remove --machines from code and docs
2015-06-25 18:29:11 -07:00
Chao Xu
ef5de91fd7
add "--force" flag to "kubectl update";
...
update relevant tests
2015-06-25 17:16:20 -07:00
Maxwell Forbes
03121c2536
Merge pull request #10252 from akramer/patch-1
...
Fixing spacing in documentation comments
2015-06-25 15:09:41 -07:00
Maxwell Forbes
4237fb25df
Merge pull request #10258 from satnam6502/doc-logging-top
...
Update top level logging documentation
2015-06-25 14:45:52 -07:00
Maxwell Forbes
5e748c1d47
Merge pull request #10070 from lavalamp/e2eProxyFix
...
proxy e2e test improvements
2015-06-25 13:15:03 -07:00
Maxwell Forbes
aa6c7a1cb3
Merge pull request #10360 from derekwaynecarr/fix_doc
...
Update doc to reflect that only kubelet is installed directly
2015-06-25 13:13:18 -07:00
derekwaynecarr
954f7777e7
Update doc to reflect that only kubelet is installed directly
2015-06-25 14:34:48 -04:00
Maxwell Forbes
866779cbb2
Merge pull request #10302 from erictune/node_reserve
...
Document node capacity.
2015-06-25 10:57:10 -07:00
Tim Hockin
ff91fef26b
Hopefully make NodePort docs clearer
2015-06-25 10:46:15 -07:00
Marek Biskup
76e6f39095
add missing document links
2015-06-25 08:38:09 +02:00
Chao Xu
15ecf413c6
update getting-started-guides/coreos to v1
2015-06-24 17:42:51 -07:00
Maxwell Forbes
4488778bef
Merge pull request #10276 from ddysher/access-api-doc
...
Do not use outdated flags in accessing_the_api.md
2015-06-24 16:05:47 -07:00
Daniel Smith
689a3ee7a2
Make UI work through kubectl proxy (again)
...
Fixes #10115 .
2015-06-24 13:54:14 -07:00
akramer
5f44175dc4
Fixing spacing in documentation comments
...
There was some ugly spacing in the 'kubectl exec' documentation comments, I've fixed it and wrapped it to 80 chars.
2015-06-24 13:50:30 -07:00
Satnam Singh
e69b40a17a
Add text on accessing ES and Kibana via kubectl proxy
2015-06-24 12:57:16 -07:00
Eric Tune
832f1b8165
Document node capacity.
2015-06-24 12:40:34 -07:00
Satnam Singh
da39e53937
Update top level logging documentation
2015-06-24 11:22:17 -07:00
Maxwell Forbes
9a725333b1
Merge pull request #10270 from jlowdermilk/fix-label-selector-docs
...
Fix labelSelector query param inconsistency in docs
2015-06-24 11:21:53 -07:00
Deyuan Deng
f1b3fa8633
Do not use outdated flags in accessing_the_api.md
2015-06-23 23:54:47 -04:00
Jeff Lowdermilk
eab021c3dc
Fix labelSelector query param inconsistency in docs
2015-06-23 18:36:07 -07:00
Jeff Lowdermilk
838ddba1d9
Merge pull request #10188 from fabianofranz/fix_kubectl_set_credentials_example
...
Fixes wrong "kubectl config set-credentials" examples
2015-06-23 17:11:40 -07:00
Jeff Lowdermilk
392f80783b
Merge pull request #10206 from satnam6502/doc-es-logging
...
Documentation for logging with Elasticsearch and Kibana
2015-06-23 17:10:13 -07:00
Jeff Lowdermilk
3c0cab7dfe
Merge pull request #10259 from satnam6502/logging-doc
...
Rename Google Cloud Logging doc appropriately
2015-06-23 16:50:17 -07:00
Jeff Lowdermilk
94c6d2fa8f
Merge pull request #10245 from goltermann/docs2
...
Add PR merge policy for RC.
2015-06-23 16:47:13 -07:00
goltermann
a3cb27df96
Add PR merge policy for RC.
...
Link to ok-to-merge label
2015-06-23 16:02:25 -07:00
Jeff Lowdermilk
4c7d79b714
Merge pull request #10240 from JanetKuo/update-guide
...
Add a link for how to enable API in developers console.
2015-06-23 15:20:39 -07:00
Jeff Lowdermilk
4bc3fa3a4b
Merge pull request #10226 from erictune/similar-structure-gsg
...
Fix indentation of ToC in Getting-Started-Guides..
2015-06-23 14:40:49 -07:00
Satnam Singh
20d095291f
Rename Google Cloud Logging doc apppripriately
2015-06-23 14:28:46 -07:00
Satnam Singh
9cdc7bdef3
Documentation for logging with Elasticsearch and Kibana
2015-06-23 14:02:24 -07:00
Janet Kuo
78e9dd3399
Add a link for how to enable API in developers console.
2015-06-23 11:56:59 -07:00
Jeff Lowdermilk
8a92232f66
Merge pull request #10203 from satnam6502/logging-doc
...
Update Getting Started logging docs for Cloud Logging
2015-06-23 11:50:39 -07:00
Satnam Singh
90caacbfd7
Update logging docs
2015-06-23 11:28:34 -07:00
Jeff Lowdermilk
8b328429eb
Merge pull request #9911 from erictune/serviceacctdocs
...
Service account documentation improvement
2015-06-23 10:14:07 -07:00
Eric Tune
6dd499aa4c
Fix formatting in fedora manual getting-started.
2015-06-23 08:25:02 -07:00
Eric Tune
1767553377
Fix indentation of ToC in Getting-Started-Guides..
2015-06-23 08:20:31 -07:00
Amy Unruh
30e0b808f7
gce getting started clarifications
2015-06-22 18:46:16 -07:00
Jeff Lowdermilk
e75edf2282
Merge pull request #10191 from erictune/similar-structure-gsg
...
Getting started guide cleanup
2015-06-22 16:29:51 -07:00
Jeff Lowdermilk
b80392737e
Merge pull request #10189 from erictune/toc-gsg
...
Add tables of contents to getting started guides.
2015-06-22 16:25:07 -07:00
fabianofranz
fae27669aa
Fixes kubectl config set-credentials examples
2015-06-22 17:34:04 -03:00
Jeff Lowdermilk
131a7ac938
Merge pull request #10170 from sandoracs/master
...
Use vagrant command instead of salt.
2015-06-22 13:16:24 -07:00
Eric Tune
179fa8cb61
Getting-started-guide cleanup.
...
Put a Prerequisites section in all the hosted gettting-started-guides.
Change how title and contents are formatted so they are not automatically
included in the ToC. Tweak other section headers to improve ToCs.
2015-06-22 12:39:35 -07:00
Eric Tune
f39eead95c
Add tables of contents to getting started guides.
2015-06-22 11:56:19 -07:00
Jeff Lowdermilk
d0fc0d884d
Merge pull request #9876 from andronat/9631_labelcolumn
...
Printing resource labels as columns
2015-06-22 11:55:26 -07:00
Eric Tune
0b4ced80a7
Service account documentation.
...
Fixes #9344 .
Depends on #9821 .
Update Secrets documentation to explain how secrets can be
created/used manually, or automatically with service accounts.
Greatly expanded service account documentation.
Added a service account admin guide.
Lots of cross-references.
2015-06-22 10:42:54 -07:00
Ács Sándor
a2572514e3
Use vagrant command instead of salt.
2015-06-22 11:36:20 +02:00
Anastasis Andronidis
b06ef70057
Print resource labels as columns
2015-06-22 00:44:51 +02:00
Marek Biskup
11a76c69ae
clarification of how to access a secret from a pod
2015-06-20 19:22:51 +02:00
Brendan Burns
1fc6ef2eff
Merge pull request #10129 from perljedi/client-pull-req
...
Adding Perl client to list of User Libs
2015-06-19 15:12:41 -07:00
Dave
36441998bd
Adding Perl client to list of User Libs
...
Adding a link to Net::Kubernetes perl module to list of user contributed client libraries
2015-06-19 18:08:48 -04:00
Deyuan Deng
8a2b76662a
Fix environment document about DNS and service IP
2015-06-19 15:08:47 -04:00
Mike Danese
0e8a7d3760
fix master precommit hook
2015-06-19 09:59:27 -07:00
Marek Biskup
7644845b9e
add links to unlinked documents; move making-release-notes.md to docs/devel
2015-06-19 17:46:30 +02:00
Satnam Singh
4da15e318c
Merge pull request #10011 from tnguyen-rh/docs-fix-markdown
...
docs: add some missing newlines
2015-06-19 07:55:57 -07:00
Marek Biskup
dd7b41e5a3
add link to cluster addons README
2015-06-19 14:52:46 +02:00
Thien-Thi Nguyen
1647e12c4e
docs: make markdown less GitHub-specific
...
- add newline before lists
- use ‘*’ for lists instead of ‘-’; use 4 spaces to indent nested list
2015-06-19 07:50:07 +02:00
Satnam Singh
17d897c8ef
Merge pull request #9939 from marekbiskup/doc-accessing
...
fix links in accessing-the-cluster.md
2015-06-18 15:34:46 -07:00
Satnam Singh
4328c0f3d2
Merge pull request #9880 from marekbiskup/doc-volumes
...
move resources description to the end to reduce forward references
2015-06-18 14:48:53 -07:00
Satnam Singh
be0ed35e01
Merge pull request #9865 from marekbiskup/doc-pod-states
...
small corrections to pod-states doc
2015-06-18 14:48:22 -07:00
Satnam Singh
8514d294a2
Merge pull request #9863 from marekbiskup/doc-edits-node
...
node status description improved
2015-06-18 14:47:58 -07:00
Satnam Singh
2d1c3c31b2
Merge pull request #9864 from marekbiskup/docs-edit-dash
...
remove double dash
2015-06-18 14:40:28 -07:00
Satnam Singh
ed985b8654
Merge pull request #9821 from erictune/api-conv
...
Added document on using resources.
2015-06-18 14:35:04 -07:00
Satnam Singh
56612e3707
Merge pull request #9874 from RichieEscarez/fixtroubleshootlink
...
fixed broken link
2015-06-18 14:34:10 -07:00
Satnam Singh
424d09fb97
Merge pull request #9907 from RichieEscarez/9404_controller
...
Changed "controller" to "replication controller"
2015-06-18 14:33:49 -07:00
Satnam Singh
cde08a0679
Merge pull request #9992 from a-robinson/metrics
...
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 14:25:03 -07:00
Satnam Singh
d2c2f7e35e
Merge pull request #9993 from mikedanese/re-patch
...
reenable patch serverside using strategic-merge-patch
2015-06-18 14:13:10 -07:00
Satnam Singh
54933b83cb
Merge pull request #9503 from JeffPaine/git-docs-update
...
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Mike Danese
3de11e2fa8
reenable patch serverside using strategic-merge-patch
2015-06-18 12:06:46 -07:00
Eric Tune
4f0ab4d539
Added document on using resources.
2015-06-18 10:21:44 -07:00
Saad Ali
968156e892
Merge pull request #9098 from benmccann/vault-keywhiz-docs
...
Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
2015-06-17 18:06:11 -07:00
Alex Robinson
fe5c8398d4
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 00:37:52 +00:00
Saad Ali
17446c2c4c
Merge pull request #9989 from kazhang/patch-1
...
Fixed broken link to addons/README.md
2015-06-17 16:55:55 -07:00
Kai Zhang
a7bf6665ab
Fixed broken link to addons/README.md
...
Fixed broken link to addons/README.md
2015-06-17 16:31:13 -07:00
Dawn Chen
07506763a5
Small nit cleanup for getting-started-guides
2015-06-17 15:49:14 -07:00
RichieEscarez
eb44b3c830
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
...
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Marek Biskup
555aabc0b5
correction: lastState.termination renamed to lastState.terminated
2015-06-17 16:32:58 +02:00
Marek Biskup
0260c808b4
fix links in accessing-the-cluster.md
2015-06-17 16:12:45 +02:00
Marek Biskup
7b403edd6f
double dash replaced by html mdash
2015-06-17 12:36:27 +02:00
Saad Ali
92e5992489
Merge pull request #9780 from amygdala/gettingstarted
...
gce 'getting started' cleanup.
2015-06-16 18:46:18 -07:00
Brendan Burns
d18dcabca5
Merge pull request #9786 from ZJU-SEL/UpdateDockerK8s
...
Update docker k8s approach
2015-06-16 15:53:25 -07:00
Saad Ali
9fd02fcf7f
Merge pull request #9811 from erictune/matrix
...
Add conformance column to matrix.
2015-06-16 14:52:26 -07:00
Saad Ali
5e597c5f0d
Merge pull request #9826 from brendandburns/redirect
...
Remove the redirect verb.
2015-06-16 14:51:24 -07:00
Saad Ali
d5b40de7b4
Merge pull request #9867 from marekbiskup/doc-overview
...
clarification of name uniqueness
2015-06-16 14:02:06 -07:00
Saad Ali
591132f4ae
Merge pull request #9871 from marekbiskup/doc-service
...
formatting
2015-06-16 14:00:47 -07:00
Saad Ali
d763252b01
Merge pull request #9869 from marekbiskup/doc-links
...
doc links
2015-06-16 12:06:11 -07:00
Eric Tune
73e873dc12
Change docs/getting-started-guides/README.md
...
Reformats.
Remove duplicate rows.
Adds empty conformance test column.
(more on this soon.)
2015-06-16 10:41:07 -07:00
Marek Biskup
71488c575a
small corrections to pod-states doc
2015-06-16 19:22:30 +02:00
Marek Biskup
e56aeec860
node status description improved
2015-06-16 19:21:30 +02:00
Marek Biskup
28f8788f18
move resources description to the end to reduce forward references
2015-06-16 19:10:20 +02:00
RichieEscarez
5939dd0fab
fixed broken link
2015-06-16 08:50:12 -07:00
Marek Biskup
5a2b96c455
clarifications
2015-06-16 17:38:42 +02:00
Marek Biskup
b71bf667b5
formatting
2015-06-16 17:35:20 +02:00
Marek Biskup
28792c2d50
doc links
2015-06-16 17:31:45 +02:00
Marek Biskup
aa0c816d9f
clarification of name uniqueness
2015-06-16 17:19:37 +02:00
Amy Unruh
1b22ca11f8
gce 'getting started' cleanup.
2015-06-15 19:52:21 -07:00
Fabio Yeon
0453f9ea9d
Merge pull request #9705 from hurf/label4describe
...
Add label support for kubectl describe
2015-06-15 19:33:09 -07:00
Fabio Yeon
6ab2aee677
Merge pull request #9697 from CyrusBiotechnology/cyrus/feature/nodeport-documentation
...
Added what seems to be the default allowable port range for NodePort to the docs
2015-06-15 19:32:35 -07:00
wizard
4e92f409a0
update docker k8s approach
2015-06-16 09:44:21 +08:00
Brendan Burns
25dee0c42a
Remove redirect from docs.
2015-06-15 15:42:05 -07:00
Fabio Yeon
c4f448bf80
Merge pull request #9751 from brendandburns/fix
...
Add links to 0.19.0
2015-06-15 10:19:49 -07:00
Fabio Yeon
188f52a090
Merge pull request #9466 from syst3mw0rm/master
...
Version bump to 0.18.2
2015-06-15 10:15:05 -07:00
Abhi Shah
1f952b05d3
Merge pull request #9652 from epc/epc-2015162
...
Copy edits for spelling errors and typos
2015-06-12 16:59:32 -07:00
Abhi Shah
4da902c72e
Merge pull request #9579 from doublerr/rackspace/update_flannel
...
simplify flannel configuration on rackspace
2015-06-12 16:58:36 -07:00
Peter Novotnak
784fc22c7e
Added default allowable port range for NodePort to the docs.
2015-06-12 16:35:44 -07:00
Brendan Burns
15562d4c09
Add links to 0.19.0
2015-06-12 16:04:01 -07:00
Ed Costello
05714d416b
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Abhi Shah
f345432b53
Merge pull request #9651 from brendandburns/rev-docker
...
Update Docker instructions.
2015-06-12 13:54:09 -07:00
Abhi Shah
86b6150fb0
Merge pull request #9287 from brendandburns/kubectl
...
Add some XSRF protection to kubectl proxy.
2015-06-12 13:51:08 -07:00
hurf
fa0efe3927
Add label support for kubectl describe
...
Add -l option to kubectl describe command, allow it return
multiple results filtered by label selector.
2015-06-12 15:08:28 +08:00
Abhi Shah
b56034a90e
Merge pull request #9667 from mesosphere/link-to-known-issues
...
link to k8s-mesos known issues
2015-06-11 11:53:41 -07:00
Abhi Shah
e226f8766e
Merge pull request #9509 from brendandburns/example
...
Add some troubleshooting instructions.
2015-06-11 10:59:20 -07:00
Abhi Shah
1ccb68a2e6
Merge pull request #9471 from jayunit100/minorreadme
...
[docs/] Some minor README updates (readability/selinux)
2015-06-11 10:23:25 -07:00
Abhi Shah
ccf73d69fc
Merge pull request #8981 from erictune/docs7
...
Document what happens when pod uses nonexistent secret.
2015-06-11 08:46:13 -07:00
James DeFelice
dd8077e276
link to k8s-mesos known issues
2015-06-11 15:10:32 +00:00
jayunit100
210ad819b1
Some minor README updates (readability/selinux/k8petstore)
2015-06-11 09:00:15 -04:00
Eric Tune
c11127c9a6
Document what happens when pod uses nonexistent secret.
2015-06-11 01:19:33 -07:00
Brendan Burns
4b904c34a8
Update Docker instructions.
2015-06-10 21:40:06 -07:00
Brendan Burns
4aeee94603
Add some XSRF protection to kubectl proxy.
2015-06-10 20:55:33 -07:00
Abhi Shah
6031043f31
Merge pull request #9495 from erictune/docs12
...
Document imagePullSecrets
2015-06-10 16:32:40 -07:00
Eric Tune
7658071ef8
Document imagePullSecrets
2015-06-10 15:19:55 -07:00
Abhi Shah
04ae4d07e1
Merge pull request #9551 from brendandburns/docsfix
...
Make it clear which part should be supplied by the user.
2015-06-10 14:49:37 -07:00
Ryan Richard
0b26e4e301
simplify flannel configuration on rackspace
2015-06-10 16:07:23 -05:00
Abhi Shah
c541b96e19
Merge pull request #9480 from erictune/docs11
...
Document that leading dots allowed in secret names
2015-06-10 12:53:17 -07:00
Brendan Burns
0dfb681ba5
Revert change from run-container to run.
2015-06-09 22:08:52 -07:00
Brendan Burns
e036ef9acc
Add some trouble shooting instructions.
2015-06-09 20:46:09 -07:00