Skip to content

support update code paths for opensearchservice #816

@jaypipes

Description

@jaypipes

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.lifecycle/frozenIndicates 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.service/opensearchserviceIndicates issues or PRs that are related to opensearchservice-controller.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions