Closed aaron-prindle closed 2 years ago
Using skaffold inspect directly (not via CC) on these manifests seems to work for me atm:
aprindle@aprindle ~/cloud-code-samples/golang/go-guestbook [v1]$ skaffold inspect modules list --filename skaffol.yaml --format json
{"modules":[{"name":"frontend","path":"/usr/local/google/home/aprindle/cloud-code-samples/golang/go-guestbook/src/frontend/skaffold.yaml"},{"name":"backend","path":"/usr/local/google/home/aprindle/cloud-code-samples/golang/go-guestbook/src/backend/skaffold.yaml"}]}
Closing, it seems this was related to CC overwriting the V2 binary (it was still using V1 with this error). Everything appears to be working actually
I am in the process of testing Skaffold V2 across various projects/use-cases and attempted the following:
./cloud-code/installer/google-cloud-sdk/bin/skaffold
Cloud Code: Debug on Kubernets
I then get this panic in the VS Code logs and the debugging does not work