Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/ug/workloads/updating-an-add-on.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

... For add-ons that do not have *Requires subscription* under *Status* and where you want to configure roles using IRSA, see the documentation for the add-on that you're creating to create an IAM policy and attach it to a role. For a list of add-ons, see <<workloads-add-ons-available-eks>>. Selecting an IAM role requires that you have an IAM [.noloc]`OpenID Connect` ([.noloc]`OIDC`) provider for your cluster. To determine whether you have one for your cluster, or to create one, see <<enable-iam-roles-for-service-accounts>>.
.. Expand the *Optional configuration settings*.
.. In *Configuration values*, enter any add-on specific configuration information. For more information, see the documentation for the add-on that you're updating. For a list of add-ons, see <<workloads-add-ons-available-eks>>... For *Conflict resolution method*, select one of the options. If you have set custom values for add-on settings, we recommend the *Preserve* option. If you don't choose this option, Amazon EKS overwrites your values with its default values. If you use this option, then we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster.
.. In *Configuration values*, enter any add-on specific configuration information. For more information, see the documentation for the add-on that you're updating. For a list of add-ons, see <<workloads-add-ons-available-eks>>... For *Conflict resolution method*, select one of the options. If you have set custom values for add-on settings, we recommend the *Preserve* option. If you don't choose this option, Amazon EKS overwrites your values with its default values. If you use this option, then we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster. If you change this value to overwrite, all settings are changed to Amazon EKS default values. If you've set custom values for any settings, they might be overwritten with Amazon EKS default values. If you change this value to none, Amazon EKS doesn't change the value of any settings, but the update might fail. If the update fails, you receive an error message to help you resolve the conflict.

Check warning on line 116 in latest/ug/workloads/updating-an-add-on.adoc

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [RedHat.Ellipses] Avoid the ellipsis (...) except to indicate omitted words. Raw Output: {"message": "[RedHat.Ellipses] Avoid the ellipsis (...) except to indicate omitted words.", "location": {"path": "latest/ug/workloads/updating-an-add-on.adoc", "range": {"start": {"line": 116, "column": 1}}}, "severity": "INFO"}

Check warning on line 116 in latest/ug/workloads/updating-an-add-on.adoc

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "latest/ug/workloads/updating-an-add-on.adoc", "range": {"start": {"line": 116, "column": 193}}}, "severity": "INFO"}

Check warning on line 116 in latest/ug/workloads/updating-an-add-on.adoc

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [RedHat.Contractions] Avoid contractions. Use ''do not'' rather than 'don't.' Raw Output: {"message": "[RedHat.Contractions] Avoid contractions. Use ''do not'' rather than 'don't.'", "location": {"path": "latest/ug/workloads/updating-an-add-on.adoc", "range": {"start": {"line": 116, "column": 387}}}, "severity": "INFO"}

Check warning on line 116 in latest/ug/workloads/updating-an-add-on.adoc

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'are changed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'are changed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "latest/ug/workloads/updating-an-add-on.adoc", "range": {"start": {"line": 116, "column": 691}}}, "severity": "INFO"}

Check warning on line 116 in latest/ug/workloads/updating-an-add-on.adoc

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [RedHat.Contractions] Avoid contractions. Use ''does not'' rather than 'doesn't.' Raw Output: {"message": "[RedHat.Contractions] Avoid contractions. Use ''does not'' rather than 'doesn't.'", "location": {"path": "latest/ug/workloads/updating-an-add-on.adoc", "range": {"start": {"line": 116, "column": 882}}}, "severity": "INFO"}
. Choose *Save changes*.


Expand Down
Loading