alpine-chrome: ☸️ Can not run in Kubernetes?

Describe the bug Can this image run in Kubernetes? I got this error.

[0730/093334.582068:WARNING:dns_config_service_posix.cc(341)] Failed to read DnsConfig.
DevTools listening on ws://0.0.0.0:9222/devtools/browser/ffc8216e-74e1-4005-a9c6-5fae589bb301
[0730/093334.599757:ERROR:zygote_host_impl_linux.cc(262)] Failed to adjust OOM score of renderer with pid 26: Permission denied (13)
[0730/093334.608738:ERROR:zygote_host_impl_linux.cc(262)] Failed to adjust OOM score of renderer with pid 28: Permission denied (13)
[0730/093334.807594:WARNING:dns_config_service_posix.cc(341)] Failed to read DnsConfig.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 10
  • Comments: 33 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Is there any solution here? I’m still facing this issue

I used another project instead.

/reopen

I’ve seemingly been able to resolve this via these args: chromium-browser --headless --disable-gpu --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --no-zygote --disable-software-rasterizer --disable-dev-shm-usage

@jlandure, in our case the desired functionality of printing pages into PDF using Chrome works - nevertheless the error logs mentioned are still reported.