Unable to restore Nginx Ingrees Loadbalancer #7501
Unanswered
Piklu-Das-85
asked this question in
Community support Q&A
Replies: 1 comment
-
Facing issue with restore load balancer. Getting above errors when I was trying to restore the Load Balancer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NGINX Ingress controller
Release: v1.1.0
Build: cacbee86b6ccc45bde8ffc184521bed3022e7dee
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.19.9
W0307 05:52:20.124395 7 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0307 05:52:20.124615 7 main.go:223] "Creating API client" host="https://172.20.0.1:443"
I0307 05:52:20.137091 7 main.go:267] "Running in Kubernetes cluster" major="1" minor="25+" git="v1.25.16-eks-77b1e4e" state="clean" commit="c39acac7636499dd73442b62e11951592aedd1f8" platform="linux/amd64"
F0307 05:52:20.140206 7 main.go:92] No service with name ingress-nginx-controller found in namespace isnp: services "ingress-nginx-controller" not found
goroutine 1 [running]:
k8s.io/klog/v2.stacks(0x1)
k8s.io/klog/[email protected]/klog.go:1026 +0x8a
k8s.io/klog/v2.(*loggingT).output(0x28a5ba0, 0x3, {0x0, 0x0}, 0xc0003e0000, 0x1, {0x1f83e62, 0xc000064800}, 0xc00020f370, 0x0)
k8s.io/klog/[email protected]/klog.go:975 +0x63d
k8s.io/klog/v2.(*loggingT).printDepth(0x1, 0x0, {0x0, 0x0}, {0x0, 0x0}, 0x444ed1, {0xc00020f370, 0x1, 0x1})
k8s.io/klog/[email protected]/klog.go:735 +0x1ba
k8s.io/klog/v2.(*loggingT).print(...)
k8s.io/klog/[email protected]/klog.go:717
k8s.io/klog/v2.Fatal(...)
k8s.io/klog/[email protected]/klog.go:1494
main.main()
k8s.io/ingress-nginx/cmd/nginx/main.go:92 +0x5ce
goroutine 6 [chan receive]:
k8s.io/klog/v2.(*loggingT).flushDaemon(0x0)
k8s.io/klog/[email protected]/klog.go:1169 +0x6a
created by k8s.io/klog/v2.init.0
k8s.io/klog/[email protected]/klog.go:420 +0xfb
goroutine 10 [runnable]:
golang.org/x/net/http2.(*clientConnReadLoop).handleResponse·dwrap·55()
golang.org/x/[email protected]/http2/transport.go:2051
runtime.goexit()
runtime/asm_amd64.s:1581 +0x1
created by golang.org/x/net/http2.(*clientConnReadLoop).handleResponse
golang.org/x/[email protected]/http2/transport.go:2051 +0x638
goroutine 31 [IO wait]:
internal/poll.runtime_pollWait(0x7fcc9bda9e70, 0x72)
runtime/netpoll.go:229 +0x89
internal/poll.(*pollDesc).wait(0xc000382a80, 0xc0000eaa80, 0x0)
internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000382a80, {0xc0000eaa80, 0x94e, 0x94e})
internal/poll/fd_unix.go:167 +0x25a
net.(*netFD).Read(0xc000382a80, {0xc0000eaa80, 0xc0000eaacb, 0xfa})
net/fd_posix.go:56 +0x29
net.(*conn).Read(0xc000206010, {0xc0000eaa80, 0x416f26, 0xc0004857f0})
net/net.go:183 +0x45
crypto/tls.(*atLeastReader).Read(0xc0002020a8, {0xc0000eaa80, 0x0, 0x409b6d})
crypto/tls/conn.go:777 +0x3d
bytes.(*Buffer).ReadFrom(0xc0001b65f8, {0x1b6e180, 0xc0002020a8})
bytes/buffer.go:204 +0x98
crypto/tls.(*Conn).readFromUntil(0xc0001b6380, {0x1b70800, 0xc000206010}, 0x908)
crypto/tls/conn.go:799 +0xe5
crypto/tls.(*Conn).readRecordOrCCS(0xc0001b6380, 0x0)
crypto/tls/conn.go:606 +0x112
crypto/tls.(*Conn).readRecord(...)
crypto/tls/conn.go:574
crypto/tls.(*Conn).Read(0xc0001b6380, {0xc000411000, 0x1000, 0xc0002a8ea0})
crypto/tls/conn.go:1277 +0x16f
bufio.(*Reader).Read(0xc0002a8c00, {0xc00011a498, 0x9, 0xc0002aafa0})
bufio/bufio.go:227 +0x1b4
io.ReadAtLeast({0x1b6dfe0, 0xc0002a8c00}, {0xc00011a498, 0x9, 0x9}, 0x9)
io/io.go:328 +0x9a
io.ReadFull(...)
io/io.go:347
golang.org/x/net/http2.readFrameHeader({0xc00011a498, 0x9, 0xc000064800}, {0x1b6dfe0, 0xc0002a8c00})
golang.org/x/[email protected]/http2/frame.go:237 +0x6e
golang.org/x/net/http2.(*Framer).ReadFrame(0xc00011a460)
golang.org/x/[email protected]/http2/frame.go:492 +0x95
golang.org/x/net/http2.(*clientConnReadLoop).run(0xc000485fa0)
golang.org/x/[email protected]/http2/transport.go:1816 +0x165
golang.org/x/net/http2.(*ClientConn).readLoop(0xc000314180)
golang.org/x/[email protected]/http2/transport.go:1738 +0x79
created by golang.org/x/net/http2.(*Transport).newClientConn
golang.org/x/[email protected]/http2/transport.go:694 +0xb45
Beta Was this translation helpful? Give feedback.
All reactions