Skip to main content

hello experts,

getting below error while trying  to check the status with kubectl...any clue will be appreciated.

"kubectil get nodes "

getting error Unable to connect to the server: net/http: TLS handshake timeout

 

Regards

Sujeeth S

Check if internet in enabled on middle tier/kubernetes 

regards 

pankaj 


Hi Sujeet,

Please check that port 16443 is open between your IFS Windows Management server and the IFS Remote server.

Test-NetConnection -ComputerName <ifs-remote> -Port 16443

If it is being blocked by a firewall, please check with your network administrator to allow the connection. While you are at it, please also check port 22 (SSH) as well.

Best regards -- Ben


Thanks all for your help. we have identified the issue.

Since we were not using the default port 22 hence we have to update the .Json and .Psm1file..

where we put -Port 22022 instead of -P 22022 on Common.psm1 file ,after fixing this we were able to resolved the issue.

Below is the line which we fixed in common.psm1file

“ ssh -t -i $pvtKeyFilePath  "-p 22022 “

 


Reply