You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected outcome
A concise description of what you expected to happen.
I expect to see in cluster the same manifest in yaml file I am going to apply, in k8s and cluster state in AWS
Describe the bug
Cluster can be created fine and all fields looks good
Unfortunately during update manifest some fields are missing
For example:
Additionally can not update windowStartTime, but it can be related to previous issue
Assumption: logic to handle these fields is missing in the following method
https://github.com/aws-controllers-k8s/opensearchservice-controller/blob/main/pkg/resource/domain/hooks.go#L281
Steps to reproduce
kubectl apply (change account id; region name; sg, subnet ids and another personal data)
State of object in k8s
Run kubectl apply for the same manifest
Status k8s object after second apply
Compare autoTuneOptions and clusterConfig.multiAZWithStandbyEnabled
Controller logs
Expected outcome
A concise description of what you expected to happen.
I expect to see in cluster the same manifest in yaml file I am going to apply, in k8s and cluster state in AWS
Environment
K8s 1.31
eks.12
OpenSearch domain
public.ecr.aws/aws-controllers-k8s/opensearchservice-controller:1.0.0
The text was updated successfully, but these errors were encountered: