Solved

IFS Cloud 21R2 Service Update 6 installation issue

  • 22 July 2022
  • 1 reply
  • 139 views

Userlevel 1
Badge +5

Hi Guys,

We were able to install the Kubernetes on the Linux box but receiving the below error when executing get the kube config file step. 

 

 

Also I have attached the main script log file to understand more on which step it is getting this error.

Mentioned error is not in the Main.ps1 file as well, I tried doing a search on the “Get-sftpFile” as well to troubleshoot on this, but no luck. I’m looking for a quick solution on this folks. 

Thanks in advance.

icon

Best answer by HGTDAVIDS 2 August 2022, 20:49

View original

1 reply

Userlevel 1
Badge +5

It is a IFS bug where the IFS remote scripts install the latest POSH-SSH module (v3.0) where the GET-SFTPFile has been replaced by GET-SFTPItem but the installation scripts still use GET-SFTPFile function. Due to this it has been throwing errors when running the main.ps1

IFS Cloud version: 21R2 Service Update 6
Through scripts it is installing POSH-SSH module version 3.0 to the location C:\Users\<userid>\Documents\WindowsPowerShell\Modules

Posting this for others knowledge!

Reply