I installed argocd in a kubernetes cluster and I am trying to access it from the browser
I port-forwarded using the following command
kubectl port-forward deployment.apps/argocd-server -n argocd 8087:443
but if I try to access it on my browser I get the following error
E0805 13:45:25.336939 92528 portforward.go:406] an error occurred forwarding 8087 -> 443: error forwarding port 443 to pod 10a7db7987baa7a99f7e1b63a3a3c2f5c445e1a72a8727b9edf7274e2aedf06c, uid : failed to execute portforward in network namespace "/var/run/netns/cni-80fc9084-a86e-2426-bbf5-accfd82d6c97": failed to connect to localhost:443 inside namespace "10a7db7987baa7a99f7e1b63a3a3c2f5c445e1a72a8727b9edf7274e2aedf06c", IPv4: dial tcp4 127.0.0.1:443: connect: connection refused IPv6 dial tcp6 [::1]:443: connect: connection refused
E0805 13:45:25.336939 92528 portforward.go:406] an error occurred forwarding 8087 -> 443: error forwarding port 443 to pod 10a7db7987baa7a99f7e1b63a3a3c2f5c445e1a72a8727b9edf7274e2aedf06c, uid : failed to execute portforward in network namespace "/var/run/netns/cni-80fc9084-a86e-2426-bbf5-accfd82d6c97": failed to connect to localhost:443 inside namespace "10a7db7987baa7a99f7e1b63a3a3c2f5c445e1a72a8727b9edf7274e2aedf06c", IPv4: dial tcp4 127.0.0.1:443: connect: connection refused IPv6 dial tcp6 [::1]:443: connect: connection refused
E0805 13:45:25.337473 92528 portforward.go:234] lost connection to pod