Eric Tune
dba24d1325
Merge pull request #4496 from hjfreyer/patch-1
...
Upgrade to v0.10.1 in standalone.yaml
2015-02-17 15:44:40 -08:00
Nikhil Jindal
9f768b521d
Merge pull request #4491 from coolsvap/master
...
Added getting started guide for CentOS
2015-02-17 15:22:05 -08:00
Alex Robinson
3043ae9144
Merge pull request #4492 from jlowdermilk/e2e
...
Cleanup resources after services/guestbook e2e tests.
2015-02-17 12:04:46 -08:00
Nikhil Jindal
c2b7652887
Merge pull request #4446 from nigelcharman/patch-1
...
Update locally.md - modify incorrect etcd link
2015-02-17 11:46:22 -08:00
Jeff Lowdermilk
b786c116b6
Make kubectl stop take -f flag (for filename|url|directory)
2015-02-17 11:27:47 -08:00
Hunter Freyer
9147d1b6ea
Upgrade to v0.10.1 in standalone.yaml
...
I believe this was accidentally left out of 9acb50c916
, but it may have been intentional.
2015-02-17 14:22:16 -05:00
Brian Grant
76ed22ab07
Merge pull request #4425 from pires/fix_flannel_key_etcd
...
Fixes #4309 #4362
2015-02-17 09:59:44 -08:00
Brian Grant
faa191b1ab
Merge pull request #4452 from mattmoor/docs
...
Update images doc to talk about GCR
2015-02-17 09:58:44 -08:00
Clayton Coleman
0e07e61a53
Merge pull request #4381 from sdminonne/bug_fix
...
kubectl delete resource : remove all resources
2015-02-17 12:25:56 -05:00
Swapnil Kulkarni
6d94cbcd7c
Added getting started guide for CentOS
...
Added getting started guide to setup one minion
setup using CentOS
2015-02-17 22:26:45 +05:30
Eric Tune
97b7f7c391
Merge pull request #3910 from csrwng/security_contexts
...
[Proposal] Security Contexts
2015-02-17 08:42:06 -08:00
Matt Moore
b27d59d8a9
update images doc to talk about GCR
2015-02-15 10:29:31 -08:00
Nigel Charman
862065ed8d
Update locally.md
...
Modify etcd link to remove /tag/0.4.6, since kubernetes requires etcd v2.0 or later
2015-02-14 21:48:16 +13:00
Eric Tune
64678b71f3
Merge pull request #4372 from saad-ali/event_compression_doc
...
Documentation for Event Compression
2015-02-14 00:11:32 -08:00
Saad Ali
842867e298
Merge pull request #4438 from gmarek/master
...
Added instruction for profiling apiserver
2015-02-13 16:09:19 -08:00
Marek Grabowski
1a161b6522
Added instruction for profiling apiserver
2015-02-14 00:11:38 +01:00
Tim Hockin
baa6af8a7a
Merge pull request #4265 from thockin/roadmap
...
First draft of roadmap to 1.0 update
2015-02-13 15:10:51 -08:00
Paulo Pires
4c2819c5eb
Fixes #4309 #4362
2015-02-13 19:02:09 +00:00
Jeff Lowdermilk
3bded83201
Merge pull request #4385 from erictune/docpatch
...
Update ports doc.
2015-02-13 09:34:52 -08:00
Salvatore Dario Minonne
fda17c1b7a
kubectl delete resource : remove all resources
2015-02-13 18:25:41 +01:00
Eric Tune
629d6657fb
Update ports doc.
...
Fix.
2015-02-13 09:18:40 -08:00
Eric Tune
7e6015141d
Merge pull request #4401 from jlowdermilk/local-kubeconfig
...
Make local clusters work painlessly with kubeconfig
2015-02-13 09:11:36 -08:00
Eric Tune
e84b5b9e78
Merge pull request #4029 from smarterclayton/security_proposal
...
Kubernetes pod and namespace security model
2015-02-13 09:08:37 -08:00
Brendan Burns
f63cf05d21
Add some docs to the template format.
2015-02-12 18:29:11 -08:00
Saad Ali
ae92274e8d
Merge pull request #4402 from MikeJeffrey/docs
...
Comments go above the sample line in kubectl docs.
2015-02-12 16:43:35 -08:00
Brendan Burns
6ff9e98fee
Merge pull request #4377 from pires/upgrade_coreos_kube_to_0_10_1
...
Upgraded CoreOS getting-started guides to v0.10.1.
2015-02-12 16:40:56 -08:00
Jeff Lowdermilk
61cc821506
Make local clusters work painlessly with kubeconfig
2015-02-12 16:30:41 -08:00
MikeJeffrey
710f01cf2e
Running run-gendocs to regenerate kubectl.md
2015-02-12 16:03:09 -08:00
Yu-Ju Hong
63a40521b1
locally.md: update the docker version requirement to 1.3
2015-02-12 14:05:26 -08:00
Clayton Coleman
358d1ab304
Kubernetes pod and namespace security model
...
This proposed update to docs/design/security.md includes proposals
on how to ensure containers have consistent Linux security behavior
across nodes, how containers authenticate and authorize to the master
and other components, and how secret data could be distributed to
pods to allow that authentication.
References concepts from #3910 , #2030 , and #2297 as well as upstream issues
around the Docker vault and Docker secrets.
2015-02-12 10:37:27 -05:00
Paulo Pires
df1cfb8704
Updated getting-started guides README entries related to CoreOS.
2015-02-12 12:49:18 +00:00
Paulo Pires
9acb50c916
Upgraded CoreOS getting-started guides to v0.10.1.
2015-02-12 11:07:49 +00:00
Saad Ali
b2d432005f
Documentation for Event Compression
2015-02-11 18:04:30 -08:00
Victor Marmol
0a64fecaf5
Minor clarification of --server flag.
...
Fixes #3425 .
2015-02-11 17:04:41 -08:00
Alex Robinson
1fa696ceb2
Merge pull request #4355 from vmarmol/cmd
...
Update github.com/spf13/cobra to HEAD.
2015-02-11 15:56:29 -08:00
Victor Marmol
c759264442
Updating docs with new CLI flag output.
2015-02-11 15:47:53 -08:00
roberthbailey
0ddbb52717
Merge pull request #4344 from GoogleCloudPlatform/erictune-patch-1
...
Update README.md
2015-02-11 15:19:27 -08:00
Eric Tune
b4ab2b7a1b
Update README.md
2015-02-11 13:05:02 -08:00
Alex Robinson
d3d71df943
Fix bad config in flaky test documentation and add script to help check
...
for flakes.
2015-02-11 12:28:34 -08:00
roberthbailey
3afefc464c
Merge pull request #4308 from philips/patch-1
...
docs: resources: minor spelling fix otr to or
2015-02-11 11:25:17 -08:00
roberthbailey
d10ae1ee89
Merge pull request #4325 from tobert/patch-1
...
fix spelling of "below"
2015-02-11 11:24:51 -08:00
Brian Grant
20f7cbb87b
Merge pull request #4291 from jlowdermilk/delete-kubecfg
...
Remove kubecfg, cleanup a few stray references.
2015-02-11 11:18:59 -08:00
Al Tobey
6d09e2943b
fix spelling of "below"
2015-02-11 10:54:29 -08:00
CJ Cullen
c2b0632be4
Merge pull request #4217 from pires/fix_coreos_master_portal_net
...
Fixed API server portal_net flag that could break service networking on CoreOS
2015-02-11 10:15:46 -08:00
Jeff Lowdermilk
8276a9e03d
Merge pull request #4295 from MikeJeffrey/kubectldocs
...
Clean up kubectl help for auto-gen'd kubectl.md
2015-02-11 09:41:30 -08:00
Brandon Philips
839eafb734
docs: resources: minor spelling fix otr to or
2015-02-10 20:02:22 -08:00
Jeff Lowdermilk
197059b65d
Remove kubecfg, cleanup a few stray references.
2015-02-10 16:43:12 -08:00
Prashanth Balasubramanian
c51349009c
Clarify the documentation for starting a local cluster.
2015-02-10 16:04:52 -08:00
MikeJeffrey
e5459c8802
Clean up kubectl help for auto-gen'd kubectl.md
2015-02-10 12:02:05 -08:00
Jeff Lowdermilk
96c9a15ed5
Merge pull request #4279 from jimmidyson/proxy-tweaks
...
Configurable API prefix for kubectl proxy
2015-02-10 11:21:22 -08:00