Chris Love
f750d7177f
Merge pull request #653 from nckturner/grammar-fix-10-14
...
simple -> simply
2016-10-15 18:10:41 -06:00
Justin Santa Barbara
d7a2b0ba39
Add doc for our approach to dependencies
2016-10-15 13:26:41 -04:00
Nick Turner
443c810b7f
simple -> simply
2016-10-14 22:47:06 -07: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
a47674d10c
Redhat/CentOS fixes per code review
...
* Always read /etc/redhat-release (symlinked on CentOS)
* Make _rhel_family the tag name, not _centos_family
* Add comment about writing to "system" systemd area
2016-10-07 09:43:04 -04:00
Justin Santa Barbara
9596b64121
Add RHEL7
2016-10-07 00:11:08 -04:00
Justin Santa Barbara
d86390c172
CentOS7 initial experimental support
2016-10-06 23:23:30 -04:00
Justin Santa Barbara
655a61588e
Switch all the final switches for release 1.4
...
Also apply the 1.4 schema changes.
2016-10-01 13:50:19 -04:00
Justin Santa Barbara
3ead9fe0ce
Create addons for 1.4
...
(It isn't activated yet though)
2016-10-01 09:35:20 -04:00
Justin Santa Barbara
aebf5f1e03
Create stable channel for kops
...
The idea being we don't necessarily always want to pick up the latest
change immediately, without validating it first.
Also this is an easy way to recommend the latest AMI without having to
search for it. We also create an alias to the owner id, so that it is
readable / verifiable.
2016-09-30 20:59:32 -04:00
Justin Santa Barbara
efe206ef61
Add docs for labels
...
Fix #441
Fix #241
Issue #311
2016-09-28 22:02:58 -04:00
Andrew Johnstone
07ef05d931
Rename comands.md to commands.md
2016-09-26 11:48:40 +01:00
Justin Santa Barbara
5ee6cc4f7b
Docs on uploading a custom build
2016-09-24 11:51:11 -04:00
Justin Santa Barbara
999e802b5d
Merge pull request #492 from justinsb/docs_image_name
...
Docs: describe how to go from an AMI to an image name
2016-09-24 11:42:32 -04:00
Justin Santa Barbara
d494d83436
Merge pull request #452 from yissachar/support-shared-subnets
...
Add support for shared subnets
2016-09-24 11:41:28 -04:00
Justin Santa Barbara
addaf5e4b4
Don't add terraform to --out
...
Fix #486
2016-09-24 11:25:39 -04:00
Justin Santa Barbara
adf71b180d
Docs: describe how to go from an AMI to an image name
2016-09-23 10:21:07 -04:00
Yissachar Radcliffe
5217bd432d
Add support for shared subnets
2016-09-16 12:17:44 -04:00
Andrew Johnstone
f6d2f8f196
Update secrets.md
2016-09-09 17:09:58 +01:00
Justin Santa Barbara
6e853a020f
More docs on custom images
...
Explain that ubuntu is not yet tested
2016-09-09 10:24:38 -04:00
Justin Santa Barbara
9c3105b323
Make automatic upgrades optional
...
We add a `UpdatePolicy` field to the cluster spec
Also document how this feature was added.
2016-09-08 11:18:14 -04:00
Justin Santa Barbara
62d5451b25
Initial (experimental) Ubuntu 16.04 support
2016-09-08 10:20:42 -04:00
Justin Santa Barbara
466ee35787
Merge pull request #375 from justinsb/docs_network_1
...
WIP network mode docs
2016-09-08 00:15:23 -04:00
Justin Santa Barbara
d3ab070b0d
Use go-bindata to embed our models
...
This allows us to have single-file deployment
2016-09-07 11:56:03 -04:00
Justin Santa Barbara
d2ccc99e86
WIP network mode docs
2016-08-27 15:19:15 -04:00
Justin Santa Barbara
dc63e307df
Allow pluggable networking: classic, kubenet, external
2016-08-22 12:32:15 -04:00
Justin Santa Barbara
f3bd394008
Document cleaned up upgrade command
...
Issue #239
2016-08-16 10:27:37 -04:00
Justin Santa Barbara
5d8c170360
Rename old upgrade command; make new upgrade intuitive
...
The old upgrade command (which was only called as part of a kube-up ->
kops upgrade) is now `kops toolbox convert-imported`. The docs are
updated, but this is only normally called once per import so this should
not be high impact.
The upgrade command now looks for things that need upgrading. Currently
only `upgrade cluster` is implemented; it currently only checks the
KubernetesVersion. If KubernetesVersion is out of date, it will be
printed, and if --yes is specified the cluster spec will be set to the
next value.
2016-08-16 09:28:36 -04:00
Justin Santa Barbara
68719704ef
e2e test runner
2016-08-15 23:09:11 -04:00
Justin Santa Barbara
0a49f5ae33
Docs: run `kops delete cluster` even with TF, for dynamic resources
2016-08-14 23:45:20 -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
8bcbfd2991
Add note that ASGs change during upgrade from 1.2
...
Fix #286
2016-08-14 22:42:11 -04:00
Justin Santa Barbara
8be3b87e1b
Merge pull request #303 from justinsb/docs_aug14a
...
Start work on documenting authentication/security
2016-08-14 22:33:03 -04:00
Justin Santa Barbara
399e622f64
Start work on documenting authentication/security
...
In particular SSH
Issue #166
Issue #263
Issue #236
2016-08-14 22:30:49 -04:00
Justin Santa Barbara
7cde6890a4
Export admin password in kubecfg
...
This is where users expects to find it, because it is how kube-up does
it.
Issue #166
2016-08-14 22:18:58 -04:00
Justin Santa Barbara
7699dc8fd2
Merge pull request #294 from justinsb/use_ssh_key
...
SSH key improvements
2016-08-11 22:28:41 -04:00
Justin Santa Barbara
1f68107ded
Merge pull request #292 from justinsb/run_ci_versions
...
Run CI versions of k8s
2016-08-11 22:28:33 -04:00
Justin Santa Barbara
96b49d5641
Document key creation for import
2016-08-11 12:05:35 -04:00
Justin Santa Barbara
8fb4215e17
Run CI versions of k8s
...
CI versions are not pushed to gcr.io, so we need to preload the images
by downloading them and doing a docker load.
2016-08-11 01:32:42 -04:00
Daniel Beruben
28dbdcf78d
add docs how to update kops
2016-08-08 14:04:30 -04:00
Justin Santa Barbara
de0482a411
More consistency in publickey CLI
...
Also docs skeleton
2016-08-05 01:23:13 -04:00
Justin Santa Barbara
5585af595b
Support reading the plaintext value of a secret
2016-08-04 22:33:13 -04:00
Justin Santa Barbara
d0fd8170cd
Merge pull request #260 from justinsb/fix_246
...
Add docs on AWS VPC 50 node limit
2016-08-03 01:46:19 -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
e3f6b4d13e
Merge pull request #259 from justinsb/docs_10
...
Remove lingering reference to --dryrun mode
2016-08-03 01:31:31 -04:00
Justin Santa Barbara
360c82b0f6
Remove lingering reference to --dryrun mode
...
Issue #16
2016-08-03 01:29:47 -04:00
Justin Santa Barbara
720441c436
Merge pull request #257 from justinsb/docs_9
...
Document /ui shortcut for dashboard
2016-08-03 01:13:20 -04:00
Justin Santa Barbara
54359187ac
Document /ui shortcut for dashboard
2016-08-03 01:11:32 -04:00
Justin Santa Barbara
3cb175948f
Fix docs formatting
2016-08-03 01:03:21 -04:00
Justin Santa Barbara
3c85fd1cba
Document standalone-monitoring addon
2016-08-03 00:34:44 -04:00