January 2018
Intermediate to advanced
318 pages
7h 6m
English
Unfortunately, there is no Chocolatey installer available for Kubeless, so we will have to download and uncompress the executable file manually. To do this in PowerShell, run the following commands:
$ Invoke-WebRequest -Uri https://github.com/kubeless/kubeless/releases/download/v0.2.3/kubeless_windows-amd64.zip -Outfile C:\Temp\kubeless_windows-amd64.zip$ expand-archive -path 'C:\Temp\kubeless_windows-amd64.zip' -destinationpath 'C:\Temp\kubeless_windows-amd64'$ Move-Item C:\Temp\kubeless_windows-amd64\bundles\kubeless_windows-amd64\kubeless.exe .\
Alternatively, you can download the kubeless_windows-amd64.zip file from the Kubeless releases page. Once downloaded, extract the .zip file and put the kubeless.exe file ...
Read now
Unlock full access