Skip to main content

IFS 25R1 Ingress Installation Fixing ‘No Such Host’ Kubernetes Error

  • June 30, 2025
  • 2 replies
  • 78 views

maheshmuz
Hero (Partner)
Forum|alt.badge.img+9

During the installation of the IFS ingress in 25R1 release update the following error was encountered

Error: Kubernetes cluster unreachable: Get "https://xxx-xxx.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net:16443/version": dial tcp: lookup xxx-xxx-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net: no such host


The hostname xxx-xxx-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net could not be resolved to an IP address from the management server causing network communication failure with the Kubernetes API server.

 

Resolution Steps:

Run the following powershell command on the management server to test connectivity:

Test-NetConnection -ComputerName xxx-xxx-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net -Port 16443

If this test fails log in to the MW server run

nslookup XXX-XXX-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net

Note the IP address returned and add Host Entry on Management Server

Re-test connectivity using Test-NetConnection. If it resolves without issues from the management server the ingress command will run successfully.

2 replies

maheshmuz
Hero (Partner)
Forum|alt.badge.img+9
  • Author
  • Hero (Partner)
  • 105 replies
  • September 10, 2025

Resolution Steps:

Run the following powershell command on the management server to test connectivity:

Test-NetConnection -ComputerName xxx-xxx-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net -Port 16443

If this test fails log in to the MW server run

nslookup XXX-XXX-mw01.nn35x032ja3upffgyg4pykxrbb.zx.internal.cloudapp.net

Note the IP address returned and add Host Entry on Management Server

Re-test connectivity using Test-NetConnection. If it resolves without issues from the management server the ingress command will run successfully.


Forum|alt.badge.img+7
  • Sidekick (Employee)
  • 28 replies
  • September 11, 2025

i really appreciated and thanks for share it.