generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.service/opensearchserviceIndicates issues or PRs that are related to opensearchservice-controller.Indicates issues or PRs that are related to opensearchservice-controller.
Description
Currently, the Domain
resource for the opensearchservice-controller does not support updating Domain
attributes.
Some options of a Domain that can be set on CreateDomain
can be updated using the UpdateDomainConfig
API call. Examples of these attributes include the AutoTuneOptions
and DeploymentTypeOptions
.
Other attributes of the Domain
, such as TagList
are settable via the CreateDomain
API call but have entirely different API calls for updating the values (AddTags
and RemoveTags
API calls...)
We should figure out a way to update these attributes using the UpdateDomainConfig
and Add/RemoveTags
API calls.
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.service/opensearchserviceIndicates issues or PRs that are related to opensearchservice-controller.Indicates issues or PRs that are related to opensearchservice-controller.