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
Eric Paris
a6beb2e7df
Autogenerate md documentation for kubectl
...
This does away with the giant dump from cobra for kubectl and instead
generates md files which contain similar information, but one per verb.
This might work well as part of the cobra project, instead of doing it
in kube, but this gets us nice, linked, documentation right now. If
people like it, I will try to get something similar into cobra.
2015-02-12 19:08:57 -05:00
Eric Paris
9e9fb9457f
automatically generate man pages for kubectl
...
generate man pages for kubectl using the cobra.Command information.
This will directly create files in (by default) docs/man/man1/ called
kubectl*.1. Each child verb/cobra command will gets its own man page.
2015-02-12 19:08:52 -05: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
Prashanth Balasubramanian
ec298733c7
Modify nginx port to avoid collision with api server
2015-02-11 10:23:31 -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
roberthbailey
2c2a59568c
Merge pull request #4276 from a-robinson/docs
...
Add steps to the development guide for how to use godep to update an existing dependency
2015-02-10 10:11:57 -08:00
Jeff Lowdermilk
ed9761fef1
Merge pull request #4237 from brendandburns/pd_fix
...
Add a label command to kubectl.
2015-02-10 09:47:18 -08:00
Jimmi Dyson
f4a9b62d06
Configurable API prefix for kubectl proxy
2015-02-10 13:58:46 +00:00
Alex Robinson
5f7fd365b7
Add steps to the development guide for how to use godep to update an
...
existing dependency.
Also change from the numbered lists from markdown that didn't work due to
the intervening code blocks to just raw text numbered lists.
2015-02-10 09:44:23 +00:00
Brendan Burns
ac35aa5e32
Add a label command.
2015-02-09 20:09:02 -08:00
Tim Hockin
39e63d94fc
First draft of roadmap to 1.0 update
2015-02-09 16:09:41 -08:00
Ravi Sankar Penta
3a5ef05f64
Make periodic sync nodes from cloud provider optional.
...
--sync_nodes=false gives user flexibility to add/remove nodes in the
cluster using REST api/kubectl cli and at the same time can use
cloud provider for other resources like persistent disks, etc.
2015-02-09 13:42:44 -08:00
csrwng
2b01746104
Specify intent for container isolation and add details for id mapping
2015-02-09 14:21:40 -05:00
Brendan Burns
301eba9d5f
Merge pull request #4234 from brendandburns/e2e2
...
Now that we automatically format GCE PD, remove formatting from the e2e.
2015-02-09 10:12:02 -08:00
Jeff Lowdermilk
6021dcba30
Merge pull request #4213 from smarterclayton/use_name_from_server
...
Use name from server when displaying create/update
2015-02-09 09:41:20 -08:00
Clayton Coleman
52c6c60b15
Use name from server when displaying create/update
...
Allows generated names from files to be displayed so users can
interact with them.
2015-02-08 21:40:47 -05:00
Brendan Burns
e7a69504b4
Now that we automatically format GCE PD, remove formatting from the e2e test.
...
Also remove docs that note that it is necessary.
2015-02-06 20:30:58 -08:00
Brendan Burns
31ce2a9411
Adjust replication controller validation to be more flexible about
...
read/write volumes.
Update docs to reflect reality as it is implemented.
2015-02-06 14:58:21 -08:00
Paulo Pires
c48d5dd09f
Fixed API server portal_net flag that could break service networking by setting an IP from a subnet allocated to a node.
2015-02-06 18:46:54 +00:00
Alan Williams
ec399f5ee8
Updated for relevancy with the latest release and added more supporting information
2015-02-05 20:21:38 -08:00
Brendan Burns
50e855953f
Merge pull request #4131 from a-robinson/validate
...
Add a few extra test cases for API validation of labels
2015-02-05 15:37:45 -08:00
Brendan Burns
f153a27235
Merge pull request #4147 from jlowdermilk/kubeconfig-view
...
Allow output formatting for kubectl config view
2015-02-05 14:48:02 -08:00
Jeff Lowdermilk
5a702ad123
Allow --output formatting of kubectl config view, make merge default
2015-02-05 10:44:16 -08:00
Mike Schiller
3efb4527f4
inserted mising = in kube-apiserver's portal_net parameter that prevented the kube-apiserver from starting
2015-02-05 12:27:41 -05:00
Brian Grant
42fec8ec4e
Merge pull request #4110 from jimmidyson/proxy-tweaks
...
kubectl proxy: make static prefix configurable
2015-02-05 07:08:07 -08:00
Brendan Burns
93776b1363
Remove kubecfg from all getting started docs.
2015-02-04 23:20:11 -08:00
Deyuan Deng
f406a57c2c
Use replication controller for redis master.
2015-02-04 18:23:36 -05:00
Alex Robinson
6bb374ca54
Add a few extra test cases for API validation of labels that would have
...
caught a bug that was in past versions. Also, copy the label key format
requirements from the API types.go comments into the labels doc.
2015-02-04 22:24:46 +00:00
deads2k
8a2fe9bd2b
modify policy to correctly identify resource versus kind
2015-02-04 13:36:01 -05:00
Brian Grant
926f46bf8a
Merge pull request #3689 from erictune/multiclusterdoc
...
Availability and multi-cluster documentation.
2015-02-04 10:07:25 -08:00
Jeff Lowdermilk
6acac8f761
Merge pull request #3754 from deads2k/deads-remove-ns-path
...
remove --ns-path option from .kubeconfig file
2015-02-04 08:10:21 -08:00
Jimmi Dyson
e2baf049c0
kubectl proxy: make static prefix configurable
2015-02-04 15:57:21 +00:00
Brendan Burns
9384f01d56
Merge pull request #4081 from a-robinson/badlink
...
Fix the broken links in the labels and access design docs.
2015-02-03 20:44:20 -08:00
Alex Robinson
ad8aaaad0e
Fix the broken links in the labels and access design docs.
2015-02-03 23:02:21 +00:00
Alex Robinson
f51e857ce2
Merge pull request #4042 from sym3tri/patch-1
...
doc: fix broken link
2015-02-03 14:49:25 -08:00
Jeff Lowdermilk
1f2c907991
Merge pull request #4053 from deads2k/deads-add-envvar-flag
...
add flag to manage $KUBCONFIG files
2015-02-03 14:49:05 -08:00
deads2k
affa85fab0
add flag to manage $KUBECONFIG files
2015-02-03 16:12:02 -05:00
Brian Grant
52886de150
Merge pull request #4069 from nikhiljindal/docs
...
Adding links to http://kubernetes.io/third_party/swagger-ui/ in our docs
2015-02-03 12:52:04 -08:00
nikhiljindal
7cd243cf31
Adding links to http://kubernetes.io/third_party/swagger-ui/ in our docs
2015-02-03 12:21:16 -08:00
deads2k
bc93de314a
remove --ns-path option from .kubeconfig file, kick tests
2015-02-03 14:22:55 -05:00
Alex Robinson
8fa46750ad
Merge pull request #4054 from kargakis/docs
...
Add links to logging libraries in question
2015-02-03 09:50:27 -08:00
Brian Grant
4eb41b2330
Merge pull request #3592 from brendandburns/cli
...
Add a service generator and a command to easily expose services.
2015-02-03 09:07:05 -08:00
kargakis
4e567546e4
Add links to logging libraries in question
2015-02-03 15:09:46 +01:00
Chris Hiestand
3867d02f94
minor typo/spelling correction
...
s/considerined/considered
2015-02-03 00:41:42 -08:00
Ed Rooth
7b7c1bdf9c
doc: fix broken link
2015-02-02 18:12:32 -08:00
Brendan Burns
cbd87b375a
Update docs to reflect reality.
2015-02-02 16:34:20 -08:00
kargakis
76365af42c
Refine services doc
2015-02-02 23:16:37 +01:00
Brendan Burns
b05a4f603f
Merge pull request #4010 from kargakis/docs
...
Fix roadmap doc
2015-02-02 10:54:42 -08:00
Brendan Burns
346c749ba9
Merge pull request #4012 from rimusz/master
...
Another link for multi-node vagrant cluster on Mac
2015-02-02 10:50:07 -08:00
Brendan Burns
0b1a50f5cb
Merge pull request #4020 from runseb/newdocs
...
Ansible playbook for cloudstack
2015-02-02 10:49:35 -08:00
Alex Robinson
8fc228700a
Merge pull request #4023 from fabianofranz/master
...
Fix typos
2015-02-02 09:57:38 -08:00
Satnam Singh
61c4a04ad2
Merge pull request #3805 from mnagy/allow_multiple_files_in_update
...
Use new resource builder in kubectl update
2015-02-02 08:40:24 -08:00
fabianofranz
de14a6ff08
Fix typos
2015-02-02 14:25:00 -02:00
Sebastien Goasguen
54e8090b32
ansible playbook for cloudstack
2015-02-02 06:16:46 -05:00
rimusz
c566395728
Setup Multi-node Cluster on GCE in an easy way from OS X
2015-02-01 20:42:41 +00:00
rimusz
c85877637d
Another link for multi-node vagrant cluster on Mac
2015-02-01 00:55:34 +00:00
kargakis
3006bd70b0
Fix roadmap doc
2015-01-31 20:53:27 +01:00
Brendan Burns
7e48b26ff5
Address comments, fix tests.
2015-01-30 20:51:40 -08:00
Zach Loafman
af25c3c671
Merge pull request #3926 from erictune/matrix
...
OS/IaaS/Cfg support matrix.
2015-01-30 16:47:35 -08:00
Eric Tune
097a6c4288
OS/IaaS/Cfg support matrix.
2015-01-30 16:29:33 -08:00
Joe Beda
6bdede6925
Convert kube-apiserver to hyperkube.
...
Part of #108 .
Also:
* Added hyperkube cmd (not built by default yet).
* Added version support to hyperkube
* Remove health_check_minions flag from apiserver as it is no longer used with #3733
2015-01-30 13:06:28 -08:00
Satnam Singh
a9aabda0f0
Merge pull request #3975 from sdminonne/etcd.2.0.0
...
Fix dockerfile for etcd.2.0.0
2015-01-30 08:33:18 -08:00
Martin Nagy
b6ddd6548c
Use new resource builder in kubectl update
2015-01-30 16:05:20 +01:00
Salvatore Dario Minonne
9a0e16a009
Fix dockerfile for etcd.2.0.0
2015-01-30 15:32:13 +01:00
Ye Yin
248624fc1f
Add docker's add/drop capabilites
2015-01-30 15:09:31 +08:00
csrwng
8b72dd9000
[Proposal] Security Contexts
2015-01-28 19:02:00 -05:00
Mrunal Patel
19e0605f5b
Replace "net" by "pod infra" in docs and format strings.
2015-01-28 15:03:06 -08:00
Marc Tremblay
25a6cbf526
Calling 'vagrant up' directly is not supported. Instead, please run the following:
...
export KUBERNETES_PROVIDER=vagrant
./cluster/kube-up.sh
2015-01-28 17:22:59 -05:00
Yu-Ju Hong
fe4d509fa7
Fix typos in ubuntu_single_node.md
2015-01-28 07:16:15 -08:00
Alex Mohr
a01974999d
Merge pull request #3848 from brendandburns/aws
...
Update the AWS configs to handle VPC
2015-01-27 17:24:47 -08:00
Brian Grant
68d617f538
Merge pull request #3842 from satnam6502/roadmap
...
Add performance roadmap items
2015-01-27 15:45:50 -08:00
Brendan Burns
8001487666
Update the AWS configs to handle VPC
2015-01-27 13:33:57 -08:00
Brian Grant
0ee8f1a057
Merge pull request #3790 from ddysher/node-doc-update
...
Update node.md
2015-01-27 12:37:36 -08:00
Satnam Singh
d1ccfd81c7
Add performance roadmap items
2015-01-27 12:20:23 -08:00
Brendan Burns
250b9ccd74
Address comments. Rebase.
2015-01-27 10:23:28 -08:00