Aaron Layfield
Aaron Layfield
@yoshi314 This looks like a potential chart bug from perms / securityContext / fsGroup on the SSH implementation. I'll try and take a look at recreating this.
I had a hard time reproducing this in the latest chart. @yoshi314 Is this still a problem? If so, reopen! Thank you.
@indumathi01 This seems like the same common problem a lot of people make: The demo configuration has somehow been disabled. Have you adjusted the `opensearch.yml` somewhere ?
@indumathi01 Provide the whole log output. The certificates are missing, meaning either perms are an issue, or the demo configuration hasn't run for some reason. Need a full log.
@indumathi01 Are your PVs being mounted to a tmp directory or something? The fact it works but breaks after a few days sounds like something on your system is removing...
[Regression] Chart 2.27.1 Deployment Label Selectors cause "field is immutable" error on deployment.
@hjannasch This is due to https://github.com/opensearch-project/helm-charts/issues/628 changing the selector labels. The values are considered immutable and the upgrades are probably in need of a `--force` flag in order to forcibly...
[Regression] Chart 2.27.1 Deployment Label Selectors cause "field is immutable" error on deployment.
I've updated the title for others coming into here. @peterzhuamazon Do you have a suggestion here? Technically, reverting would "solve" the issue but the chart is technically bugged without these...
@ritzk Please do DCO Checks and check the linting output.
@ritzk One thing you will wanna test, can you install the original, then upgrade with your changes. Can you confirm if this "breaks" because the STS isn't immutable? This will...
@ritzk Sorry for the delay, I mean we need to test an install from the current chart version, then upgrade to yours. Because the change in spec MAY complain that...