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
Mike Danese
bfaa527139
Merge pull request #12045 from a-robinson/logs
...
Fix fluentd configs to collect etcd logs on the master
2015-07-30 17:36:46 -07:00
Mike Danese
51a7a38f67
Merge pull request #12020 from wojtek-t/move_to_storage
...
Move storage-related code to pkg/storage
2015-07-30 16:23:03 -07:00
Alex Robinson
9e18c29e9f
Make fluentd-gcp collect etcd's logs on the master.
2015-07-30 22:20:57 +00:00
Tim Hockin
c58e3fbbb6
Add a note on when to use commits
2015-07-30 15:11:38 -07:00
Avinash Sridharan
bf46a08f14
Merge branch 'master' of github.com:asridharan/kubernetes into fix_docker_doc
2015-07-30 14:30:08 -07:00
Avinash Sridharan
895cbb92ad
There is an open issue #9837 because of which kubernets is not able to start the API server if the underlying kernel does not support memory limits for CGROUP. Apparently docker is able
...
to detect this, but somehow this is not communicated to invocations from the remote API. Thus to get kubernets working on a local docker installation, its important to make sure that
the memory and swap accounting are turned on in the kernel and passed as a parameter to the kernel when booting up.
Hence added the required instructions as a pre-req for running kubernets in a local docker installation.
2015-07-30 14:19:57 -07:00
Mike Danese
cdb7d1ec61
Merge pull request #11960 from brendandburns/docker
...
Update docker instructions to 1.0.1
2015-07-30 14:12:41 -07:00
Brendan Burns
97cb1cd071
Add support for attach to kubectl
2015-07-30 12:56:18 -07:00
Mike Danese
452bdcae2d
Merge pull request #11895 from derekwaynecarr/vagrant_confornamce_tickbox
...
Vagrant passes conformance tests at HEAD
2015-07-30 10:35:34 -07:00
Harry Zhang
1674c00816
Remove duplicated warning of docker version
...
Sorry, but we need to left duplicated docker version warning. That's verbose.
2015-07-30 23:07:53 +08:00
Wojciech Tyczynski
3cbbe72f9f
Move etcd storage to pkg/storage/etcd
2015-07-30 15:42:06 +02:00
Mike Danese
4ddfa5d500
Merge pull request #11910 from mikedanese/dock-fix
...
fix incorrect maintainer for getting started from scratch guide
2015-07-29 16:20:21 -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
Brendan Burns
4d65ff1192
Update multinode instructions
2015-07-29 13:43:27 -07:00
Brendan Burns
132575bcf8
Update single node docker to 1.0.1
2015-07-29 13:43:27 -07:00
Brendan Burns
fa6ee98ddc
Update worker.sh
2015-07-29 13:23:06 -07:00
Brendan Burns
b9a653bfbc
fix a missing 'g'
2015-07-29 13:22:47 -07:00
Mike Danese
1367076d2e
Merge pull request #11712 from dgonyeo/master
...
Updated coreos cloud configs for v1.0.1
2015-07-29 11:26:22 -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
ed9e47adab
Merge pull request #11900 from aveshagarwal/fedora-ansible-fixes
...
Update fedora ansible guide to reflect recent changes in the kubernetes ansible code.
2015-07-29 10:32:54 -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
Mike Danese
e5c31da2ff
Merge pull request #11878 from wojtek-t/refactor_etcd_watcher
...
Factor out etcdWatcher and rename methods in StorageInterface
2015-07-29 09:44:02 -07:00
Mike Danese
b4f8dae187
Merge pull request #11863 from danieldreier/fedora_manual_docsfix
...
Fix fedora manual config getting started guide
2015-07-29 09:42:03 -07:00
Mike Danese
0b7c2d5496
Merge pull request #11450 from errordeveloper/master
...
coreos/azure: Updates for 1.0
2015-07-29 09:18:09 -07:00
Mike Danese
c25bcaa395
Merge pull request #11109 from resouer/patch-3
...
Add a script version for kube-in-docker
2015-07-29 07:28:43 -07:00
derekwaynecarr
01ec50deb4
Vagrant passes conformance tests at HEAD
2015-07-29 10:16:39 -04:00
hurf
35cac3c4e7
Deprecate kubectl stop command
...
Added deprecation warning for stop.
2015-07-29 17:19:18 +08:00
Wojciech Tyczynski
db5f6eae6c
Factor out etcdWatcher to a separate file
2015-07-29 08:02:13 +02: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
Daniel Dreier
d67105d05a
Fix fedora manual config getting started guide
...
Add a step to create /var/run/kubernetes. Without this step the kube-apiserver service is
unable to create a self-signed SSL cert and fails to start.
2015-07-28 14:31:11 -07:00
Ilya Dmitrichenko
03070297a7
coreos/azure: Updates for 1.0
...
- Bump CLI tools version
- Bump CoreOS image IDs
- Use etcd2 shipped in stable channel
- Prefix unit names for consistency
- Run proxy on master as well
- Allocate node port for the app
- Update docs
- No need to register nodes any more
- Remove stale argument `--cloud_provider=vagrant`
- Refactor how addons are delivered
- Remove fluentd (it can be optionally dropped into addons dir)
- Script Azure endpoint creation for Guestbook example
- Provide only SkyDNS addon out-of-the-box
2015-07-28 22:02:49 +01:00
Brendan Burns
a546a2979c
Merge pull request #11726 from caesarxuchao/fix-types-link
...
Auto commit by PR queue bot
2015-07-28 13:24:11 -07:00
Harry Zhang
e6a2b068cb
Fix intend mess in scripts
2015-07-28 10:15:14 +08:00
Harry Zhang
611a41d894
Merge scripts of kube-in-docker with the manual guide
2015-07-28 10:15:14 +08:00
Mike Danese
b37e7bbd7c
fix incorrect maintainer for getting started from scratch guide
2015-07-27 16:26:42 -07: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
Avesh Agarwal
1d2ae296fd
Update fedora ansible guide to reflect recent changes in the kubernetes
...
ansible code.
2015-07-27 16:00:13 -04:00
Jeff Lowdermilk
f71a662dc6
Make kubectl proxy
support picking a random port
2015-07-27 09:56:33 -07:00
Marek Grabowski
8ec5324efd
Merge pull request #11868 from nak3/fix-dead-link
...
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 16:12:29 +02:00
Kenjiro Nakayama
ac5aa8ee7d
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 17:20:39 +09: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
Chao Xu
6153aba30a
update links in docs/api-reference/definitions.html
2015-07-24 18:08:05 -07:00
Tim Hockin
0dbcb51ddd
Add stub md files so gh-pages importer keeps them
2015-07-24 16:56:08 -07:00
Tim Hockin
0df0418c48
Add whatisk8s.md to master
2015-07-24 16:19:23 -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
Mike Danese
13c5761268
Merge pull request #11358 from ZJU-SEL/upgradek8s
...
[WIP]upgrade ubuntu bare-metal k8s to 1.0.1
2015-07-24 10:22:43 -07:00
Mike Danese
823e5d45c3
Merge pull request #10841 from liggitt/delete_all
...
Default --ignore-not-found to true for delete --all
2015-07-24 09:26:35 -07:00
Jerzy Szczepkowski
c378143a0d
Merge pull request #11782 from erictune/ubuntu-intructions
...
Vulnerability reporting doc.
2015-07-24 09:35:25 +02:00
wizard
9b82c4716a
upgrade k8s to 1.0.1
2015-07-24 13:31:52 +08:00
Charles Butler
5bf5f7f33b
Updates Juju Getting Started Guide
2015-07-23 23:50:31 -04:00
Jordan Liggitt
85fd52126d
Default --ignore-not-found to true for delete --all
2015-07-23 18:08:15 -07:00
Eric Tune
111ce120b7
Vulnerability reporting doc.
2015-07-23 16:15:04 -07:00
Vish Kannan
a02252dc11
Merge pull request #11714 from colmm99/master
...
add command for workaround for issue 10836
2015-07-23 14:40:39 -07:00
colmm99
ef5c07cf61
added the blank line before the ``` block
2015-07-23 22:02:26 +01:00
Mike Danese
caab2741ba
add documentation on how to use service aaccounts with ABAC mode authorization
2015-07-23 13:34:33 -07:00
Vish Kannan
dc59c99d1a
Merge pull request #11740 from piosz/config
...
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
2015-07-23 13:25:35 -07:00
Vish Kannan
1194001116
Merge pull request #11708 from bgrant0607/docfix
...
Update post-1.0 release versioning proposal.
2015-07-23 10:02:15 -07:00
Wojciech Tyczynski
56444bfb76
Merge pull request #11722 from JanetKuo/docs-fix-typo
...
Fix doc typos
2015-07-23 13:12:38 +02:00
Piotr Szczesniak
06b3406cef
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
...
It's for autoscaling tests purposes and making the config consistent with
other flags like ENABLE_NODE_LOGGING
2015-07-23 10:25:06 +02:00
Wojciech Tyczynski
dd6ba6a07f
Watch in apiserver proposal
2015-07-23 08:14:37 +02:00
Brian Grant
cba5433f43
Change to semantic versioning.
2015-07-23 00:42:03 +00:00
Janet Kuo
a2971fb2ab
Fix doc typos
2015-07-22 17:19:07 -07:00
colmm99
165d08e627
add command for workaround for issue 10836
2015-07-22 23:14:15 +01:00
Derek Gonyeo
84df4293da
Updated coreos cloud configs for v1.0.1
2015-07-22 17:50:23 -04:00
Vish Kannan
bfd7477b5b
Merge pull request #11648 from jumpkick/patch-1
...
Update volumes.md
2015-07-22 14:06:32 -07:00
Vish Kannan
fc663944f1
Merge pull request #11680 from ZJU-SEL/fix-scratch-doc
...
fix scartch doc
2015-07-22 13:43:56 -07:00
Brian Grant
f171cc0912
Update post-1.0 release versioning proposal.
2015-07-22 20:20:31 +00:00
He Simei
6a1cd10605
fix doc
2015-07-22 10:39:02 +08: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
Dan Osborne
33d385bc97
added project calico networking plugin tutorial
2015-07-20 16:48:41 -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
220cc6a86c
Merge pull request #11596 from brendandburns/docs
...
Add some additional text about getting help.
2015-07-20 16:21:11 -07:00
Brendan Burns
21f540194b
Update troubleshooting docs some.
2015-07-20 15:42:38 -07:00
krousey
6553ec47da
Merge pull request #11402 from brendandburns/docs2
...
Add upgrade instructions.
2015-07-20 15:28:31 -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
Brendan Burns
4b946d7633
Add upgrade instructions.
2015-07-20 15:05:25 -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
mgannholm
55e64cb0ca
grammar fixes
2015-07-20 14:51:13 -07:00
krousey
6617d63c97
Merge pull request #11602 from erictune/quota
...
Improvements to quota doc.
2015-07-20 14:50:35 -07:00
krousey
b1b2f1a925
Merge pull request #11593 from erictune/gsg3
...
Improve scratch getting-started-guide.
2015-07-20 14:49:55 -07:00
Eric Tune
0b327627f4
Improvements to quota doc.
...
Address review comments in #11487
2015-07-20 14:45:44 -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
7536db6d53
Merge pull request #11598 from amygdala/master
...
fixed 2 links, bit of text polishing
2015-07-20 14:33:19 -07:00
Eric Tune
d607a3df0e
Improve scratch getting-started-guide.
2015-07-20 14:31:24 -07:00
Amy Unruh
aacfbba8d3
fixed 2 links, bit of text polishing
2015-07-20 13:52:04 -07:00
krousey
b4fb9387b6
Merge pull request #11487 from erictune/admindocs
...
Improve resource quota doc.
2015-07-20 13:29:15 -07:00
krousey
1f8e85c634
Merge pull request #11408 from lavalamp/docsIndex
...
add admin index
2015-07-20 13:27:18 -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
Daniel Smith
022ccb475d
Add admin TOC; mv README -> intro, TOC -> README
2015-07-20 11:46:23 -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
Eric Tune
7f1970a22d
Improve resource quota doc.
2015-07-20 10:15:07 -07:00
Tim Hockin
995a7aef29
Collected markedown fixes around syntax.
2015-07-20 09:51:22 -07:00
krousey
0a66d3ff69
Merge pull request #11582 from aveshagarwal/master-doc-fixes
...
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 09:35:15 -07:00
krousey
f9fa83fae3
Merge pull request #10613 from mesosphere/mesos-docs
...
Move k8s-mesos docs to the kubernetes repo
2015-07-20 09:23:20 -07:00
krousey
e0c5e563cd
Merge pull request #10746 from mesosphere/fix-quay-etcd-invocation-in-mesos.md
...
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-20 09:22:23 -07:00
Avesh Agarwal
178473d340
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 12:09:40 -04: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
Brian Grant
ddda661991
Merge pull request #11560 from davidopp/doc3
...
Update doc guide in top-level README.md and fix description of
2015-07-19 23:17:33 -07:00
David Oppenheimer
ddde3930f5
Update doc guide in top-level README.md and fix description of
...
cluster management doc in docs/admin/README.md
2015-07-19 23:00:54 -07:00
Tim Hockin
1098ad83a1
Fix console syntax for highligting
2015-07-19 20:56:30 -07:00
Dr. Stefan Schimanski
57d488f79a
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-19 22:02:43 +02:00
Brian Grant
8cbe9c997a
Merge pull request #11443 from aveshagarwal/fedora-kubernetes-ansible
...
Updates to fedora ansible guide.
2015-07-19 10:04:23 -07:00
Avesh Agarwal
ace7b96d2a
Updates to fedora ansible guide.
2015-07-19 11:53:44 -04:00
Brian Grant
8cfd3d669e
Merge pull request #11551 from a-robinson/docs
...
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
68d6e3a8ae
Replace `` with
when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177
Fix gendocs
2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394
Improve devel docs syntax highlighting.
2015-07-19 08:54:49 +00:00
Alex Robinson
4c308f0703
Improve design docs syntax highlighting.
2015-07-19 08:46:02 +00:00
Dr. Stefan Schimanski
8fca9b6f09
Add original k8s-mesos docs to contrib/mesos
2015-07-19 10:13:25 +02:00
Alex Robinson
3364a32dc6
Improve admin docs syntax highlighting.
2015-07-19 05:48:34 +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
afa9f57020
Improve markdown highlighting in azure getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
137f63a54f
Improve markdown highlighting in centos getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
11d0fd1515
Improve markdown highlighting in coreos getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
261e347e60
Improve markdown highlighting in docker multinode getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
1bc91a3c72
Improve markdown highlighting in docker getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
bfd85cefad
Improve markdown highlighting in fedora getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
72106a2de3
Improve markdown highlighting in GCE getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
afddef703a
Improve markdown highlighting in juju getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
83104907d1
Improve markdown highlighting in the libvirt-cores getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
f64ed2b358
Improve markdown highlighting in local getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
f729938aed
Improve markdown highlighting in mesos getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
6ae88fc1dc
Improve markdown highlighting in the rkt getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
51247069e4
Improve markdown highlighting in scratch getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
8af0e3ec8a
Improve markdown highlighting in ubuntu getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
a6e4d317d2
Improve markdown highlighting in vagrant getting started guide.
2015-07-19 03:56:16 +00: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