Commit Graph

18 Commits

Author SHA1 Message Date
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