Commit Graph

9 Commits

Author SHA1 Message Date
Ryan Bonham bda8288d1b Improve docs on labels 2019-06-12 14:26:10 +00:00
Peter Rifel 7608bcac3c Fix docs typos 2017-12-28 15:10:13 -08:00
Erick Tryzelaar de589df446 Fix a documentation instance group doc typo
Noticed a small typo. This fixes `cloudLables` to `cloudLabels`, and `nodeLables` to `nodeLabels`.
2017-07-11 15:49:50 -07: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
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
Olve S. Hansen eda2601c5e Unclear example, added `spec:` to clarify section
The example was missing which section the labels should be added to.
2017-01-09 16:28:02 +01:00
Justin Santa Barbara efe206ef61 Add docs for labels
Fix #441

Fix #241

Issue #311
2016-09-28 22:02:58 -04:00