Commit Graph

326 Commits

Author SHA1 Message Date
Jon Chiu 17c18d1103 Document kubenet and --topology private 2017-03-04 23:54:03 -08:00
Justin Santa Barbara 1cd11bb3fb Merge pull request #2042 from dosullivan/patch-1
Fix route53 mapper addon URL in docs
2017-03-03 20:13:17 -05:00
Justin Santa Barbara a19d2582d1 Merge pull request #1134 from DualSpark/validate-cordon-with-rolling-update
Rolling updates with drain and validate
2017-03-03 13:24:36 -05:00
Daniel O'Sullivan b1d5ad4664 Fix route53 mapper addon URL
Fixing a slight error -- the URL for the route53 mapper yaml file was incorrect.
2017-03-02 16:07:00 -06:00
Justin Santa Barbara 1865ceea80 Merge pull request #2029 from DualSpark/doc-update
updating generated docs
2017-03-02 00:14:16 -05:00
Justin Santa Barbara cfc69b6ec2 Merge pull request #1864 from itskingori/route53_dns_mapper_addon
Add Route53 Mapper Addon
2017-03-02 00:13:35 -05:00
chrislovecnm 56da9f14de updating generated docs 2017-03-01 16:24:07 -07:00
chrislovecnm deb5685c23 updates to cobra docs 2017-03-01 11:42:48 -07:00
chrislovecnm a848f577a2 PR review tweaks and backing out some changes in rollingupdate_cluster.go 2017-03-01 11:39:56 -07:00
chrislovecnm bcbede8c90 Doc updates 2017-03-01 11:39:56 -07:00
chrislovecnm 9d30e532ce updates to cobra docs 2017-03-01 11:39:56 -07:00
Kris Nova 8cfe880f53 Merge pull request #1963 from kris-nova/update-internals-doc
Update internals doc
2017-02-28 21:56:28 -07:00
Kris Nova 2a5dd3f261 Fixing concerns from review
Fixing shell script pointer to nodeup.go from GCE
2017-02-28 15:34:58 -07:00
Jakob Jarosch 68870b8cc7 Fix typo "snapshot" in etcd_backup.md 2017-02-28 15:41:55 +01:00
Justin Santa Barbara 08419fcae8 Merge pull request #1750 from robinpercy/cli-cloud-labels
WIP: Exposing cloud labels as a CLI option
2017-02-23 09:51:08 -05:00
Robin Percy f9b3c5e584 Now applying the tags to IGs at render time.
- Previous method would have caused issues with the way tags are used
  for filtering resources.
- Updated docs and comments to only refer to instance groups, rather
  than all AWS resources
2017-02-23 06:10:15 -08:00
yissachar 3d1971c51f Merge pull request #1722 from mshenhera/patch-1
fixed link to topology.md file
2017-02-22 10:52:14 -05:00
Robin Percy 6fa4acd49e Exposed cloud labels as a CLI option
- --cloud-labels will be applied to every kops-created resource
- Also ran apimachinery to regenerated the conversions for the new
  Cluster.ClusterLabels property.
2017-02-22 06:24:35 -08:00
Kris Nova 9d843a6596 Merge pull request #1888 from ahawkins/patch-1
Document MFA workaround
2017-02-22 06:38:09 -07:00
Kris Nova fc656bcdcd Adding internal docs 2017-02-21 11:23:20 -07:00
Jakub Paweł Głazik 91cb0f8297 docs: reflect changes made in #1871 2017-02-20 18:34:05 +01:00
Justin Santa Barbara 45cfd8a455 Merge pull request #1886 from zacblazic/optional-apiserver-elb-timeout
Add support for adjusting ELB idle timeout for apiserver
2017-02-17 11:25:20 -05:00
Justin Santa Barbara 53b5b099dc Merge pull request #1881 from andrewwatson/master
Updated docs to reflect exporting new keys to ENV
2017-02-17 09:45:58 -05:00
yissachar cb31d04c19 Merge pull request #1870 from zytek/docs-sec-iam
Update docs regarding IAM roles
2017-02-15 15:17:19 -05:00
Justin Santa Barbara f376e702a4 Recommend the latest coreos image 2017-02-15 11:49:30 -05:00
Zac Blazic 7eee6f22c8
Update docs to reflect correct AWS ELB idle timeout 2017-02-15 18:07:55 +02:00
Zac Blazic 1581a1a025
Update cluster spec docs about api load balancer idle timeout 2017-02-14 21:34:58 +02:00
Justin Santa Barbara 1c7818833a Merge pull request #1813 from aledbf/coreos
Initial (experimental) CoreOS support
2017-02-14 11:08:40 -05:00
Adam Hawkins 1a3bac8d6a
Document MFA workaround 2017-02-14 19:29:06 +05:30
Chris Love bceed6dfaf Merge pull request #1863 from mihok/cni-flannel
Adding basic flannel support
2017-02-13 22:32:10 -07:00
Justin Santa Barbara 4293730b65 Merge pull request #1866 from yissachar/patch-2
Remove docs regarding manual IAM modification
2017-02-13 23:32:07 -05:00
Andrew Watson ebe108c583 Updated docs to reflect exporting new keys to ENV 2017-02-13 12:55:28 -05:00
Jakub Paweł Głazik 70011eec17 iam_roles.md typo fix 2017-02-13 16:35:34 +01:00
Jakub Paweł Głazik 55f4beb2c5 Update docs regarding IAM roles 2017-02-12 18:25:48 +01:00
Kris Nova a4b009f476 Fix bogus SQS link 2017-02-12 00:47:07 -07:00
yissachar 442d77d332 Remove docs regarding manual IAM modification 2017-02-12 01:28:57 -05:00
King'ori Maina 03267879eb
Add note about Route53 Mapper addon in Kops docs 2017-02-12 01:31:57 +02:00
Matthew Mihok bc235765d1 Adding basic flannel support 2017-02-11 16:26:18 -05:00
Justin Santa Barbara ae0057dd49 Merge pull request #1837 from yissachar/patch-2
Create etcd_volume_encryption.md
2017-02-11 14:57:33 -05:00
Justin Santa Barbara e5c1b2fd7a Merge pull request #1805 from justinsb/release_docs
Update release docs - channel info
2017-02-11 14:28:23 -05:00
Justin Santa Barbara 1bacf8271e Initial (experimental) CoreOS support
* Detect CoreOS
* Move key manifests to code, to tolerate read-only mounts
* Misc refactorings so more code can be shared
* Change lots of ints to int32s in the models
* Run nodeup as a oneshot systemd service, rather than relying on
cloud-init behaviour which varies across distros
2017-02-11 13:57:30 -03:00
Justin Santa Barbara c2c62f0a23 Merge pull request #1763 from itskingori/improve_terraform_docs
Improve Terraform docs
2017-02-11 11:29:16 -05:00
Stephen Schlie 991fc5bc7c Integrating Canal (Flannel + Calico) for CNI (#1459)
* Integrating Canal (Flannel + Calico) for CNI

Initial steps to integrate Canal as a CNI provider for kops

Removed CNI in help as per chrislovecnm

* Integration tests, getting closer to working

- Added some integration tests for Canal
- Finding more places Canal needed to be added
- Sneaking in update to Calico Policy Controller

* Add updated conversion file

* turned back on canal integration tests

* fixed some rebase issues

* Fixed tests and flannel version

* Fixed canal yaml, and some rebasing errors

- Added some env vars to the install-cni container to get the proper
  node name handed off

* Added resource limits

- set resource limits on containers for Canal
- Ran through basic calico tutorials to verify functionality

* Updating Calico parts to Calico 2.0.2
2017-02-11 11:03:23 -05:00
King'ori Maina cd01f057c3
Use cluster name that is consistent with other docs 2017-02-10 14:52:17 +02:00
King'ori Maina 502059aea3
Add links to "Caveats" section. 2017-02-10 14:47:19 +02:00
King'ori Maina 27a78a48a2
Emphasise importance of S3+version as TF store 2017-02-10 14:41:41 +02:00
yissachar bf763867f5 Create etcd_volume_encryption.md 2017-02-09 01:38:18 -05:00
Christopher Rigor 4d08d8c15f Fix Lambda typo 2017-02-08 10:57:42 +08:00
Chris Love 7ba643e2be Merge pull request #1803 from kris-nova/iam-hack-script
Adding hack script and fixing aws.md
2017-02-07 11:50:40 -07:00
Kris Nova 960cf39c46 Adding check for aws cli in $PATH 2017-02-07 11:11:49 -07:00