Commit Graph

87 Commits

Author SHA1 Message Date
John Chadwick b6ae1c0a64 docs: Minor README formatting improvement. 2016-12-13 11:50:46 -05:00
vendrov 83c174914a more detailed installation instructions 2016-12-07 01:42:35 +02:00
Kris Childress 7242d91e24 Merge pull request #989 from WillPlatnick/brew_docs
Add brew install documentation
2016-12-04 06:00:26 -07:00
Will Platnick 9e6323afdd Update Homebrew documentation 2016-12-02 11:12:46 -06:00
Kris Childress 62279b3674 Remove double logo, tweak README 2016-12-01 23:13:34 -07:00
Kris Childress d063499a55 Init 2016-12-01 21:57:02 -07:00
Zachary Adam Kaplan 68974149ef fix path to adding feature doc 2016-12-01 23:32:28 +00:00
Kris Childress 281bf05c12 Update README.md 2016-11-21 12:09:38 -07:00
Author Name 77fb9ad0d0 Readme tweaks for office hours 2016-11-20 19:21:34 -07:00
Kris Childress ff92d3a85b Remove how it works - updating readme 2016-10-26 17:44:25 -06:00
Kris Childress 8015a4b0aa Fixing line typo in README 2016-10-26 10:01:30 -06:00
Kris Childress deffb17eb4 Remove ] from aws link 2016-10-26 07:00:20 -06:00
Kris Childress 5d2b89ceae Visability for "other interesting modes" 2016-10-26 06:55:05 -06:00
Kris Childress 980ddb2420 Cleaning up the README a bit more
- Remove GCE
 - Remove Cloud-Init
 - Quickstart for AWS
2016-10-26 06:50:46 -06:00
Kris Childress 9216ef737b Readme Changes
- This is a major documentation change and cleanup for kops
2016-10-25 00:56:18 -06:00
Kris Childress c6f096b425 Adding CI to README 2016-10-22 09:56:17 -06:00
Kris Childress 0f15a48f90 Removing WIP line from README 2016-10-15 19:15:20 -06:00
Ryan Fowler 69553a0367 reorder `cd` and `git checkout` commands in readme
These commands seemed to be out of order.
2016-10-10 10:54:00 -05:00
Justin Santa Barbara 6eeb7bf596 Prepare for 1.4.1: bump nodeup; add docs 2016-10-10 10:55:48 -04:00
Justin Santa Barbara 004d08d1a6 Update terraform docs for 0.7 release
Issue #281
Closes #256
2016-08-14 23:16:44 -04:00
Justin Santa Barbara 6d4284a029 Add notes describing aug 11 changes 2016-08-11 22:40:16 -04:00
Justin Santa Barbara a7e2a24c94 Add docs on AWS VPC 50 node limit
Also on subnets & routing tables.

Fix #246
2016-08-03 01:44:38 -04:00
Justin Santa Barbara 928fd6161d Remove addons command
Encourage users to use kubectl instead
2016-08-03 00:42:42 -04:00
Justin Santa Barbara 45dd1da4a1 Better output when kubectl not in PATH
Also add to README

Fix #238
2016-08-02 23:06:51 -04:00
Justin Santa Barbara 2fa3bcc952 UX: Split create command into `create` and `update`
We separate out the `create cluster` operation from the `update cluster`
operation.  Now create cluster only creates the spec (unless you pass
--yes), and is only for new clusters.

`update cluster` works on new or existing clusters, and should be called
to apply changes.

`update` is not the best name, because it means something different in
kubectl, but I think it's a good start.
2016-07-21 11:54:09 -04:00
Justin Santa Barbara 5e4b060edd Support positional arguments for kops export kubecfg 2016-07-21 01:29:09 -04:00
Justin Santa Barbara df56204479 Export kubecfg after as create cluster by default
It is scoped to a particular context, so seems harmless, and users will
(almost?) always do it after creation.

Fix #129
2016-07-12 23:02:43 -04:00
Justin Santa Barbara cae256340b Find matching existing DNS hosted zone
We choose the longest matching existing hosted zone as the default,
rather than the previous heuristic which was overly simplistic.

We also require the hosted zone to exist now; it doesn't seem to really
cost us anything given that the user has to set up DNS delegation
anyway.

Fix #125
2016-07-12 22:15:20 -04:00
Justin Santa Barbara 9f1143781d Add docs for changing root volume type/size 2016-07-11 00:26:05 -04:00
Justin Santa Barbara 48cabafd7c docs: suggest more strongly to export KOPS_STATE_STORE
Otherwise it's not entirely clear that you really want to do this, and
that it's not just for the formatting of the examples!
2016-07-06 10:16:20 -04:00
Justin Santa Barbara a9198ee5a4 Merge pull request #52 from justinsb/fix_49
Remove glide from readme
2016-07-06 00:22:46 -04:00
Justin Santa Barbara 538c6ca007 docs: provide more hints about how to choose a cluster name
Make it clearer that the cluster name should be a DNS name.

Fix #28
2016-07-05 22:49:28 -04:00
Justin Santa Barbara 59479a7bd3 Remove glide from readme
It isn't required to build the code, now that we checked in the vendor
directory.

Fix #49
2016-07-05 22:35:38 -04:00
Justin Santa Barbara 9c07670d26 Don't force HA master by default
Users can still get HA master by explicitly specifying a list of
`--master-zones`.

But HA master is not as well tested, is slower, needs more machines etc
and we probably shouldn't silently force it as the default.

Fix #33
2016-07-05 12:23:47 -04:00
Morgan Bauer e90a2d7ff1
fix build directory 2016-06-30 10:06:54 -07:00
Justin Santa Barbara 4c53077b60 docs: streamline readme
Drop some optional arguments that are just noise
2016-06-30 10:34:27 -04:00
Justin Santa Barbara d8b661777b Merge cloudup tool into `kops create cluster` 2016-06-30 10:25:50 -04:00