Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CoreDNS resolution failure for oauth2.googleapis.com with "overflow unpacking uint32" #6431

@adorn

Description

@adorn

I'm not able to resolve oauth2.googleapis.com in my pods / docker-desktop kubernetes cluster

kubectl logs coredns-5dd5756b68-5cstw --namespace=kube-system
CoreDNS-1.10.1
linux/arm64, go1.20, 055b2c3
[ERROR] plugin/errors: 2 oauth2.googleapis.com. A: dns: overflow unpacking uint32

To get it work, I patched it back to 1.10.0:
kubectl patch deployment coredns -n kube-system -p '{"spec":{"template":{"spec":{"containers":[{"name":"coredns", "image":"coredns/coredns:1.10.0"}]}}}}'

You may close this Issure and reopen: (#3305)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions