Closed zarko-a closed 1 week ago
Sorry, I opened this issue too quickly. It seems to be a problem on argocd
client side when server is set to insecure
mode which it was in my case.
More info for anyone that might encounter the same problem https://github.com/argoproj/argo-cd/issues/8613
Bug Report
Trying to connect through an established port forward on a freshly installed Talos 1.8.2 fails and stops the port forwarding.
Description
During the initial cluster setup I needed to connect to argocd-server pod with argocd client app (which just needs to establish a TCP connection to the pod), unfortunately, as soon as the connection is attempted the port forwarding errors out and stops.
Freshly created [single node] cluster with
talosctl gen config talos-proxmox-cluster https://$CONTROL_PLANE_IP:6443 --output-dir _out --install-image factory.talos.dev/installer/376567988ad370138ad8b2698212367b8edcb69b5fd68c80be1f2ec7d603b4ba:v1.8.2
The only additional options configured
allowSchedulingOnControlPlanes: true
and custom time servers.Logs
in another terminal
Environment
talosctl version --nodes <problematic nodes>
]kubectl version
Client Version: v1.31.2 Kustomize Version: v5.4.2 Server Version: v1.31.1