Commit Graph

979 Commits (5c4b6583e4c9f47e4b78734273becaa2c75f43c8)

Author SHA1 Message Date
deads2k 5c4b6583e4 fix kubectl config view to respect serialization formats 2015-04-07 08:07:24 -04:00
Robert Bailey 05fd6fe619 Merge pull request #6432 from brendandburns/hyperkube
Add a docker image for hyperkube, and instructions on how to use.
2015-04-06 11:23:40 -07:00
Rohit Jnagal 62f399fb84 Merge pull request #6453 from mazswojejzony/master
Ubuntu-cluster updates: configure.sh fix and guide update
2015-04-06 11:17:51 -07:00
Brendan Burns 628b052aae Add a docker how-to guide. 2015-04-06 10:43:42 -07:00
mazswojejzony 0062da4956 Added extra info on 10.0.0.0/16 network
Using 10.0.0.0/16 for flannel network and 10.10.103.x for example cluster network is a bit misleading as people may think they should use the same network for both flannel and eth0 interfaces. This commit tries to clarify that flannel shall use different network.
2015-04-05 22:38:24 +02:00
Masahiro Sano d50af6c6bf fix broken tables in docs/resouce_quota_admin.md 2015-04-05 18:59:06 +09:00
Brian Grant b0b6418ca3 Merge pull request #6377 from nikhiljindal/kubevtl
Updating components to use v1beta3
2015-04-03 15:58:09 -07:00
nikhiljindal f2b72931fc Updating components to use v1beta3 2015-04-03 15:19:14 -07:00
Brian Grant 0d95883593 Merge pull request #6027 from ghodss/kube-patch
Implement Strategic Merge Patch in apiserver
2015-04-03 15:08:51 -07:00
Sam Ghods 2c977db1b3 Implement Strategic Merge Patch in apiserver 2015-04-03 11:51:02 -07:00
Brian Grant a1b5325011 Added s/hostDir/hostPath/
Added PullPolicy
Added the change from labels to label-selector
2015-04-03 07:03:44 +00:00
Daniel Smith d69e7163a5 Merge pull request #6391 from bgrant0607/api
First cut at v1beta3 FAQ and versioning rationale.
2015-04-02 17:47:01 -07:00
David Oppenheimer eb11e02964 Merge pull request #5442 from mesosphere/getting-started-guide-mesos
Getting started guide for Mesos on Google Cloud Platform
2015-04-02 17:32:40 -07:00
Brian Grant 7e07989897 First cut at v1beta3 FAQ and versioning rationale.
Fixes #3670, #6272, #2695.
2015-04-02 23:41:36 +00:00
Sam Ghods ca18e86877 Make naming of kubectl subcommands consistent 2015-04-02 16:14:53 -07:00
Prashanth B 620af16892 Merge pull request #6097 from derekwaynecarr/limit_range_default_value
Limit range supporting a default resource limits value
2015-04-02 16:04:09 -07:00
Brendan Burns bd0ee98538 Add some more clarity around "controversial" or "complex" PRs and merging. 2015-04-02 12:05:49 -07:00
Tobi Knaup 8a6e13a8c4 Explain how to get to the Mesos GUI 2015-04-02 11:24:20 -07:00
Eric Tune 3025fa8708 Merge pull request #6151 from AntonioMeireles/add_pointer_to_docs
adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant
2015-04-02 09:15:36 -07:00
Eric Tune 294b71d2af Merge pull request #6138 from bronislav/update-aws-template
A few update AWS template
2015-04-02 09:01:58 -07:00
Jerzy Szczepkowski 860257e01f Merge pull request #6050 from piosz/docs
Changed merge policy
2015-04-02 10:09:05 +02:00
Prashanth B 3f2309ad15 Merge pull request #6307 from GoogleCloudPlatform/goltermann-issues-1
Update issues.md with modified priority definitions
2015-04-01 17:13:08 -07:00
goltermann bdbe3fc980 Update issues.md 2015-04-01 16:37:42 -07:00
Steve Watt 221a63396d Added yum install of etcd 2015-04-01 17:44:12 -05:00
Tim Hockin 4191c94e6b Merge pull request #6313 from krousey/design_doc_fix
Changing the case of API to be consistent with surrounding uses.
2015-04-01 15:11:52 -07:00
Alex Robinson 68ca910c1b Fix the kubectl docs at head. 2015-04-01 21:59:26 +00:00
Connor Doyle 6872a73827 Getting started guide for Mesos on GCP. 2015-04-01 14:52:02 -07:00
Kris Rousey 547ee5bb2a Changing the case of API to be consistent with surrounding uses. 2015-04-01 14:49:33 -07:00
Robert Bailey 22d9c67cb7 Merge pull request #6190 from liggitt/client_cert_auth
Add client cert authentication
2015-04-01 14:11:29 -07:00
Derek Carr 2af9b54147 Merge pull request #6259 from zmerlynn/fix_cloud_provider
Eliminate grains.cloud_provider (in preference to grains.cloud) from SaltStack
2015-04-01 17:04:05 -04:00
derekwaynecarr dbe4d42934 Update design doc for limit range change 2015-04-01 16:54:21 -04:00
Vish Kannan d010b2a34e Merge pull request #5560 from erictune/secrets_doc
Secrets doc
2015-04-01 13:24:19 -07:00
Brian Grant 7450da41f1 Merge pull request #6094 from ddysher/remove-reachability
Remove Reachable Condition
2015-04-01 13:16:47 -07:00
goltermann a0e78df2d3 Update issues.md
Updating priority definitions - open for discussion if there are other opinions.
2015-04-01 13:00:37 -07:00
Deyuan Deng 6bb9701489 Remove Reachable Condition 2015-04-01 13:56:43 -04:00
Jordan Liggitt c797a91e36 Add client cert authentication 2015-04-01 13:42:26 -04:00
Zach Loafman b581320bf7 Eliminate grains.cloud_provider (in preference to grains.cloud) from SaltStack
This variable can be entirely derived from grains.cloud, and it
simplifies the configuration somewhat. (Or someone convince me I'm
wrong. I'm happy to be wrong here.)
2015-04-01 08:32:32 -07:00
Derek Carr 762c449043 Merge pull request #6262 from zmerlynn/rm_master_ip
rm Salt grains.master_ip
2015-04-01 11:10:48 -04:00
Zach Loafman 0806e3bde0 rm Salt grains.master_ip
This appears in the Salt documentation, is set by Vagrant, but has no
consumers. Remove vestigial references.
2015-03-31 17:31:47 -07:00
Victor Marmol 08af9dbe24 Merge pull request #6250 from TamerTas/typo
Fix typo in /docs/design/secrets.md
2015-03-31 15:34:16 -07:00
Tamer Tas e5f29b915d Fix typo in Secrets design document 2015-04-01 01:18:49 +03:00
Victor Marmol a78a009877 Merge pull request #6249 from TamerTas/typo
Fix typo in Secrets
2015-03-31 15:14:55 -07:00
Eric Tune a1c36972a0 Added documentation for Secrets. 2015-03-31 15:02:35 -07:00
Tamer Tas 6c10cf7b98 Fix typo in Secrets 2015-04-01 00:56:20 +03:00
Victor Marmol f0b3493c26 Merge pull request #6240 from zmerlynn/fix_apiservers
s/apiservers/api_servers/ in Salt
2015-03-31 13:06:09 -07:00
Zach Loafman 6c219885e0 s/apiservers/api_servers/ in Salt
It looks like api_servers finally won this battle. Kill off the
last remaining places passing it, but allow the kubelet Salt to
accept apiservers for a period of time.

(This was bothering my OCD.)
2015-03-31 12:29:46 -07:00
Rohit Jnagal 903fb42a36 Merge pull request #6208 from brendandburns/aws
Shorten up the AWS getting started guide to point to get.k8s.io.
2015-03-31 11:12:47 -07:00
Brendan Burns fb10fb620f Shorten up the AWS getting started guide to point to get.k8s.io, stop pointing at
an obsolete release.
2015-03-31 10:57:31 -07:00
Victor Marmol 9bbf0b1546 Merge pull request #6100 from pmorie/entrypoint
Add control over container entrypoint
2015-03-31 09:58:40 -07:00
Paul Morie 7628b37d78 Add control over container entrypoint 2015-03-31 12:32:03 -04:00