O'Connor, Mark (Mark)
O'Connor, Mark (Mark)
I was doing am on-premise install, where I had explicitly disabled TLS: ``` helm install harbor-test harbor/harbor -n harbor --create-namespace --set expose.type=loadBalancer --set expose.tls.enabled=false --set ipFamily.ipv6.enabled=false ``` My work-around was...
**Work-around** First create a batch script: **C:\Users\\bin\ssh.bat** ``` C:\Windows\system32\wsl.exe ssh %* ``` Secondly, configure the VScode Remote - SSH extension to use this batch script when running ssh operations. ...
This is the output from a Powershell terminal ``` C:\Users\oconnor17> ssh my-app.devspace -v OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 ssh: Could not resolve hostname my-app.devspace: No such host is known. ``` From within...
A second attempt using the windows powershell terminal. I'm specifying the path to the configuration files generated by devspace (within the WSL file system home). This time it connects, but...
Very sorry, [build ](https://github.com/loft-sh/devspace/blob/main/CONTRIBUTING.md)is not working for me :-( ``` $ GO111MODULE=on $ GOFLAGS=-mod=vendor $ go clean -modcache $ go mod vendor .. .. go: extracting github.com/klauspost/compress v1.15.8 github.com/loft-sh/devspace/pkg/devspace/services/inject imports...
Compile worked. ``` $ devspace version DevSpace version : ``` # Cleanup local files Within WSL ``` rm -rf $HOME/.devspace rm $HOME/.ssh/config ``` # Run the demo again Within WSL...
> @cslovell @oconnor17 have you installed DevSpace on the host system or within WSL2 itself? In the latter case I don't think there is much we can do as we...