You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
open $HOME/heapster-build/src/k8s.io/heapster/metrics/heapster.go and vscode-go will complain packages such as k8s.io/apimachinery/pkg/fields can not be found, but actually they are in the vendor directory.
cd $HOME/heapster-build/src/k8s.io/heapster/metrics , and then run go build heapster.go auth.go handlers.go , this can build successfully.
if i copy /tmp/heapster/ to $HOME/heapster-build/src/k8s.io` instead of making a symlink , vscode-go works well