I am trying to run browser tests inside the pod in headless mode in Google chrome.
I use a node:slim image and then installed Google-chrome in it .can see that installation is successful
When I try to run tests using chrome , during chrome launch inside pod I am getting argument list too long , browser launch fails and pods go into error state (pods have 7000MB memory and 3CPU). Chrome browser logs attached below and launch args are default ones.
Tried various options and chrome is still not launching properly. tried running a chrome headless to a dummy site as well outside of browser tests but during launch time this error is coming
Cluster information:
Kubernetes version:
Cloud being used: (put bare-metal if not on a public cloud) AWS
Installation method:
Host OS: Linux and
CNI and version:
CRI and version:
You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.