Commit Graph

355 Commits

Author SHA1 Message Date
Justin Santa Barbara 9b4707f347 Link to shipbot; fix makefile target 2017-03-30 10:52:29 -04:00
Justin Santa Barbara a4ea3ea5da Merge pull request #2238 from justinsb/release_160_alpha1
Version updates for 1.6.0-alpha.1
2017-03-30 10:38:27 -04:00
Kris Nova 02f5dd026f Adding @yissachar's concerns in a new PR 2017-03-30 08:41:13 +02:00
Justin Santa Barbara 19d739551e Release notes for 1.6.0-alpha.1 2017-03-30 01:16:52 -04:00
Justin Santa Barbara 5a539882b0 Version updates for kops 1.6.0-alpha.1 2017-03-30 01:08:55 -04:00
Kris Nova 72e8f99ea8 Adding docs on running kops with helm 2017-03-28 07:18:15 +02:00
Kris Nova 3e75901e99 Getting API server running in a kubernetes cluster with helm and docker containers 2017-03-28 06:10:21 +02:00
Justin Santa Barbara 37e5167a88 Merge pull request #2183 from archSeer/patch-1
Fix documentation for setting up the DNS.
2017-03-27 23:01:55 -04:00
Robin Percy 4b030fed69 Added taints property to IG Spec.
- new property is only used when KubernetesVersion is 1.6 or greater
- taints are passed to kubelet via --register-with-taints flag
- Set a default NoSchedule taint on masters
- Set --register-schedule=true when --register-with-taints is used
- Changed the log message in taints.go to be less alarming if taints are
  found - since they are expected on 1.6.0+ clusters
- Added Taints section to the InstanceGroup docs
- Only default taints are allowed in the spec pre-1.6
- Custom taint validation happens as soon as IG specs are edited.
2017-03-25 18:36:00 -07:00
Blaž Hrastnik 9086ea4076 Fix documentation for setting up the DNS.
The example was supposed to look up the *parent* and not the *subdomain*.
Updating the subdomain with the ns servers we just pulled from it would not make sense.
2017-03-26 02:55:59 +09:00
yissachar a300b5fca8 Merge pull request #1657 from MrTrustor/single-to-multi-master
Documentation to go from single to multi-master
2017-03-22 15:13:49 -04:00
Théo Chamley fab376eef5
Explaining why we need the cleanup step 2017-03-22 17:56:33 +01:00
Théo Chamley acb27cbbb2
Change example domain and describing downtime
Changes requested by yissachar during review.
2017-03-22 15:30:12 +01:00
Justin Santa Barbara 12f2a5246d Merge pull request #2031 from anandkumarpatel/master
Update some readme's
2017-03-22 01:20:39 -04:00
Justin Santa Barbara 68ebfa2e84 Merge pull request #2153 from jkinkead/patch-1
Add jq note; wrap long line.
2017-03-21 20:14:22 -04:00
Paulo Rafael Feodrippe d8c7281945 Fix Terraform state link 2017-03-21 14:58:24 -03:00
Anandkumar Patel efc00d8931 make line for updateing NS records more clear in AWS.md 2017-03-21 10:33:11 -07:00
Darron Froese 3696cef178
Updating admin-access docs. 2017-03-20 15:10:41 -06:00
Jesse Kinkead c1ae37da57 Add jq note; wrap long line. 2017-03-20 11:11:54 -07:00
Eric Hole 7db5315ed3 Merge pull request #2126 from justinsb/fix_2040
More notes on release branches
2017-03-20 09:34:11 -04:00
Théo Chamley 959c2eec91
Fix jq expression + link in HA doc 2017-03-16 10:18:55 +01:00
Justin Nauman c794e139de Update run_in_existing_vpc.md
Fixing broken links for Topology and Networking
2017-03-15 14:05:11 -05:00
Justin Santa Barbara 853a8edc28 More notes on release branches
Fix #2040
2017-03-15 10:02:20 -04:00
yissachar b6a954476d Fix broken link 2017-03-15 00:57:26 -04:00
Justin Santa Barbara e57e747c7f Replace kubernetes.com with example.com
We should be using example.com in our docs.

Fix #2058
2017-03-13 10:49:37 -04:00
Justin Santa Barbara f489c15342 Merge pull request #2054 from justinsb/updated_release_notes_branches
Update release notes with branches
2017-03-10 23:59:54 -05:00
Justin Santa Barbara fa10d5e0ff Update release notes with branches 2017-03-10 23:59:13 -05:00
Justin Santa Barbara 2cd815a982 Add clarifying note about route53-controller vs dns-controller
Saw some user confusion on slack.
2017-03-09 11:48:24 -05:00
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