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
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
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
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