Commit Graph

15 Commits

Author SHA1 Message Date
Justin Santa Barbara 9e9855d1a4 Simpler upgrade procedure: reuse subnet
By reusing the subnet & security groups, we are able to skip the ELB
steps of the upgrade procedure.  The new cluster also has the same
identity as the old cluster for security groups, so we don't need to
reconfigure ELB etc.

Fixes #175
Fixes #174
2016-07-22 11:47:12 -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 61ef63391c Merge pull request #176 from justinsb/docs_7
Add docs for master resize
2016-07-21 09:31:04 -04:00
Justin Santa Barbara 5e4b060edd Support positional arguments for kops export kubecfg 2016-07-21 01:29:09 -04:00
Justin Santa Barbara d0a0741f8f Add docs for master resize 2016-07-19 22:46:17 -04:00
Justin Santa Barbara 169e911551 More docs polishing 2016-07-15 00:07:31 -04:00
Justin Santa Barbara 302f23463e Configuration of admin access to ports 22 and master-443
Fix #143
2016-07-14 10:33:26 -04:00
Justin Santa Barbara 5f627ad793 Beginning of docs about commands and args 2016-07-14 02:43:42 -04:00
Justin Santa Barbara 6f61e0c5b0 Better formatting for commands with responses 2016-07-11 00:29:00 -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 0aed68c260 Add support for deleting an InstanceGroup 2016-07-11 00:08:55 -04:00
Justin Santa Barbara 1d59f2aa80 Replace StateStore with a registry
StateStore was highly orientated towards a VFS system; replace it with a
Registry abstraction that is more object based.

We also rationalize much of the CLI (cmd) command logic also.
2016-07-11 00:07:59 -04:00
Justin Santa Barbara eb589fd025 Import cluster should create the same style name 2016-07-11 00:03:22 -04:00
Justin Santa Barbara a2d7dc017c Initial docs for how to apply a configuration change
The procedure could definitely use some work!
2016-07-05 13:04:17 -04:00
Justin Santa Barbara 3886c03efe Cleanup: move docs to top-level, add .gitignore
Rearranging for the new repo
2016-06-30 10:31:18 -04:00