Stein Arne Storslett
Stein Arne Storslett
Did the team get a chance to look into this?
@peterzhuamazon as a minimum, could the Release Note point to the merged PR? Ref https://github.com/opensearch-project/helm-charts/releases/tag/opensearch-dashboards-1.4.0 It would help if one could click directly on the link to the PR.
I haven't run all the scenarios, but could this be related to not getting a static IP on reboot? I seem at least to get this when moving my Mac...
I think this should **not** be part of the chart as there are quite a few assumptions which must be made (do we have a cluster, do we have indices)...
@danielpigott care to take a look at this?
Alphabetically by group name makes most sense. An additional priority / sort setting would be great to keep say "cluster applications" on top, while workload fills out below.
Many considerations with the underlying java I did not look into, that is for sure. I guess dropping in temurin11 should not be too big of a deal though. Then...
I could update the PR with [temurin](https://adoptium.net/en-GB/installation/linux/), but I would like your input on this first. https://github.com/adoptium/temurin-build/wiki/Differences-between-Adopt-OpenJDK-binaries-and-Oracle-JDK-Binaries
Install: ```bash # docker run --rm -ti debian:bookworm-slim bash apt install curl mkdir -p /etc/apt/keyrings curl -s https://packages.adoptium.net/artifactory/api/gpg/key/public > /etc/apt/keyrings/adoptium.asc echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" |...
> I'm good with installing Java 11, but, we should start by changing just the nightly image and then change the other images with time, just in case the newer...