Tim Hockin
8c843d638c
Add a better networking doc
2015-03-06 16:48:56 -08:00
Dawn Chen
b71fc76ec4
Merge pull request #5146 from yujuhong/k8s
...
Fix typos in docs/man/README.md
2015-03-06 16:04:26 -08:00
Tim Hockin
0682e15814
Merge pull request #5096 from markturansky/pv_proposal
...
WIP: Persistent storage proposal
2015-03-06 14:02:43 -08:00
Yu-Ju Hong
748bebe46f
Fix typos in docs/man/README.md
2015-03-06 14:01:26 -08:00
Brendan Burns
de669b5435
Merge pull request #5058 from bprashanth/resourceVersion_doc
...
Clarify resourceVersion documentation
2015-03-06 15:41:12 +01:00
Brendan Burns
ea7c54e4c3
Merge pull request #5071 from jlowdermilk/docs
...
Add documentation on legacy kubernetes_auth file to kubeconfig-file.md
2015-03-06 15:40:56 +01:00
Brendan Burns
4baa061130
Merge pull request #5123 from ZJU-SEL/hsm
...
Update the ubuntu-cluster docs and scripts to 0.12.0
2015-03-06 15:18:56 +01:00
Prashanth Balasubramanian
1ed3f7ffcd
Clarify documentation around resourceVersion
2015-03-05 20:57:22 -08:00
wizard
ca16a57b54
Add cleanup function to make the build.sh more robust
2015-03-06 12:10:37 +08:00
Derek Carr
ab58268d7e
Merge pull request #5077 from fabioy/doc-fixit
...
Update Vagrant starter guide.
2015-03-05 22:51:56 -05:00
wizard
c80ef5de60
Make the k8s version configurable
2015-03-06 11:04:30 +08:00
wizard
282b1be188
update getting-started-guided README
2015-03-06 10:52:28 +08:00
Satnam Singh
d51a9f8df3
Move proxy and redirect text out of api-conventions.md
2015-03-05 16:55:33 -08:00
Brian Grant
00989f229c
Merge pull request #5099 from erictune/distros1
...
Added column with networking type to matrix.
2015-03-05 13:25:23 -08:00
Brian Grant
4bff24b8b9
Merge pull request #5080 from satnam6502/doc-proxy
...
Add documentation for redirect
2015-03-05 13:24:38 -08:00
Eric Tune
0c138b4d30
Remove duplicate line.
2015-03-05 13:23:11 -08:00
Brian Grant
4dd8dbef49
Merge pull request #5068 from a-robinson/docs
...
Clarify the documentation on label selectors
2015-03-05 13:06:59 -08:00
Brian Grant
f901a67ff3
Merge pull request #5063 from GoogleCloudPlatform/davidopp-patch-1
...
Update overview.md
2015-03-05 12:59:03 -08:00
Brian Grant
4624d116f3
Merge pull request #5061 from thockin/docs1
...
Better docs for Services and public IPs.
2015-03-05 11:52:38 -08:00
Quinton Hoole
2d44b1e5d2
Make slides visible to the public, fix a typo.
...
Moved to account quintonh@gmail.com to make it visible to the public without any login.
Correct "push request" to "pull request".
2015-03-05 11:23:03 -08:00
Brian Grant
58a9045f75
Merge pull request #5081 from vmarmol/put
...
Specified that PUT is a replace and not an update.
2015-03-05 10:32:55 -08:00
Eric Tune
e326f1bdf4
Added column with networking type to matrix..
2015-03-05 10:24:50 -08:00
Eric Tune
aea98765f4
Merge pull request #4597 from whitmo/juju-getting-started
...
A getting started guide for juju
2015-03-05 10:21:51 -08:00
Fabio Yeon
385f814775
Update Vagrant starter guide.
2015-03-05 09:42:47 -08:00
Jeff Lowdermilk
de76486aa0
Add documentation on legacy kubernetes_auth file to kubeconfig-file.md
2015-03-05 09:33:37 -08:00
markturansky
ddb092481d
Added more detail and explained workflow/lifecycle of a persistent volume using examples
2015-03-05 11:55:16 -05:00
David Oppenheimer
dc0dc18f84
Respond to review comments
2015-03-05 00:34:33 -08:00
Tim Hockin
af37dc0e16
Better docs for Services and public IPs.
...
Fixes #2738
2015-03-04 22:13:57 -08:00
Derek Carr
c91d8e198b
Merge pull request #3792 from ryfow/vagrant-kubernetes-memory
...
Get vagrant $vm_mem value from environment
2015-03-04 21:50:06 -05:00
Daniel Smith
a85fa30262
Merge pull request #4999 from erictune/bash_guide
...
Added a doc with coding advice.
2015-03-04 17:25:49 -08:00
Quinton Hoole
f064107083
Add documentation about the Kubernetes Github Flow.
...
Added an animation (and a link to it) detailing the standard Kubernetes Github Flow.
2015-03-04 17:18:05 -08:00
Satnam Singh
b31ae08710
Add documentation for redirect
2015-03-04 17:03:18 -08:00
Victor Marmol
5d919d6935
Specified that PUT is a replace and not an update.
...
Fixes #3112 .
2015-03-04 17:02:42 -08:00
Eric Tune
4f12f4fe03
Merge pull request #5067 from lavalamp/fix4
...
add section on constants being camel case
2015-03-04 16:49:01 -08:00
Alex Robinson
fa3ba189f2
Clarify the documentation on label selectors.
2015-03-04 15:19:43 -08:00
Daniel Smith
e3544edeea
add section on constants being camel case
2015-03-04 15:12:37 -08:00
Brian Grant
a68779dff9
Merge pull request #5052 from satnam6502/doc-proxy
...
First cut at adding documentation for accessing the cluster
2015-03-04 15:00:20 -08:00
David Oppenheimer
920487d976
Update overview.md
2015-03-04 15:00:02 -08:00
Satnam Singh
00eb4283af
First cut at adding documentation for accessing the cluster
2015-03-04 14:19:32 -08:00
Daniel Smith
7a68a5aebf
Add cluster management doc
2015-03-04 13:47:49 -08:00
Ryan Fowler
749ae3d661
Vagrant VM memory environment variable.
...
Has Vagrant try to read `KUBERNETES_MEMORY` environment varilable when setting
$vm_mem.
fixes #3792
2015-03-04 14:45:01 -06:00
MikeJeffrey
8eda537a96
Adding FAQ link to readme
2015-03-04 10:29:53 -08:00
Clayton Coleman
da46d04f13
Merge pull request #5024 from rsokolowski/doc-fixit-empty-service-selector
...
Explain what are services without endpoints used for.
2015-03-04 13:11:35 -05:00
Eric Tune
662189ebc2
Merge pull request #4967 from jlowdermilk/kubeconfig
...
Simplify generating kubeconfig with embeded cert data
2015-03-04 08:38:43 -08:00
rsokolowski
af0ade518c
Explain what are services without endpoints used for.
2015-03-04 16:19:02 +01:00
Paul Weil
e46c521e98
auto-scaler proposal
2015-03-04 08:53:18 -05:00
Brian Grant
a51bdd9795
Merge pull request #4701 from jonboulle/master
...
Rework definition of pods.
2015-03-03 15:56:32 -08:00
Rohit Jnagal
a02194d372
Merge pull request #4925 from resouer/patch-1
...
Fix broken validation tips and typo in ubuntu-multi-nodes-guide
2015-03-03 14:46:02 -08:00
Eric Tune
6765bbc179
Added a doc with coding advice.
2015-03-03 14:29:39 -08:00
Brandon Philips
5bddd99a76
docs: fix ior to or
2015-03-03 14:17:42 -08:00
Jeff Lowdermilk
6e704d174d
Simplify generating kubeconfig with embeded cert data
2015-03-03 12:18:07 -08:00
markturansky
17dc95dd6f
Persistent storage proposal
2015-03-03 15:06:18 -05:00
Piotr Szczesniak
e92192d379
Added new command clusterinfo to kubectl
...
This is first version of the command. It prints IPs of master and cluster
services. Should be improved once generalized labels are implemented #341 .
It requires label kubernet.io/cluster-service=true set for cluster services.
Follow up cl after discussion in #4417 .
2015-03-03 20:14:24 +01:00
Charles Butler
88e5b41f40
Added the Juju substrates and test results to GettingStartedGuides/README.md
...
Refactored the Juju getting started guide with @erictune and
@brendandburns reccomendations on having a supported matrix listing
under the cloud support header.
2015-03-03 11:59:36 -05:00
Whit Morriss
bdcee3b89f
A getting started guide for juju
2015-03-03 11:59:16 -05:00
Harry Zhang
957fa86b86
Fix broken validation tips and typo in guide
...
Fix:
1. validation tips broken the list in doc
2. fix typo in command line
2015-03-03 05:43:51 +00:00
Satnam Singh
105803ce04
Update cluster level docs for proxy access
2015-03-02 16:14:03 -08:00
Brian Grant
9eb2d6c881
Merge pull request #4941 from abonas/addkubeclient
...
add kubeclient to list of ruby client libraries
2015-03-02 13:32:38 -08:00
Brendan Burns
9f7b78b0a8
Merge pull request #4937 from thockin/plural_23_endpoints
...
Stop using named ports in examples and scripts.
2015-03-02 10:49:31 -08:00
Eric Tune
4ef76aba5a
Merge pull request #4708 from pires/update_coreos_kubelet
...
CoreOS updates to v0.11.0 and kubelet args fix
2015-03-02 10:20:07 -08:00
Alissa Bonas
3c90f3a423
add kubeclient to list of ruby client libraries
2015-03-02 17:43:01 +02:00
Tim Hockin
e0e6741027
Stop using named ports in examples and scripts.
2015-03-01 21:30:45 -08:00
Brendan Burns
dca88634ae
Merge pull request #4498 from lhuard1A/libvirt-coreos
...
Provide a way to create a multi-minions cluster on local VMs faster than with vagrant.
2015-02-26 14:42:05 -08:00
Eric Tune
0a677c67c0
Merge pull request #4799 from pmorie/security_nits
...
Fix nits in security proposal
2015-02-26 13:22:10 -08:00
Deyuan Deng
660428bb00
Add missing flag description; regenerate man1
2015-02-26 11:15:01 -05:00
Paul Morie
85e890840e
Fix nits in security proposal
2015-02-25 14:39:01 -05:00
Rohit Jnagal
0bc98a75f4
Merge pull request #4769 from resouer/fix-mess
...
Fix commands order & add guide in k8s-ubuntu-cluster readme
2015-02-25 06:40:19 -08:00
Vish Kannan
561ad98901
Merge pull request #4741 from benmccann/docs-update
...
Docs: update links
2015-02-24 12:56:34 -08:00
Brendan Burns
eefaafc214
Prompt the user to select a container if they don't provide one
...
and we can't infer it.
2015-02-24 06:50:22 -08:00
resouer
ce6d3b7ea3
Fix commands order & add guide in readme
2015-02-24 10:36:07 +00:00
Dawn Chen
40eec84b94
Merge pull request #4730 from radeksimko/patch-1
...
Fix a typo (peroid => period)
2015-02-23 14:13:32 -08:00
Ben McCann
b73662ac95
Update links to security contexts and service accounts to point to actual docs instead of pull requests now that those proposals have been merged
2015-02-23 13:55:02 -08:00
Tim Hockin
eed36455a7
Merge pull request #4653 from thockin/secret_fixups
...
Secrets fixups
2015-02-23 13:49:19 -08:00
Tim Hockin
3e7248f0f4
comments on base64-ness of secrets
2015-02-23 12:40:06 -08:00
Tim Hockin
8bdfc352ce
minor fixups as I review secrets
2015-02-23 12:39:47 -08:00
Rohit Jnagal
01da9a6a15
Merge pull request #4726 from coolsvap/coolsvap-centos-manual
...
Update centos_manual_config.md
2015-02-23 11:21:52 -08:00
Rohit Jnagal
0fd5fa105b
Merge pull request #4725 from coolsvap/coolsvap-fedora-manual
...
Update fedora_manual_config.md
2015-02-23 11:21:28 -08:00
Radek Simko
40e99a3a33
Fix a typo (peroid => period)
2015-02-23 18:39:29 +00:00
Swapnil Kulkarni
a174bba585
Update centos_manual_config.md
...
Add STATUS field in centos manual guide
2015-02-23 23:17:46 +05:30
Rohit Jnagal
8c2e81efe6
Merge pull request #4719 from browning/logging-documentation-version-clarification
...
Clarify version the logging documentation applies to
2015-02-23 09:46:12 -08:00
Swapnil Kulkarni
5eb86a69fe
Update fedora_manual_config.md
...
Update STATUS field in fedora-manual guide
2015-02-23 23:15:23 +05:30
Rohit Jnagal
b3ee50d28b
Merge pull request #4716 from browning/getting-started-guides-broken-ansible-link
...
Fixed a broken link in the getting started docs
2015-02-23 09:21:40 -08:00
Swapnil Kulkarni
bcb12ca6bd
Update centos_manual_config.md
...
Added temporary update to documentation for etcd version not working with CentOS virt7-update repo.
2015-02-23 20:33:53 +05:30
Brian Browning
3831aa7042
Add a clarification that the console output showing the kibana url is not present in versions below 0.11
2015-02-22 22:32:42 -08:00
Brian Browning
fb60a17206
Fixed a broken link to the fedora ansible guide in the getting started guides menu
2015-02-22 14:02:57 -08:00
Paulo Pires
3d50f0dc19
Fixed manual version update in CloudFormation template comment.
2015-02-22 16:19:39 +00:00
Paulo Pires
13c32d9179
Updated reference table for CoreOS.
2015-02-22 16:17:44 +00:00
Paulo Pires
8d54545226
Upgraded Kubernetes to 0.11.0.
...
Replaced kubelet argument --etcd_servers with --api_servers.
Fixes #4614
2015-02-22 16:08:00 +00:00
Jonathan Boulle
f216b0a2f2
docs/pods: update to address comments
2015-02-21 14:03:55 -08:00
Jonathan Boulle
a25deb67dc
Rework definition of pods.
...
This rephrases and expands the definition of pods in an attempt to be:
a) much more explicit about what technically constitutes a pod;
b) agnostic towards particular container implementations.
A change along these lines will be critical as Kubernetes starts to
support alternative container runtimes (for example, #2725 ).
In trying to be as clear as possible, this turned into a larger rewrite
than I had originally anticipated, but I am fairly confident that it is
still effectively a no-op in terms of the current Kubernetes
implementation. But I stand correctable :-).
The change also introduces some other minor cleanup and drops the
link to the `lmctfy` paper, which seemed like a tenuous reference
(perhaps there is something more specific within the lmctfy project we
could link to instead?)
2015-02-21 12:20:46 -08:00
Brendan Burns
daeadc15a9
Merge pull request #4524 from pires/coreos_etcd_waiter_requirements
...
Removed rule that defined etcd waiter to happen before setup-network-environment
2015-02-20 15:42:58 -08:00
Eric Paris
421da2043a
Generate new docs with the new changes
2015-02-20 16:41:31 -05:00
Clayton Coleman
8c7a8b4347
Clarify the difference between kinds and resources in the API
...
As we prepare to expose additional endpoints for pod status, cloning,
binding, and templating, we should clarify the terminology and
distinctions. Use pod status as an example of an alternative "resource"
that shares the same "kind" (schema) as pods.
2015-02-20 15:46:27 -05:00
Eric Tune
38a85ef81e
Service account proposal.
...
COMMIT_BLOCKED_ON_GENDOCS
2015-02-20 12:04:39 -08:00
Yu-Ju Hong
03288c3621
Merge pull request #4590 from gmarek/client3
...
Add info about contention profiling to profiling.md
2015-02-20 10:21:20 -08:00
Victor Marmol
49e7900e1a
Merge pull request #4665 from ddysher/admission-doc
...
Admission doc cleanup
2015-02-20 09:35:38 -08:00
Victor Marmol
54ef88bbf8
Merge pull request #4664 from eparis/kubectl-man
...
kubectl autogen docs update
2015-02-20 09:24:21 -08:00
Tim Hockin
646621e0e8
Merge pull request #3763 from ncdc/remote-exec-port-forward
...
Add streaming remote command execution and port forwarding
2015-02-20 08:40:33 -08:00
Deyuan Deng
a43a039e5f
Admission doc cleanup
2015-02-20 10:46:09 -05:00
Eric Paris
4806160c51
use the cobra inherrited flags instead of implementing it
2015-02-20 10:20:11 -05:00