-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: BugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm seeing the following error while running cloudflared through the official Docker image.
WRN The user running cloudflared process has a GID (group ID) that is not within ping_group_range. You might need to add that user to a group within that range, or instead update the range to encompass a group the user is already in by modifying /proc/sys/net/ipv4/ping_group_range. Otherwise cloudflared will not be able to ping this network error="Group ID 65532 is not between ping group 1 to 0"
After it, I also see:
WRN ICMP proxy feature is disabled error="cannot create ICMPv4 proxy: Group ID 65532 is not between ping group 1 to 0 nor ICMPv6 proxy: socket: permission denied"
failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.
To Reproduce
Steps to reproduce the behavior:
- Start cloudflared on a Kubernetes GKE cluster on Google Cloud
Expected behavior
These errors seem harmless, everything seem to be working fine, but I would like to understand why I'm seeing them and if I can do something to stop them.
Environment and versions
- OS: [e.g. MacOS]
- Architecture: [e.g. AMD, ARM]
- Version: [e.g. 2022.02.0]
Logs and errors
If applicable, add logs or errors to help explain your problem.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: BugSomething isn't workingSomething isn't working