Commit Graph

886 Commits (2cd9828c96214a0c728afc4e346ff81c612218cc)

Author SHA1 Message Date
Zach Loafman 7814dd4ecd Merge pull request #5998 from wattsteve/patch-1
Fedora Guide: Clarify installation process for different Kube Versions
2015-03-26 11:32:35 -07:00
Clayton Coleman 1e496696ca Merge pull request #5903 from smarterclayton/support_resources_by_type_and_name
Allow resource.Builder commands to take arguments by type/name
2015-03-26 14:23:03 -04:00
Clayton Coleman 80aa498ba5 Merge pull request #5978 from smarterclayton/order_commands
Order the commands in kubectl by importance and function
2015-03-26 14:22:04 -04:00
Eric Tune 884b893370 Merge pull request #5913 from errordeveloper/master
Minor updates to CoreOS/Weave implementation for Azure cloud
2015-03-26 10:55:14 -07:00
Steve Watt 0d6cf9ae99 Add how-to for installing different Kube Versions
Provenance of the PR - https://groups.google.com/forum/#!topic/google-containers/kBw33yj33sU

This change provides users that may not be familiar with Fedora conventions with some additional information on how to quickly navigate the Fedora infrastructure to find and install the Kubernetes version that they are after.
2015-03-26 12:53:12 -05:00
Eric Tune 1f9cdce9cf Merge pull request #5521 from preillyme/patch-1
Update README to show community support
2015-03-26 10:52:09 -07:00
Eric Tune 9e5c0e3b3b Merge pull request #5296 from jeffbean/master
Adding new starting Guide for CoreOS with Kubernetes in an offline environment.
2015-03-26 10:39:36 -07:00
Clayton Coleman 0dd625ffd3 Order the commands in kubectl by importance and function
Move the client config commands towards the bottom, keep the primary
verbs near the top.  Version goes at the bottom.
2015-03-26 10:19:06 -04:00
jayunit100 280e525392 Clarify flannel vs networkmanager usage of ansible 2015-03-25 23:02:20 -04:00
Clayton Coleman 581d7cd789 Allow resource.Builder commands to take arguments by type/name
Will allow xarg behavior to fetch resources across multiple types.
Changes 'create', 'get', 'update', 'stop', and 'delete' to output
<resourceType>/<name>.
2015-03-25 20:39:22 -04:00
Robert Bailey 5936760b4e Merge pull request #5797 from ihmccreery/getting-started-guides-gce-update
Getting started on GCE: Clarify and update the Getting VMs section to po...
2015-03-25 16:54:33 -07:00
Mark Maglana fd29104ff5 Fix confusing use of "comprise"
The word "comprise" means "be composed of" or "contain" so
"applications comprised of multiple containers" would mean
"applications composed of of multiple containers" or "applications
contained of multiple containers" which is confusing.

I understand that this is nitpicking and that "comprise" has a new
meaning which is the opposite of its original definition just like
how "literally" now means "figuratively" to some people. However, I
believe that clarity is of utmost importance in technical
documentation which is why I'm proposing this change.
2015-03-25 14:55:34 -07:00
Isaac Hollander McCreery 76f3700388 Getting started on GCE: Clarify and update the Getting VMs section to point to current documentation; clarify and update Prerequisites to include ‘gcloud preview’; include information about ‘kube-down.sh’ if ‘kube-up.sh’ fails 2015-03-25 21:47:39 +00:00
Clayton Coleman 590acda4e2 Merge pull request #5932 from rjnagal/cleanup
Add a pointer to kubernetes-dev to API changes doc.
2015-03-25 14:32:08 -04:00
Benjamin Elder 8446cc9c50 Update gce.md OSX instructions per issue #5852
Update /docs/getting-started-guides/gce.md prerequisites to include relevant urls for osx.
See https://github.com/GoogleCloudPlatform/kubernetes/issues/5852 for the related issue.
2015-03-25 14:10:04 -04:00
Rohit Jnagal 3dfa26305e Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
Eric Paris 50452994cb Merge pull request #5847 from aveshagarwal/kubernetes-fedora-guides-minions
Describes addition and deletion of minions (or nodes) at run time, and some other fixes.
2015-03-25 12:04:59 -04:00
Ilya Dmitrichenko b6cc4cb22f coreos/azure: Update image IDs 2015-03-25 13:42:59 +00:00
Ilya Dmitrichenko edb39e0601 coreos/azure: Move `storage_account` under resources 2015-03-25 13:40:10 +00:00
Jeffrey Bean 6cb53acad7 Changing notes section to kubectl over kubecfg 2015-03-25 06:09:23 -07:00
Ilya Dmitrichenko 152ec2ed75 coreos/azure: Do cleanup storage account (Azure/azure-xplat-cli#1615) 2015-03-25 12:56:24 +00:00
Young c2e0f84f70 minor doc modification 2015-03-25 11:16:25 +00:00
Deyuan Deng ca68f4a9d1 Rename ConditionFull->ConditionTrue, ConditionNone->ConditionFalse 2015-03-24 17:28:59 -04:00
Avesh Agarwal 8d345fc94b Describes addition and deletion of kubernetes nodes dynamically.
Removes --machines stuff from /etc/kubernetes/controller-manager, and now
no change is required in it from its default configuration.
Changes terminology from kubernetes minions to kubernetes nodes.
Fixes /etc/kubernetes/proxy duplication issue.
2015-03-24 14:09:48 -04:00
Brendan Burns d216984194 Update coreos_single_node_cluster.md 2015-03-24 10:39:25 -07:00
Brendan Burns bcc9a43a6c Update coreos_multinode_cluster.md 2015-03-24 10:39:25 -07:00
Jeff Lowdermilk bc4a082f7a Merge pull request #5815 from brendandburns/kubecfg
Revert the revert of a previous run.  Update to a fixed cobra/pflag.
2015-03-24 09:09:26 -07:00
Robert Bailey 1dc7bcf53b Merge pull request #5760 from jayunit100/ansible-readme
Some minor cleanups and simplifications to the ansible directions.
2015-03-24 07:58:18 -07:00
Robert Bailey a2d5f8fe22 Merge pull request #5832 from brendandburns/master
Describe manual setting of PortalIP in service creation.
2015-03-24 07:57:19 -07:00
Saad Ali 959b3a45d6 Merge pull request #5583 from brendandburns/docs
Update error status code documentation a little bit.
2015-03-24 07:33:08 -07:00
Brian Grant 8da8cf16b0 Merge pull request #5844 from wojtek-t/change_ns_to_namespaces
Change "/ns" to "/namespaces" in few remaining places.
2015-03-24 07:30:33 -07:00
Wojciech Tyczynski f7191d626d Change "/ns" to "/namespaces" in few remaining places. 2015-03-24 13:05:32 +01:00
Maciej Szulik 6a2ee9ae9f Fixed markdown 2015-03-24 12:01:41 +01:00
Brendan Burns a92ca3fd6f Update error status code documentation a little bit. 2015-03-23 21:13:11 -07:00
Brendan Burns a18ec3be88 Update spf13/cobra with recent commits. 2015-03-23 21:06:45 -07:00
Brendan Burns c66caa5336 Revert "Revert "Update cobra/pflag. Also update generated kubectl documentation.""
This reverts commit 69432e8b2f.

    COMMIT_BLOCKED_ON_GENDOCS
2015-03-23 21:06:45 -07:00
Brendan Burns 62418fd120 Describe manual setting of PortalIP in service creation. 2015-03-23 20:22:36 -07:00
jayunit100 378b1b0275 Some cleanup, clarification, and addition of NetworkManager requirements for ansible setup 2015-03-23 22:17:28 -04:00
Brendan Burns a7f3d7d820 Merge pull request #5550 from AntonioMeireles/registry_gunicorn_play_safe
workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs
2015-03-23 14:06:51 -07:00
Robert Bailey a7bc9edb96 Specify bash when installing kubernetes via get.k8s.io.
Fixes #5689.
2015-03-21 22:50:29 -07:00
Abhishek Gupta d1b7a9fb4a Adding documentation for headless services 2015-03-20 16:21:58 -07:00
Eric Paris bae8f9c06f Update getting started guide table to list latest tested on Fedora 2015-03-20 15:57:08 -04:00
Zach Loafman 7f02e110f4 Merge pull request #5594 from lhuard1A/libvirt-coreos_kube-push
libvirt-coreos: Make kube-push able to push non-release kubernetes binaries
2015-03-20 10:20:02 -07:00
António Meireles b60a3cca45 workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs.
avoids race conditions (docker/docker-registry#892) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-20 16:40:30 +00:00
Brian Grant 3e91fc5288 Merge pull request #5195 from derekwaynecarr/update_namespace_design
Design graceful termination of Namespaces
2015-03-20 09:00:35 -07:00
CJ Cullen f6d8d5f800 Merge pull request #5522 from fabioy/expose-label.fix
Add "--labels" option to the "expose" kubectl command.
2015-03-19 14:40:15 -07:00
CJ Cullen eaf35b89b7 Merge pull request #5641 from gosharplite/patch-1
Fix master ip error.
2015-03-19 09:31:37 -07:00
Derek Carr 475f24310c Merge pull request #5418 from rjnagal/docs
Update vagrant documentation to use get.k8s.io for setup.
2015-03-19 11:08:07 -04:00
Avesh Agarwal 7ee4cfe54c Fixes to Kubernetes/Fedora upstream guide. 2015-03-19 10:18:45 -04:00
gosharplite cd4d0fdb8b Fix master ip error. 2015-03-19 13:55:34 +08:00