Commit Graph

973 Commits (2c9308037350f859c50e4e463d3c59f9935a5923)

Author SHA1 Message Date
Kris Rousey d3312e27f2 Fixing a small grammatical error in the pod states documentation. 2015-03-30 17:08:28 -07:00
Jeff Grafton fd94fdbe2a Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Brendan Burns 4659a12d6b Merge pull request #6135 from AntonioMeireles/master
getting 7bc7f47 fully right.
2015-03-30 12:27:28 -07:00
Eric Tune ebf3134c79 Proposed guidelines for new Getting-started-guides.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-03-30 09:52:52 -07:00
António Meireles 5a6069bb27 adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 17:45:34 +01:00
Victor Marmol 4c23a6762d Merge pull request #6101 from ric03uec/fix_admission_control_url
fixing url for admission_control docs
2015-03-30 09:43:34 -07:00
Victor Marmol a922bf9d2c Merge pull request #6157 from AntonioMeireles/drop_remaining_cadvisor_refs
remove remaining references to containerized cadvisor.
2015-03-30 08:06:53 -07:00
Victor Marmol 58bc479e81 Merge pull request #6149 from ghodss/update-gce-quickstart
Update GCE getting started guide to include gcloud preview
2015-03-30 08:01:16 -07:00
António Meireles 0b793a6c74 remove remaining references to containerized cadvisor.
since GoogleCloudPlatform/kubernetes#5308 got merged cadvisor facilities are
built-in in kubelet, so time to update the 'screenshots'...

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 15:27:23 +01:00
António Meireles bb4071e8be getting 7bc7f47 fully right.
given that etcd is disabled in the nodes we need to wait for master's etcd to be
available so that flanneld gets properly wired.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 08:33:11 +01:00
Sam Ghods ef77349306 Update GCE getting started guide to include gcloud preview 2015-03-29 18:37:01 -07:00
Deyuan Deng f35dc54d62 Fix docs 2015-03-28 23:42:54 -04:00
Anton Ilin 2d01f1f02e Fix indentation and types cf template parameters
Use AWS specific types for key pair name and vpc parts
2015-03-28 18:33:47 +02:00
Michael Bessolov db51edb767 Update networking.md
Fixed a typo.
2015-03-27 15:40:39 -07:00
devashish 95b528ffec fixing url for admission_control docs 2015-03-27 14:31:27 -07:00
Brian Grant c9ad322ba9 Merge pull request #5831 from smarterclayton/add_more_errors
Add more specific error handling and handle generic errors more effectively
2015-03-27 14:17:11 -07:00
Clayton Coleman aa44d29d10 Updated documentation and adjusted field names 2015-03-27 17:08:59 -04:00
Brendan Burns 1aa2b97792 Revert "Revert "Update gce starting guide to use get.k8s.io""
This reverts commit b369f2b48f.
2015-03-27 13:46:28 -07:00
Brendan Burns 3eda80b3c5 Merge pull request #5985 from lyda/aws-fixes
Template doesn't work with VPCs
2015-03-27 09:58:51 -07:00
Jeff Lowdermilk 803086c2c6 Merge pull request #6034 from thockin/target_port_flag
Alias --container-port to --target-port in kubectl
2015-03-27 09:56:33 -07:00
António Meireles 7bc7f47c3e simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-27 09:44:01 +00:00
Piotr Szczesniak eec9ad6dfc Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
2015-03-27 10:06:21 +01:00
Piotr Szczesniak 87829067cd Merge pull request #6044 from gosharplite/patch-2
Fix typo.
2015-03-27 10:01:45 +01:00
Wojciech Tyczynski f488c3b468 Merge pull request #5923 from wojtek-t/update_roadmap
Change performance targets in roadmap
2015-03-27 08:29:32 +01:00
Tony Hsu fe26571157 Fix typo. 2015-03-27 12:55:09 +08:00
Zach Loafman b369f2b48f Revert "Update gce starting guide to use get.k8s.io" 2015-03-26 19:36:25 -07:00
Tim Hockin f928f52a4a Alias --container-port to --target-port in kubectl 2015-03-26 17:59:46 -07:00
Brendan Burns 61b624457d Update gce starting guide to use get.k8s.io
Also auto install gcloud if it's not present.
2015-03-26 16:08:56 -07:00
Jeff Lowdermilk 653b7e629d Merge pull request #5977 from smarterclayton/allow_expose_to_handle_other_resources
Allow `kubectl expose` to be polymorphic to the source of the selector
2015-03-26 13:23:21 -07:00
Jeff Lowdermilk fc2eb66d9f Merge pull request #5976 from smarterclayton/support_resource_builder_on_label
`kubectl label` should support resource builder
2015-03-26 13:21:56 -07:00
Clayton Coleman 64f91f7dac Allow `kubectl expose` to be polymorphic to the source of the selector
Allows exposing new resource types to be exposed (OpenShift deployment
controllers, copying services, and other resources that will have
pod label selectors).

Also fixed a bug where the selector wasn't exposed because of parameter
defaulting.
2015-03-26 14:36:53 -04:00
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
Clayton Coleman 68c46e7f52 `kubectl label` should support resource builder
Allow applying labels to all resources, by existing selector, and
soon allow multiple selection.
2015-03-26 14:01:05 -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
Kevin Lyda f3c775ae19 Fix AWS::AutoScaling::LaunchConfiguration.
This only supports SecurityGroups; I'm assuming I need to use the
GroupId for the SecurityGroup with VPCs.  In addition this doesn't
support SubnetId.
2015-03-26 14:26:08 +00: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
Kevin Lyda 32aad891ef Fix SecurityGroups/SecurityGroupIds issue. 2015-03-26 13:49:43 +00:00
Kevin Lyda e2049b7ce7 Fixing issues with VPC.
One part of a fix to get this working on AWS VPCs.
2015-03-26 11:35:46 +00:00
Wojciech Tyczynski 82f565e3ea Change performance targets 2015-03-26 07:43:22 +01: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
Adam Dymitruk e94b561623 Better wording for clean up.
Encouraging squashing by default leads to important history being lost. People new to different git flows may be doing themselves and the project a disservice without knowing.
2015-03-23 23:51:46 -07: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
CJ Cullen 97b806e3a7 Merge pull request #5566 from jlowdermilk/update-docs
Update getting-started-guides/gce.md for using prebuilt release
2015-03-18 15:47:24 -07:00
CJ Cullen 6cd5b4333a Merge pull request #5597 from lhuard1A/libvirt-coreos_doc
Update libvirt-coreos documentation
2015-03-18 15:45:03 -07:00
Rohit Jnagal 0817bf2c72 Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Jeff Lowdermilk 8f1462452a Update getting-started-guides/gce.md for using prebuilt release
Remove instructions for hack/build-go.sh. Client binaries are included
in official release tars.
2015-03-18 12:20:14 -07:00
CJ Cullen 4586f8ce29 Merge pull request #5561 from tOnI0/master
simplify fleet invocation
2015-03-18 11:21:52 -07:00
Jeff Bean 3302ef48f6 spelling and grammar corrections 2015-03-18 08:54:30 -07:00
Jeff Bean b66e2d87bc Adding seimple service to the demo setion 2015-03-18 08:45:17 -07:00
derekwaynecarr 3672d8d728 Update namespaces design 2015-03-18 11:33:02 -04:00
Lénaïc Huard 8fb8e20f2c Make kube-push able to push local binaries built by `make`
and not only releases built by `make release`.

The behavior is conditionned by the KUBE_PUSH environment variable.
2015-03-18 15:31:11 +01:00
Jeff Lowdermilk faab509a23 Merge pull request #5543 from you-n-g/master
add get available versions commmand
2015-03-17 17:34:33 -07:00
Victor Marmol 94ba5db932 Merge pull request #5562 from yujuhong/verbal
Add -v to `go run hack/e2e.go -ctl` commands
2015-03-17 13:12:22 -07:00
Yu-Ju Hong fb10ccbbd8 Add -v to `go run hack/e2e.go -ctl` commands 2015-03-17 12:32:34 -07:00
Antoine Cotten a4e29053f7 simplify fleet invocation
see commit b5a50ca
2015-03-17 20:05:39 +01:00