cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Documentation of Virtual Memory on GKE Autopilot

Open DanieleVar opened this issue 8 months ago • 0 comments

I would like to report a problem with the yaml in the documentation at link. While the yaml of the daemon set worked fine the first time, the one for the Elastic search instance does not work. In fact, the initContainter script is not translated correctly and therefore does not work. I suppose it is a limit of the cat <<EOF. In fact, the variable ${mmc} is not read correctly.

I solved it after several hours by creating a yaml file and using the command kubectl apply -f elastic.yaml

DanieleVar avatar Apr 09 '25 07:04 DanieleVar