Commit Graph

385 Commits

Author SHA1 Message Date
Abrar Shivani d65adc6834 Update readme to include command to launch cluster for vSphere CloudProvider 2017-04-20 23:37:19 -07:00
prashima fc8faea2c8 Fixed environment variable setting process for vSphere. (#16) 2017-04-20 23:37:19 -07:00
prashima bc3e8c3734 Added code to enable nodeup and protokube building and execution for vSphere VM (#11)
* Added code to enable nodeup and protokube building and execution for vSphere VM.

* Fixed nodeup template for vSphere.
2017-04-20 23:37:19 -07:00
Miao Luo c5519c0009 Add CoreDNS support into DNS controller addon image. 2017-04-20 23:33:21 -07:00
Miao Luo 4f98f5b47e Use CoreDNS for vSphere provider (#2)
* Add support of CoreDNS for vSphere provider.

* Add instructions about how to setup CoreDNS for vSphere provider.

* Address comments for CoreDNS support code.
2017-04-20 23:33:20 -07:00
prashima e51e841d0c Added vSphere volumes to protokube, updated vSphere testing doc and makefile. (#1)
* Add vSphere volumes to protokube. Update vSphere testing doc and makefile.

* Updated vsphere_volume to get correct IP. Addressed comments.
2017-04-20 23:33:20 -07:00
Leandro Repolho 75718857b6 Add reference to Route53 Addon Mantainer
I'm also adding a link to improved installing instructions at
addons/route53-mapper/README.md
2017-04-20 21:28:39 +10:00
Leandro Repolho 77bf343a5e Merge branch 'master' into patch-1 2017-04-20 21:28:03 +10:00
Justin Santa Barbara 9294102139 Experimental nvidia driver installation via a hook
With sha3sum validation technique thanks to @bskaggs
2017-04-19 00:43:59 -04:00
Justin Santa Barbara 16b67d29b4 Merge pull request #2365 from BrentDorsey/master
kops nodeLables - additional documentation to clarify how nodeLables work in AWS
2017-04-19 00:19:59 -04:00
BrentDorsey f5046600c3 fixing broken link
adjusting wording to clarify both cloudLables and nodeLables are automatically applied to new nodes create by AWS EC2 auto scaling groups.
adding --force flag example
2017-04-18 12:24:25 -05:00
Pierre Ozoux 1325a5f437 Correct typo 2017-04-18 17:00:07 +01:00
BrentDorsey c34f77a916 kops nodeLables - additional documentation to clarify how nodeLables work in AWS and a work around for kops rolling-update not recognizing any required changes in AWS.
A good use for nodeLables is to implement [nodeSelector labels](https://kubernetes
.io/docs/concepts/configuration/assign-pod-node/#step-two-add-a-nodeselector-field-to-your-pod-configuration) that survive
[AWS EC2 auto scaling groups](https://aws.amazon.com/autoscaling/) replacing unhealthy or unreachable instances.

Note for AWS if `kops rolling-update cluster --instance-group nodes` returns "No rolling-update required." you'll need to
manually terminate the EC2 node for the auto scaling group to propagate the new labels.
2017-04-17 17:14:28 -05:00
BrentDorsey ee134374a8 kops nodeLables - additional documentation to clarify how nodeLables work in AWS and a work around for kops rolling-update not recognizing any required changes in AWS.
A good use for nodeLables is to implement [nodeSelector labels](https://kubernetes
.io/docs/concepts/configuration/assign-pod-node/#step-two-add-a-nodeselector-field-to-your-pod-configuration) that survive
[AWS EC2 auto scaling groups](https://aws.amazon.com/autoscaling/) replacing unhealthy or unreachable instances.

Note for AWS if `kops rolling-update cluster --instance-group nodes` returns "No rolling-update required." you'll need to
manually terminate the EC2 node for the auto scaling group to propagate the new labels.
2017-04-17 17:12:23 -05:00
BrentDorsey 85675ff19c kops nodeLables - additional documentation to clarify how nodeLables work in AWS and a work around for kops rolling-update not recognizing any required changes in AWS.
A good use for nodeLables is to implement [nodeSelector labels](https://kubernetes
.io/docs/concepts/configuration/assign-pod-node/#step-two-add-a-nodeselector-field-to-your-pod-configuration) that survive
[AWS EC2 auto scaling groups](https://aws.amazon.com/autoscaling/) replacing unhealthy or unreachable instances.

Note for AWS if `kops rolling-update cluster --instance-group nodes` returns "No rolling-update required." you'll need to
manually terminate the EC2 node for the auto scaling group to propagate the new labels.
2017-04-17 17:10:28 -05:00
Justin Santa Barbara aafe8aca21 Add docs for addon manager 2017-04-08 12:21:22 -04:00
Justin Santa Barbara 8bc48ef10a Merge pull request #2305 from caarlos0/patch-1
Fixed typos: clusteres -> cluster
2017-04-06 21:13:36 -04:00
Chris Love bd564cf7fd Merge pull request #2240 from MrTrustor/delete-f
Implement --filename option for kops delete
2017-04-06 15:41:11 -06:00
Carlos Alexandro Becker 6d9d21b149 fixed typo on kops_rolling-update_cluster 2017-04-06 17:49:25 -03:00
Tom Payne 9fcba3302b Fix formatting 2017-04-06 15:01:43 +02:00
Justin Santa Barbara 184896aae1 Merge pull request #2257 from DualSpark/kubelet-feature-gate
Adding feature gates flag for kubelet, and unit tests
2017-04-05 00:10:48 -04:00
Justin Santa Barbara b3b348095f Merge pull request #2270 from adrianmoisey/patch-1
Fix markdown formatting
2017-04-03 21:28:46 -04:00
chrislovecnm beca9822a5 docs 2017-04-03 11:13:21 -06:00
Eric Hole 1cba0bd27f Merge pull request #2138 from kris-nova/bypass-kubeconfig
Expose options.CreateKubecfg to the CLI
2017-04-03 09:39:30 -04:00
Adrian Moisey 9f8b08955f Fix another markdown issue 2017-04-03 12:37:57 +02:00
Adrian Moisey faace797f6 Fix markdown formatting 2017-04-03 12:36:53 +02:00
Théo Chamley d1ff517441
Update documentation for kops delete -f 2017-03-30 18:15:36 +02:00
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
Leandro Repolho 63ccf63a07 Bump version and point users to official README 2017-03-27 13:20:27 +11: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
Kris Nova 2ae3e806de Meep, remove nivenly.com from state store 2017-03-21 13:19:07 -06:00
Kris Nova 047800a96f Adding docs and fixing Makefile 2017-03-21 13:17:43 -06: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