cloud-on-k8s
cloud-on-k8s copied to clipboard
Documentation of Virtual Memory on GKE Autopilot
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