Commit Graph

692 Commits (5d919d693520a5e190fd00b1912ef98c6d755dd4)

Author SHA1 Message Date
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
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
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
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
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
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
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
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